Skip to content
Snippets Groups Projects
Select Git revision
  • 66af62601f87f8bbcfe89e61c9a9d44382c20fd7
  • main default protected
2 results

example.css

Blame
  • 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);
    }