mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
widgets docs
This commit is contained in:
13
docs/examples/guide/widgets/hello02.css
Normal file
13
docs/examples/guide/widgets/hello02.css
Normal file
@@ -0,0 +1,13 @@
|
||||
Screen {
|
||||
layout: center;
|
||||
}
|
||||
|
||||
Hello {
|
||||
width: 40;
|
||||
height: 9;
|
||||
padding: 1 2;
|
||||
background: $panel;
|
||||
color: $text;
|
||||
border: $secondary tall;
|
||||
content-align: center middle;
|
||||
}
|
||||
Reference in New Issue
Block a user