summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
author~willow <willow@relvokcor.xyz>2026-05-11 20:18:22 +0000
committer~willow <willow@relvokcor.xyz>2026-05-11 20:18:22 +0000
commitac881aa1b27e6b8110e193e60866797721a80db5 (patch)
tree083bf6d5d7d3b5dc1d7191c5cc18271704bdd9bc /style.css
parentbb908bb85213d271fbfc83e4bb3e4ca08e4ff081 (diff)
added wii.hacks and 3ds.hacks buttons and turned the buttons into a grid
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
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%);