mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
forgotten css
This commit is contained in:
14
docs/examples/simple.css
Normal file
14
docs/examples/simple.css
Normal file
@@ -0,0 +1,14 @@
|
||||
Screen {
|
||||
background: darkblue;
|
||||
color: white;
|
||||
layout: vertical;
|
||||
align: center middle;
|
||||
}
|
||||
Static {
|
||||
height: auto;
|
||||
padding: 2;
|
||||
margin: 2;
|
||||
border: white;
|
||||
background: #ffffff 30%;
|
||||
content-align: center middle;
|
||||
}
|
||||
Reference in New Issue
Block a user