www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

main.css (160B)


      1 body {
      2     margin: 0px;
      3     padding: 0px;
      4     font-size: 72px;
      5 }
      6 
      7 #input {
      8     margin: 0px;
      9     font-size: 100%;
     10     width: 100%;
     11     box-sizing: border-box;
     12 }