Files
textual/docs/examples/styles/text_style.css
Will McGugan 538e5d4701 lots more docs
2022-08-14 15:43:00 +01:00

19 lines
265 B
CSS

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;
}