From 9fc7276fcc8cf204f1ea8599016c504590aee8df Mon Sep 17 00:00:00 2001 From: TechRunner Date: Mon, 20 Oct 2025 18:15:36 -0500 Subject: [PATCH] Fixed Bunny's page --- pages/members/bunny.html | 29 +++++------------------------ stylesheets/base.css | 12 ++++++++++++ stylesheets/bunny.css | 10 ++++++++++ 3 files changed, 27 insertions(+), 24 deletions(-) diff --git a/pages/members/bunny.html b/pages/members/bunny.html index 1bd1ed0..2d2bd98 100644 --- a/pages/members/bunny.html +++ b/pages/members/bunny.html @@ -5,6 +5,7 @@ Bunny's Pixel art and drawings + @@ -36,12 +37,12 @@

Small Meteorite

- +

Lorem ipsum dolor sit amet consectetur adipisicing elit. Fugit, vitae.

Large Meteorite

- +

@@ -77,29 +78,9 @@

-
-
-

- -

-
-
-

- -

-
-
-

- -

-
-
-

- -

-
-
+ Go Back + Font Creator diff --git a/stylesheets/base.css b/stylesheets/base.css index 66b1b22..b9a4a7e 100644 --- a/stylesheets/base.css +++ b/stylesheets/base.css @@ -5,3 +5,15 @@ body{ color: rgb(57, 214, 253); text-align: center; } + +#back{ + width: 100px; + height: 25px; + padding: 5px; + border-radius: 15px; + text-align: center; + color: cyan; + background-image: url("/media/Art/EmptySpace.png"); + border-style: solid; + border-color:rgb(10, 187, 231) +} \ No newline at end of file diff --git a/stylesheets/bunny.css b/stylesheets/bunny.css index da9ec89..116172e 100644 --- a/stylesheets/bunny.css +++ b/stylesheets/bunny.css @@ -97,4 +97,14 @@ a#fontAtrabution{ border-color: black; border-style: dotted; padding: 5px; +} + +#back{ + width: 100px; + height: 25px; + padding-top: 5px; + border-radius: 15px; + text-align: center; + color: cyan; + background-image: url("/media/Art/EmptySpace.png"); } \ No newline at end of file