Skip to content
Snippets Groups Projects
Select Git revision
  • 63fa4023d8f484bcc1763f817d93081b6e75e971
  • main default
2 results

index.css

Blame
  • user avatar
    Aymeric Chaumont authored
    1b5e1518
    History
    index.css 150 B
    body, html {
      height: 100vh;
      color: white;
      text-align: center;
      background: linear-gradient(to right, #B06AB3, #4568DC);
      min-height: 100%;
    }