From ac881aa1b27e6b8110e193e60866797721a80db5 Mon Sep 17 00:00:00 2001 From: ~willow Date: Mon, 11 May 2026 20:18:22 +0000 Subject: added wii.hacks and 3ds.hacks buttons and turned the buttons into a grid --- 3ds.png | Bin 0 -> 756 bytes about/index.html | 24 +++++++++++++----------- index.html | 24 +++++++++++++----------- style.css | 5 +++++ wii.png | Bin 0 -> 1193 bytes 5 files changed, 31 insertions(+), 22 deletions(-) create mode 100644 3ds.png create mode 100644 wii.png diff --git a/3ds.png b/3ds.png new file mode 100644 index 0000000..f7375f9 Binary files /dev/null and b/3ds.png differ diff --git a/about/index.html b/about/index.html index 1c7f4a7..5c501f5 100644 --- a/about/index.html +++ b/about/index.html @@ -41,16 +41,18 @@ diff --git a/index.html b/index.html index c5e53f6..aacf24a 100644 --- a/index.html +++ b/index.html @@ -28,16 +28,18 @@ diff --git a/style.css b/style.css index 382bb3c..39176aa 100644 --- a/style.css +++ b/style.css @@ -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%); diff --git a/wii.png b/wii.png new file mode 100644 index 0000000..a79f71d Binary files /dev/null and b/wii.png differ -- cgit