User:Alistair3149/sandbox/card2/template/styles.css

From the Star Citizen Wiki, the fidelity™ encyclopedia
< User:Alistair3149‎ | sandbox‎ | card2‎ | template
Revision as of 02:27, 12 May 2022 by Alistair3149 (talk | contribs) (Created page with ".template-card { overflow: hidden; } .template-card__image a { display: block; height: 100%; } .template-card__background:after { position: absolute; pointer-events: no...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.template-card {
	overflow: hidden;
}

.template-card__image a {
	display: block;
	height: 100%;
}

.template-card__background: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__foreground {
	pointer-events: none;
	right: 15px;
	bottom: 15px;
	left: 15px;
}
🍪 We use cookies to keep session information to provide you a better experience.