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
-

+
-
-
-
-
![]()
-
-
-
-
-
![]()
-
-
-
-
-
![]()
-
-
-
-
-
![]()
-
-
-
+ 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