mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
lots more docs
This commit is contained in:
18
docs/examples/styles/text_style.css
Normal file
18
docs/examples/styles/text_style.css
Normal file
@@ -0,0 +1,18 @@
|
||||
Screen {
|
||||
layout: horizontal;
|
||||
}
|
||||
Static {
|
||||
width:1fr;
|
||||
}
|
||||
#static1 {
|
||||
background: red 30%;
|
||||
text-style: bold;
|
||||
}
|
||||
#static2 {
|
||||
background: green 30%;
|
||||
text-style: italic;
|
||||
}
|
||||
#static3 {
|
||||
background: blue 30%;
|
||||
text-style: reverse;
|
||||
}
|
||||
Reference in New Issue
Block a user