User

Xpmodder/Map Test/styles.css

From Dogcraft Wiki

(Created page with "#map-container img{ width: 500; height: 500; float: left; }")
 
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
#map-container img{
#map-container img{
width: 500;
width: 500px;
height: 500;
height: 500px;
float: left;
float: left;
object-fit: cover;
object-position: top;
position: static;
}
#map-outer-container{
position: relative;
}
}

Latest revision as of 14:07, 8 February 2024

#map-container img{
	width: 500px;
	height: 500px;
	float: left;
	object-fit: cover;
	object-position: top;
	position: static;
}

#map-outer-container{
	position: relative;
}