mirror of
https://github.com/10h30/odin-etch-a-sketch.git
synced 2026-07-11 18:55:58 +09:00
9 lines
130 B
CSS
9 lines
130 B
CSS
.container {
|
|
display: flex;
|
|
text-align: center;
|
|
}
|
|
.grid {
|
|
border: 1px solid #111;
|
|
width: 10px;
|
|
height: 10px;
|
|
} |