circle-flags/gallery.css
2025-12-08 19:12:01 +11: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;
}