Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Card grid/styles.css

Template page
Revision as of 21:27, 10 November 2021 by ChaoticShadow (talk | contribs) (Created page with ".card-grid { display: grid; grid-gap: 20px; grid-template-columns: repeat(auto-fill, 328px); margin: 0.5em 0; } .card-grid-item { display: flex; flex-direction: column;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.card-grid {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fill, 328px);
	margin: 0.5em 0;
}

.card-grid-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 10px;
	text-align: center;
	border: 2px solid darkgray;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.