<div class="box">
<img src="https://i.imgur.com/u0rM3lv.gif" alt="">
<h1>San Andreas</h1>
</div>
.box {
width: 420px;
background: linear-gradient(0deg, rgba(32, 32, 31, 0.97), rgba(32, 32, 31, 0.97)), 120% 20% / 150% 400% no-repeat url(https://i.imgur.com/u0rM3lv.gif);
height: 120px;
color:white;
display: flex;
justify-content: center;
align-items: center;
}
.box img {
width: 80px;
height: 80px;
margin-right: 15px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.