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 02:07, 22 December 2021 by ChaoticShadow (talk | contribs) (ChaoticShadow moved page Module:Card Grid/styles.css to Template:Card grid/styles.css without leaving a redirect)
.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.