User:Alistair3149/sandbox/card2/template/styles.css
From the Star Citizen Wiki, the fidelity™ encyclopedia
< User:Alistair3149 | sandbox | card2 | template
.template-card {
overflow: hidden;
}
.template-card__image a {
display: block;
height: 100%;
}
.template-card__image:after {
position: absolute;
pointer-events: none;
right: 0;
bottom: 0;
left: 0;
display: block;
height: 60%;
background: linear-gradient( to top, #000, transparent );
border-radius: 0 0 8px 8px;
content: '';
}
.template-card__content {
pointer-events: none;
right: 15px;
bottom: 15px;
left: 15px;
}