Add opacity docs

This commit is contained in:
Darren Burns
2022-08-31 17:08:21 +01:00
parent 09acbfedfd
commit 2b7584c7ff
9 changed files with 109 additions and 68 deletions

View File

@@ -0,0 +1,30 @@
#zero-opacity {
opacity: 0%;
}
#quarter-opacity {
opacity: 25%;
}
#half-opacity {
opacity: 50%;
}
#three-quarter-opacity {
opacity: 75%;
}
#full-opacity {
opacity: 100%;
}
Screen {
background: antiquewhite;
}
Static {
height: 1fr;
background: lightseagreen;
content-align: center middle;
text-style: bold;
}