[html]<link href="https://fonts.googleapis.com/css?family=Istok+Web|Rozha+One" rel="stylesheet">
<style>
.yerfall {
position: relative;
margin: 20px auto 0px;
height: 350px;
width: 500px;
overflow: hidden;
background: #eee;
}
.yerfall img {
height: 350px;
position: absolute;
width: 200px;
object-fit: cover;
outline: 1px solid #330314;
outline-offset: 10px;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
}
.yfimgover {
height: 350px;
width: 200px;
position: absolute;
background: #330314;
mix-blend-mode: hard-light;
opacity: 0.7;
}
.ml {
font-family: Rozha One;
position: absolute;
color: #eee;
font-size: 45px;
-webkit-text-stroke: 0.5px #033322;
text-stroke: 0.5px #033322;
bottom: 30px;
left: 50px;
width: 10px;
line-height: 100%;
}
.ib {
position: absolute;
font-family: istok web;
text-transform: uppercase;
font-size: 10px;
letter-spacing: 8px;
color: #fff;
text-align: center;
width: 550px;
bottom: 5px;
transform: rotate(90deg);
left: -255px;
height: 10px;
top: 175px;
}
.yftext {
position: absolute;
font-family: istok web;
color: #555;
width: 195px;
right: 50px;
text-align: justify;
height: 450px;
overflow: auto;
top: 70px;
font-size: 11px;
line-height: 180%;
padding-right: 5px;
}
.yftext::-webkit-scrollbar{width:1px}
.yftext::-webkit-scrollbar-track{background:transparent!important;border:none!important}
.yftext::-webkit-scrollbar-thumb{background: #033322}
.yftext b {
background: #330314;
color: #eee;
opacity: 0.7;
}
</style>
<div class="yerfall">
<img src="https://i.imgur.com/Ri5ZKQ8.png">
<div class="yfimgover"></div>
<div class="ml">every time we lie awake</div>
<div class="ib">after every hit we take</div>
<div class="yftext">
<center><p>you're laughing like i supposed to know
<p>what you're thinkin'
<p><b>but i don't.</b>
<p>i know that this never comes easy
<p><b>but i'll never be your mindreader.</b>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p><b>a day to remember — mindreader</b></center>
</div>
</div>[/html]