Template
Map Location/styles.css
From Dogcraft Wiki
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
} | } | ||
#map-outer-container | #map-outer-container .external{ | ||
width: 100%; | width: 100%; | ||
height: 100%; | height: 100%; | ||
font-size: 0; | font-size: 0; | ||
display: block; | |||
} | } |
Revision as of 16:39, 8 February 2024
#map-container img{
width: 500px;
height: 500px;
float: left;
object-fit: cover;
object-position: top;
position: static;
border-radius: 10px;
}
#map-outer-container{
position: relative;
height: 500px;
}
#coord-text{
width: 500px;
text-align: center;
}
#map-outer-container .external{
width: 100%;
height: 100%;
font-size: 0;
display: block;
}
This page was last modified on 8 February 2024, at 16:39. (9 months ago)