Files
odin-etch-a-sketch/style.css
T
Thuan Bui ee249f5c7c Make Grid
2025-02-23 10:30:17 +09:00

9 lines
130 B
CSS

.container {
display: flex;
text-align: center;
}
.grid {
border: 1px solid #111;
width: 10px;
height: 10px;
}