diff options
| author | ~willow <willow@relvokcor.xyz> | 2026-05-11 20:18:22 +0000 |
|---|---|---|
| committer | ~willow <willow@relvokcor.xyz> | 2026-05-11 20:18:22 +0000 |
| commit | ac881aa1b27e6b8110e193e60866797721a80db5 (patch) | |
| tree | 083bf6d5d7d3b5dc1d7191c5cc18271704bdd9bc /style.css | |
| parent | bb908bb85213d271fbfc83e4bb3e4ca08e4ff081 (diff) | |
added wii.hacks and 3ds.hacks buttons and turned the buttons into a grid
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -40,6 +40,11 @@ pre { width: 70%; } +.btn { + display: grid; + grid-template-columns: auto auto auto auto auto; +} + .blink { animation: blink 1s infinite; animation-timing-function: linear(0 0%, 0 49%, 1 50%, 1 99%); |
