Template:Card/styles.css: Difference between revisions

Template page
(Created page with ".wiki-template-card { width: 30%; background:red; }")
 
No edit summary
Line 1: Line 1:
.wiki-template-card {
.wiki-template-card {
border: 1px solid #ccc;
width: 30%;
width: 30%;
background:red;
background:white;
box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.15 );
}
}

Revision as of 22:20, 3 June 2021

.wiki-template-card {
	border: 1px solid #ccc;
	width: 30%;
	background:white;
	box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.15 );
}