blog

Log | Files | Refs

404.css (200B)


      1 .not-found {
      2     position: absolute;
      3     left: 0;
      4     right: 0;
      5     display: flex;
      6     align-items: center;
      7     justify-content: center;
      8     height: 80%;
      9     font-size: 160px;
     10     font-weight: 700;
     11 }