You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 line
117 B

  1. html, body {
  2. height: 100vh;
  3. }
  4. body {
  5. background-color: #2d2136;
  6. padding: 0px;
  7. margin: 0px;
  8. overflow: hidden;
  9. }