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