More actions
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
#container { | #container { | ||
display: flex; | display: flex; | ||
justify-content: | justify-content: center; | ||
} | } | ||
span.item { | span.item { | ||
background-color: blue; | background-color: blue; | ||
border-radius: 0.68rem; | border-radius: 0.68rem; | ||
width: 3rem; | |||
} | } | ||
h5.heading { | h5.heading { | ||
margin-top: 0rem; /* Once again overwriting the top margin on headings */ | margin-top: 0rem; /* Once again overwriting the top margin on headings */ | ||
} | } |