I have html like this
<div class="bottom-content">
Here goes some content
Here goes some content
Here goes some content
Here goes some content
Here goes some content
Here goes some content
Here goes some content
Here goes some content
Here goes some content
</div>
And css like this
.bottom-content{
width: 100%;
height: 19px;
border-top: 1px rgba(red, 0.2);
box-shadow: 0 -19px 19px 0 blue !important;
opacity: .6;
}
The problem is that has to be some kind of gradient and border, this way entire element is in opacity
This is how border or bottom gradient should look like