More actions
mNo edit summary |
mNo edit summary |
||
Line 12: | Line 12: | ||
margin-left: 0.32rem; | margin-left: 0.32rem; | ||
margin-right: 0.32rem; | margin-right: 0.32rem; | ||
background-size: cover; | |||
background-position: 50% 50%; | |||
} | } | ||
h5.heading { | h5.heading { | ||
Line 21: | Line 23: | ||
#map { | #map { | ||
background: url("https://tonexum.org/wiki/images/7/7c/background-map.png"); | background: url("https://tonexum.org/wiki/images/7/7c/background-map.png"); | ||
background | } | ||
#pol { | |||
background: url("https://tonexum.org/wiki/images/0/0e/background-politics.jpg"); | |||
} | } |
Revision as of 13:54, 24 October 2024
#container {
display: flex;
justify-content: center;
}
span.item {
background-color: grey;
border-radius: 0.68rem;
width: 12rem;
text-align: center;
padding-top: 1rem;
padding-bottom: 1rem;
margin-left: 0.32rem;
margin-right: 0.32rem;
background-size: cover;
background-position: 50% 50%;
}
h5.heading {
margin-top: 0rem; /* Once again overwriting the top margin on headings */
}
heading:visited {
color: black;
}
#map {
background: url("https://tonexum.org/wiki/images/7/7c/background-map.png");
}
#pol {
background: url("https://tonexum.org/wiki/images/0/0e/background-politics.jpg");
}