10 lines
100 B
Plaintext
10 lines
100 B
Plaintext
|
Screen {
|
||
|
layout: grid;
|
||
|
grid-size: 3;
|
||
|
}
|
||
|
|
||
|
.box {
|
||
|
height: 100%;
|
||
|
border: solid green;
|
||
|
}
|