Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
1 result

example.css

Blame
  • Forked from SOFT Core / SOFT 260 / No-Framework Webpage
    1 commit behind the upstream repository.
    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);
    }