Template
Collapsible Map/styles.css
From Dogcraft Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
#outer-map-container{ | #outer-map-container{ | ||
position: relative; | position: relative; | ||
width: 95%; | width: 95%; | ||
margin: auto; | margin: auto; | ||
border-radius: 10px; | border-radius: 10px; | ||
} | |||
#outer-map-container img{ | |||
width: 100%; | |||
aspect-ratio: 1/1; | |||
object-fit: cover; | |||
object-position: top; | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
} | } | ||
Revision as of 15:03, 9 February 2024
#outer-map-container{
position: relative;
width: 95%;
margin: auto;
border-radius: 10px;
}
#outer-map-container img{
width: 100%;
aspect-ratio: 1/1;
object-fit: cover;
object-position: top;
position: absolute;
top: 0;
left: 0;
}
#marker-wrapper{
position: absolute;
width: 60px;
text-align: center;
}
#coord-text{
text-align: center;
}
This page was last modified on 9 February 2024, at 15:03. (21 days ago)