mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
43 lines
406 B
CSS
43 lines
406 B
CSS
#lbl1 {
|
|
text-style: none;
|
|
}
|
|
|
|
#lbl2 {
|
|
text-style: bold;
|
|
}
|
|
|
|
#lbl3 {
|
|
text-style: italic;
|
|
}
|
|
|
|
#lbl4 {
|
|
text-style: reverse;
|
|
}
|
|
|
|
#lbl5 {
|
|
text-style: strike;
|
|
}
|
|
|
|
#lbl6 {
|
|
text-style: underline;
|
|
}
|
|
|
|
#lbl7 {
|
|
text-style: bold italic;
|
|
}
|
|
|
|
#lbl8 {
|
|
text-style: reverse strike;
|
|
}
|
|
|
|
Grid {
|
|
grid-size: 4;
|
|
grid-gutter: 1 2;
|
|
margin: 1 2;
|
|
height: 100%;
|
|
}
|
|
|
|
Label {
|
|
height: 100%;
|
|
}
|