Newer
Older
minerva / Base / res / html / misc / root.html
@minerva minerva on 13 Jul 205 bytes Initial commit
<!DOCTYPE html>
<html>
  <head>
    <title>:root test</title>
    <style>
      :root {
        background-color: red;
      }
    </style>
  </head>
  <body>
    Background will be red.
  </body>
</html>