More actions
mNo edit summary |
mNo edit summary |
||
Line 19: | Line 19: | ||
color: black; | color: black; | ||
} | } | ||
/* Maybe... | |||
#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"); | ||
Line 34: | Line 35: | ||
background: url("https://tonexum.org/wiki/images/f/f6/background-lands.jpg"); | background: url("https://tonexum.org/wiki/images/f/f6/background-lands.jpg"); | ||
} | } | ||
*/ |
Revision as of 23:34, 29 October 2024
#container {
display: flex;
justify-content: center;
}
.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 !important;
background-position: 50% 50% !important;
}
.heading {
margin-top: 0rem; /* Once again overwriting the top margin on headings */
color: black;
}
/* Maybe...
#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");
}
#eco {
background: url("https://tonexum.org/wiki/images/a/a4/background-economy.jpg");
}
#hist {
background: url("https://tonexum.org/wiki/images/9/91/background-history.jpg");
}
#lands {
background: url("https://tonexum.org/wiki/images/f/f6/background-lands.jpg");
}
*/