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

6 lines
82 B
CSS

Screen > Widget {
background: green;
width: 50%;
color: white;
}