Merge branch 'css' of github.com:Textualize/textual into delay-transition

This commit is contained in:
Darren Burns
2022-08-30 16:07:46 +01:00
32 changed files with 488 additions and 100 deletions

View File

@@ -16,7 +16,14 @@ Screen {
offset-x: 0;
}
.box {
.box1 {
background: orangered;
height: 12;
width: 30;
}
.box2 {
background: blueviolet;
height: 6;
width: 12;
}