8 lines
84 B
Text
8 lines
84 B
Text
Screen {
|
|
layout: vertical;
|
|
}
|
|
|
|
.box {
|
|
height: 14;
|
|
border: solid green;
|
|
}
|