mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Merge branch 'css' of github.com:Textualize/textual into delay-transition
This commit is contained in:
@@ -16,7 +16,14 @@ Screen {
|
||||
offset-x: 0;
|
||||
}
|
||||
|
||||
.box {
|
||||
.box1 {
|
||||
background: orangered;
|
||||
height: 12;
|
||||
width: 30;
|
||||
}
|
||||
|
||||
.box2 {
|
||||
background: blueviolet;
|
||||
height: 6;
|
||||
width: 12;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user