Spaces:
Running
Running
| @import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap'); | |
| * { | |
| box-sizing: border-box; | |
| margin: 0; | |
| padding: 0; | |
| image-rendering: pixelated; | |
| } | |
| body { | |
| font-family: 'Courier New', monospace; | |
| line-height: 1.6; | |
| } | |
| h1, h2, h3, h4, h5, h6 { | |
| font-family: 'Press Start 2P', cursive; | |
| } | |
| input, textarea, button { | |
| font-family: inherit; | |
| font-size: inherit; | |
| } | |
| button, a { | |
| cursor: pointer; | |
| } | |
| .custom-navbar, custom-navbar { | |
| display: block; | |
| width: 100%; | |
| } | |
| .custom-footer, custom-footer { | |
| display: block; | |
| width: 100%; | |
| } |