diff --git a/css/style.css b/css/style.css index 48cdeca..474fab3 100644 --- a/css/style.css +++ b/css/style.css @@ -1,6 +1,6 @@ @import url('https://fonts.googleapis.com/css?family=Luckiest+Guy'); @import url('https://fonts.googleapis.com/css?family=Galindo'); -@import url('https://fonts.googleapis.com/css?family=Heebo:900'); +@import url('https://fonts.googleapis.com/css?family=Heebo:700'); .profilePic { @@ -80,7 +80,7 @@ main { height: 300px; margin: 30px auto 0px; box-shadow: 0 10px 20px 0 rgba(39, 38, 38,2); - transition: 0.6s; + transition: 3s; } #game-menu form { width: 100%; @@ -98,6 +98,7 @@ main { #game-menu form button:hover{ background: #00FF00; + opacity: 0.9; color: rgb(50, 10, 51); } #game-menu form button:active { @@ -138,8 +139,8 @@ form button:focus{ background: magenta; } -/******************* GameStart CSS *****************/ -#game-start { +/******************* Form CSS *****************/ +.form-container { width: 50%; height: 610px; background: #fff; @@ -149,7 +150,7 @@ form button:focus{ transition: 0.6s; font-family: 'Heebo', sans-serif; } -#game-start h2 { +.form-container h2 { height: 40px; background-color: #ddd; padding-left: 30px; @@ -159,34 +160,35 @@ form button:focus{ border-top-right-radius: 10px; border-top-left-radius: 10px; } -#gameStartForm { - width: 65%; +.gameForm { + width: 100%; margin-left: 50px; margin-top: 15px; font-size: 22px; + letter-spacing: 2px; } -#gameStartForm label { +.gameForm label { margin-bottom: 10px; } -#gameStartForm input { +.gameForm input { margin-left: 2px; margin-bottom: 10px; width: 425px; height: 20px; } -#gameStartForm select { - width: 270px; +.gameForm select { + width: 425px; font-family: 'Heebo', sans-serif; font-size: 16px; margin-right: 30px; cursor: pointer; } -#gameStartForm select:focus { +.gameForm select:focus { text-decoration: none; outline: none; } -#gameStartForm input[type="radio"] { +.gameForm input[type="radio"] { position: relative; cursor: pointer; font-size: 22px; @@ -201,22 +203,9 @@ form button:focus{ margin-right: 18px; /* font-size: 18px; */ } -#create-quiz-btn { - width: 130px; - height: 40px; - font-size: 16px; - border-radius: 4px; - font-family: 'Heebo', sans-serif; - background: #85797d; - color: #fff; -} -#create-quiz-btn:active { - background-color: rgb(29, 26, 27); - box-shadow: 0 5px #666; - transform: translateY(4px); -} #button-container button { - margin-top: 10px; + margin-top: 20px; + margin-left: 60%; width: 180px; height: 50px; border-radius: 6px; @@ -236,6 +225,7 @@ form button:focus{ #button-container button:hover { background: rgb(149, 0, 32); + opacity: 0.9; color:#fff; } #button-container button:active { diff --git a/gamestart.html b/gamestart.html index c1f1d6e..9e856c0 100644 --- a/gamestart.html +++ b/gamestart.html @@ -18,9 +18,9 @@ Leaderboard -
+

Game Info

-
+
@@ -49,7 +49,6 @@

Game Info


-