9 lines
104 B
Text
9 lines
104 B
Text
Screen {
|
|
layout: horizontal;
|
|
}
|
|
|
|
.box {
|
|
height: 100%;
|
|
width: 1fr;
|
|
border: solid green;
|
|
}
|