circle-flags/gallery.css
2022-05-05 21:42:54 +10:00

12 lines
158 B
CSS

.container {
display: flex;
flex-wrap: wrap;
}
.container > div {
text-align: center;
padding: 1em;
width: 160px;
}
code {
white-space: nowrap;
}