Select Git revision
example.css
Forked from
SOFT Core / SOFT 260 / No-Framework Webpage
1 commit behind the upstream repository.
-
Brady James Garvin authoredBrady James Garvin authored
example.css 224 B
:root {
--currency: rgba(0 127 0 / 100%);
}
body {
text-align: center;
font: bold 1.5em sans-serif;
}
label, output {
display: block;
}
.field {
margin: 0.5em;
}
.total {
margin: 1em;
color: var(--currency);
}