More actions
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
#container { | |||
display: flex; | |||
justify-content: space-between; | |||
} | |||
span.item { | span.item { | ||
background-color: blue; | background-color: blue; | ||
border-radius: 0.68rem; | border-radius: 0.68rem; | ||
padding: 1rem; | padding: 1rem; | ||
} | } |