User

Xpmodder/Map Test/styles.css

From Dogcraft Wiki

(Xpmodder changed the content model of the page User:Xpmodder/Map Test/styles.css from "CSS" to "Sanitized CSS")
Tag: content model change
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 3: Line 3:
height: 500px;
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;
}