<div class="wrap">
<div class="info">
<a href="#">Lorem Ipsum - это текст-"рыба", часто используемый в печати и вэб-дизайне. Lorem Ipsum является стандартной "рыбой" для текстов на латинице с начала XVI века.</a>
</div>
</div>
.wrap{
position:relative;
min-height:200px;
width:100%;
background:#fff;
}
.info {
width: 100%;
/* min-height: 180px; */
position: absolute;
bottom: 0;
padding: 40px 24px 24px;
flex-direction: column;
background: linear-gradient(0deg,rgba(0,0,0,.6) 1.61%,transparent 93%);
background-position: center top;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.