mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
16 lines
177 B
CSS
16 lines
177 B
CSS
Screen {
|
|
background: lightcoral;
|
|
}
|
|
|
|
.box1 {
|
|
background: orangered;
|
|
height: 12;
|
|
width: 30;
|
|
}
|
|
|
|
.box2 {
|
|
background: blueviolet;
|
|
height: 6;
|
|
width: 12;
|
|
}
|