User
Xpmodder/Map Test/styles.css
From Dogcraft Wiki
< User:Xpmodder | Map Test
(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: | width: 500px; | ||
height: | height: 500px; | ||
float: left; | float: left; | ||
object-fit: cover; | |||
object-position: top; | |||
position: static; | |||
} | |||
#map-outer-container{ | |||
position: relative; | |||
} | } |