Template:Card/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 7: Line 7:
img{
img{
width:100%;
width:100%;
transform: RotateY(20deg); /* just for testin */
margin: 0;
height: 200px;
object-fit: cover;
}
}

Revision as of 22:28, 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 );
}
img{
	width:100%;
	margin: 0;
	height: 200px;
	object-fit: cover;
}