More actions
mNo edit summary |
mNo edit summary |
||
Line 6: | Line 6: | ||
background-color: blue; | background-color: blue; | ||
border-radius: 0.68rem; | border-radius: 0.68rem; | ||
width: | width: 12rem; | ||
text-align: center; | text-align: center; | ||
padding-top: 1rem; | padding-top: 1rem; |
Revision as of 12:29, 24 October 2024
#container {
display: flex;
justify-content: center;
}
span.item {
background-color: blue;
border-radius: 0.68rem;
width: 12rem;
text-align: center;
padding-top: 1rem;
padding-bottom: 1rem;
margin-left: 0.32rem;
margin-right: 0.32rem;
}
h5.heading {
margin-top: 0rem; /* Once again overwriting the top margin on headings */
}