diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 729ec1d..e372e14 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -14,8 +14,8 @@ @@ -60,7 +60,7 @@ 1679674447095 - + diff --git a/index.html b/index.html index a73817e..be44b0f 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ IO Game Studios + @@ -16,19 +17,7 @@
    - +
  • Games
  • Quicklinks
  • About
diff --git a/mainPage.css b/mainPage.css new file mode 100644 index 0000000..438339f --- /dev/null +++ b/mainPage.css @@ -0,0 +1,19 @@ +/* +------------------------------------------------------------------------------------------ +General +------------------------------------------------------------------------------------------ + */ + +body { + background-image: linear-gradient(#c67746, #88b3ae); + height: 100%; +} + +h1 { + + font-size: 40px; + text-align: center; + padding: 20px; + color: #41423f; +} + diff --git a/navigationStyle.css b/navigationStyle.css index a4f77f7..6792f14 100644 --- a/navigationStyle.css +++ b/navigationStyle.css @@ -27,7 +27,7 @@ header { display: flex; justify-content: space-between; align-items: center; - padding: 30px 10%; + padding: 10px 100px; background-color: #41423f; } @@ -63,10 +63,6 @@ nav ul li div { padding-bottom: 10px; } -.menuDropdownDesktop:hover div { - display: block; -} - nav ul li div ul { display: flex; flex-direction: column; @@ -81,6 +77,10 @@ nav ul li div ul li button { padding: 20px; } +header button:hover { + background-color: rgba(198, 119, 70, 0.5); +} + /*Mobile Excluded*/ nav > button { display: none; @@ -150,23 +150,3 @@ Mobile background-color: rgba(198, 119, 70, 0.5); } } - -/* ------------------------------------------------------------------------------------------- -General ------------------------------------------------------------------------------------------- - */ - -body { - background-image: linear-gradient(#c67746, #88b3ae); - height: 100%; -} - -h1 { - - font-size: 40px; - text-align: center; - padding: 20px; - color: #41423f; -} -