From cb4675517b0d5472b8dea5f6dcce97804f8a86ec Mon Sep 17 00:00:00 2001 From: Mast3r_waf1z Date: Sun, 12 Nov 2023 20:59:33 +0100 Subject: [PATCH] added sauce --- sauce.html | 21 +++++++++++++++++++++ scripts/layout.js | 2 +- styles.css | 3 +++ 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 sauce.html diff --git a/sauce.html b/sauce.html new file mode 100644 index 0000000..8de60f4 --- /dev/null +++ b/sauce.html @@ -0,0 +1,21 @@ + +
+ + + + Sauce + + + + + + + + + + + +
+
+ + \ No newline at end of file diff --git a/scripts/layout.js b/scripts/layout.js index e85612d..849c97e 100644 --- a/scripts/layout.js +++ b/scripts/layout.js @@ -2,7 +2,7 @@ data = { "urls":[ "./", "https://github.com/Mast3rwaf1z", - "https://github.com/Mast3rwaf1z/Mast3rwaf1z.github.io", + "sauce.html", "https://i.skademaskinen.win", "guestbook.html", "games.html", diff --git a/styles.css b/styles.css index 5a16be0..040be79 100644 --- a/styles.css +++ b/styles.css @@ -59,6 +59,9 @@ button:disabled { cursor: not-allowed; opacity: 1; } +button:hover { + background-color:#222222; +} footer { text-align: center;