Example that demonstrates a color expression using variables

This commit is contained in:
Tim Schaub
2021-10-29 11:36:50 -06:00
parent fdba3ecf0e
commit 0e19c9aa2b
6 changed files with 208 additions and 18 deletions
+10
View File
@@ -0,0 +1,10 @@
.data {
text-align: right;
font-family: monospace;
}
td {
padding-right: 10px;
}
input[type="range"] {
vertical-align: text-bottom;
}