Files
textual/docs/examples/styles/text_opacity.css
Rodrigo Girão Serrão c7c352a38a Replace statics with labels.
[skip ci]
2023-01-06 10:56:55 +00:00

27 lines
312 B
CSS

#zero-opacity {
text-opacity: 0%;
}
#quarter-opacity {
text-opacity: 25%;
}
#half-opacity {
text-opacity: 50%;
}
#three-quarter-opacity {
text-opacity: 75%;
}
#full-opacity {
text-opacity: 100%;
}
Label {
height: 1fr;
width: 100%;
text-align: center;
text-style: bold;
}