diff --git a/1V1L.html b/1V1L.html
index 1885f49..0b48fb2 100644
--- a/1V1L.html
+++ b/1V1L.html
@@ -1,2 +1,2 @@
diff --git a/SB.html b/SB.html
index 795fd3b..bf5ba31 100644
--- a/SB.html
+++ b/SB.html
@@ -1,2 +1,2 @@
PurePro4561 | All Your Favorite Games In One Place
@@ -31,15 +34,24 @@
PurePro4561
-
NEW LOGO!
+
All Your Favorite Games In One Place
+
+
Play!
+
+
-
Play!
+
diff --git a/monkeyMart.html b/monkeyMart.html
new file mode 100644
index 0000000..97988b8
--- /dev/null
+++ b/monkeyMart.html
@@ -0,0 +1,13171 @@
+
+
+
+
+
+
+
Monkey Mart
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/nowgg.html b/nowgg.html
index 0f91505..47e4c68 100644
--- a/nowgg.html
+++ b/nowgg.html
@@ -1,2 +1,2 @@
Now.gg
-
+
diff --git a/roblox.html b/roblox.html
index 20d7003..a37d6b8 100644
--- a/roblox.html
+++ b/roblox.html
@@ -1,2 +1,3 @@
Roblox
-
+
+
diff --git a/roblox2.html b/roblox2.html
index 2df3314..af0ba3c 100644
--- a/roblox2.html
+++ b/roblox2.html
@@ -1,2 +1,2 @@
Roblox
-
+
diff --git a/roblox3.html b/roblox3.html
index 8d910b5..af0ba3c 100644
--- a/roblox3.html
+++ b/roblox3.html
@@ -1,2 +1,2 @@
Roblox
-
+
diff --git a/roblox4.html b/roblox4.html
index 493968b..af0ba3c 100644
--- a/roblox4.html
+++ b/roblox4.html
@@ -1,2 +1,2 @@
Roblox
-
+
diff --git a/style.css b/style.css
index 74163dc..3b81058 100644
--- a/style.css
+++ b/style.css
@@ -19,6 +19,7 @@ h1 {
background: rgb(0,255,48);
background: linear-gradient(90deg, rgba(0,255,48,1) 0%, rgba(0,242,255,1) 100%);
overflow: hidden;
+ border-radius: 50px;
}
/* Style the links inside the navigation bar */
@@ -30,13 +31,13 @@ background: linear-gradient(90deg, rgba(0,255,48,1) 0%, rgba(0,242,255,1) 100%);
text-decoration: none;
font-family: monospace;
font-size: 17px;
+ border-radius: 50px;
}
/* Change the color of links on hover */
.topnav a:hover {
- background-image: linear-gradient(90deg, rgb(0, 234, 255) 0%, rgb(41, 9, 250) 100%);
+ background-image: linear-gradient(90deg, #00ab25, #00cfd6);
color: rgb(255, 255, 255);
- font-size: 20px;
}
.topnav a {
@@ -46,7 +47,9 @@ background: linear-gradient(90deg, rgba(0,255,48,1) 0%, rgba(0,242,255,1) 100%);
/* Add a color to the active/current link */
.topnav a.active {
background-color: linear-gradient(90deg, rgba(0,255,48,1) 0%, rgba(0,242,255,1) 100%);
- color: white;
+ background: white;
+ color: black;
+ border-radius: 50px;
}
@font-face {
@@ -83,11 +86,10 @@ background: linear-gradient(90deg, rgba(0,255,48,1) 0%, rgba(0,242,255,1) 100%);
}
.button:hover {
- color: white;
- background-image: linear-gradient(90deg, rgb(0, 234, 255) 0%, rgb(34, 0, 255) 100%);
+ color: white;
+ background-image: linear-gradient(90deg, #00ab25, #00cfd6);
font-size: 28px;
-}
-
+
.container {
display: flex;
justify-content: center;