Skip to content
Snippets Groups Projects
Select Git revision
  • 318d3c94643f9a302c1ec4c143742d586c81bdd8
  • main default
2 results

README.md

Blame
  • index.css 316 B
    body, html {
      color: white;
      text-align: center;
      background: linear-gradient(to bottom, #6359CE, #6E83F9);
    }
    
    .app{
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 100vw;
      height: 100vh;
    }
    
    .page{
      flex: 1;
      display: flex;
      flex-direction: column;
      overflow: hidden;
    }