diff --git a/BubbleGame/style.css b/BubbleGame/style.css
index 51bc83f..9877c8a 100644
--- a/BubbleGame/style.css
+++ b/BubbleGame/style.css
@@ -207,6 +207,8 @@ body{
transform-style: preserve-3d;
-webkit-transition: background 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1);
transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1);
+ margin-bottom: .5em;
+ text-align: center;
}
.video-game-button::before {
diff --git a/DevQuiz/index.html b/DevQuiz/index.html
index 2f3f16a..f0746af 100644
--- a/DevQuiz/index.html
+++ b/DevQuiz/index.html
@@ -33,9 +33,10 @@
score: 0/0
( 0% )
-
-
-
+
+
+
home
+
}
diff --git a/DevQuiz/style.css b/DevQuiz/style.css
index b4570ea..5a69baa 100644
--- a/DevQuiz/style.css
+++ b/DevQuiz/style.css
@@ -95,7 +95,7 @@ body{
}
.start-btn,
-.restart-btn{
+.end-game-btn{
background-color: transparent;
border: 1px solid white;
padding: 10px 25px;
@@ -107,27 +107,27 @@ body{
font-size: 1.3vw;
}
-.restart-btn{
- margin-right: 4vw;
+.end-game-btn{
+ margin-right: 1em;
}
.start-btn:hover,
-.restart-btn:hover{
+.end-game-btn:hover{
color: #4def74;
}
.start-btn:hover .btn-brackets,
-.restart-btn:hover .btn-brackets{
+.end-game-btn:hover .btn-brackets{
color: #2c4f9e;
}
.start-btn:hover .btn-colon,
-.restart-btn:hover .btn-colon{
+.end-game-btn:hover .btn-colon{
color: #5aceff;
}
.start-btn:active,
-.restart-btn:active{
+.end-game-btn:active{
border-color: #db78a1;
}
@@ -370,7 +370,7 @@ body{
}
.start-btn,
- .restart-btn{
+ .end-game-btn{
padding: 10px 25px;
border-radius: 30px;
font-size: 5vw;
diff --git a/index.html b/index.html
index 04c8ff5..2473880 100644
--- a/index.html
+++ b/index.html
@@ -86,17 +86,17 @@
Web Games
-
+
Tic-Tac-Toe
-
+
The Bubble Game
-
+
Dev Quiz
diff --git a/tic-tac-toe/index.html b/tic-tac-toe/index.html
index 63ed696..4903fc0 100644
--- a/tic-tac-toe/index.html
+++ b/tic-tac-toe/index.html
@@ -30,7 +30,8 @@
Multiplayer
is the winner!!
Game Drawn
-
+
+
Home
X's Turn
diff --git a/tic-tac-toe/style.css b/tic-tac-toe/style.css
index 4931c80..586536f 100644
--- a/tic-tac-toe/style.css
+++ b/tic-tac-toe/style.css
@@ -194,6 +194,8 @@ body{
transform-style: preserve-3d;
-webkit-transition: background 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1);
transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1);
+ margin-bottom: .5em;
+ text-align: center;
}
.video-game-button-end::before {