Files
textual/docs/examples/styles/text_opacity.css
2022-08-31 14:14:22 +01:00

26 lines
296 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%;
}
Static {
height: 1fr;
text-align: center;
text-style: bold;
}