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

Template:Card/styles.css: Difference between revisions

Template page
Created page with ".custom-card { background-color: blue; height:200px; width:100%; }"
 
mNo edit summary
 
Line 3: Line 3:
height:200px;
height:200px;
width:100%;
width:100%;
padding: 5px;
}
}

Latest revision as of 19:09, 28 December 2024

.custom-card {
	background-color: blue;
	height:200px;
	width:100%;
	padding: 5px;
}