From 6758531526a774d1b0a0a7ae71252d7464ac6f3e Mon Sep 17 00:00:00 2001 From: brausjonas Date: Sat, 25 Mar 2023 23:01:48 +0100 Subject: [PATCH] dsfdf --- .idea/workspace.xml | 2 +- Temp/Style.css | 213 -------------------------------------------- Temp/index.html | 74 --------------- index.html | 78 ++++++++-------- 4 files changed, 43 insertions(+), 324 deletions(-) delete mode 100644 Temp/Style.css delete mode 100644 Temp/index.html diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 7bcadc1..530c114 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -60,7 +60,7 @@ 1679674447095 - + diff --git a/Temp/Style.css b/Temp/Style.css deleted file mode 100644 index 9452ecb..0000000 --- a/Temp/Style.css +++ /dev/null @@ -1,213 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap'); -@import url('https://fonts.googleapis.com/css2?family=Alkatra&family=Delicious+Handrawn&family=Roboto:wght@300&display=swap'); - -* { - font-family: "Roboto Light", sans-serif; - box-sizing: border-box; - margin: 0; - padding: 0; -} - -li, a, button { - font-weight: 500; - font-size: 16px; - color: #ecf0f1; - text-decoration: none; -} - -@media only screen and (max-width: 18cm) { - li, a, button { - font-size: 20px; - } - - .hideOnMobile { - display: none; - } -} - -header { - display: flex; - justify-content: space-between; - align-items: center; - padding: 30px 10%; - background-color: #24242A; -} - -.navLinks { - list-style: none; -} - -@media only screen and (max-width: 18cm) { - .navLinks { - display: none; - } -} - -.navLinks li { - cursor: pointer; - display: inline-block; - padding: 0px 20px; -} - - -.navLinks li a { - transition: all 0.5s ease 0s; -} - -.navLinks li a:hover, .navLinks li:hover { - color: #0088a9; -} - -button { - padding: 9px 25px; - background-color: rgba(0, 136, 169, 1); - border: none; - border-radius: 50px; - cursor: pointer; - transition: all 0.5s ease 0s; -} - -button:hover { - background-color: rgba(0, 136, 169, 0.3); -} - -nav { - order: 1; -} - -h1 { - text-align: center; - font-size: 50px; - - color: white; -} - -@media only screen and (max-width: 18cm) { - h1 { - text-align: center; - font-size: 30px; - - color: white; - } -} - -.margin-top { - margin-top: 50px; -} - -body { - width: 100vw; - height: 100vh; - background-size: cover; - background-color: #31313a; -} - - -.dropdown div { - display: none; - position: absolute; - padding: 20px; - margin-left: -90px; - background-color: #24242A; - border-radius: 50px -} - -.dropdown div ul li { - margin-top: 10px; - margin-bottom: 10px; - text-align: center; -} - -@media only screen and (max-width: 18cm) { - .dropdown div ul li { - margin-top: 5px; - margin-bottom: 5px; - text-align: center; - padding: 0; - } - - .dropdown div ul li { - margin-top: 5px; - margin-bottom: 5px; - text-align: center; - padding: 0; - } - - .dropdown div { - right: 150px; - border-radius: 0px; - top: 10px; - } - -} - -.dropdown:hover div ul, .dropdown:hover div { - display: flex; - flex-direction: column; -} - -.mobileMenuButton { - background-color: rgba(0, 0, 0, 0); - display: none; -} - -@media only screen and (max-width: 18cm) { - .mobileMenuButton { - display: inline-block; - transition: all 0.5s ease 0s; - } -} - -.mobileMenuButton svg { - width: 50px; - height: 50px; - position: absolute; - right: 30px; - top: 30px; - color: white; -} - -.mobileMenuButton svg:hover { - color: #0088a9; -} - -.mobileMenuDropDown { - display: none; - background-color: #24242A; - transition: all 0.5s ease 0s; -} - -.mobileMenuDropDown li -{ - list-style: none; - margin-top: 10px; - margin-bottom: 10px; - text-align: center; - padding: 20px; -} - -.mobileMenuDropDown2 div -{ - display: none; -} - -.mobileMenuDropDown2:hover div -{ - display: inherit; -} - -.mobileMenuDropDown2:hover div li -{ - padding: 5px; -} - - -.mobileMenuButton:hover .mobileMenuDropDown { - display: flex; - flex-direction: column; - position: absolute; - right: 0; - height: 100vh; - - margin-top: 10%; -} diff --git a/Temp/index.html b/Temp/index.html deleted file mode 100644 index 0f09196..0000000 --- a/Temp/index.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - IO Game Studios - - - -
- - - - - - -
- - - - -
- -
-
- -
- - -

- We create games like back in the days -

- - - \ No newline at end of file diff --git a/index.html b/index.html index 40a8a2d..c19513f 100644 --- a/index.html +++ b/index.html @@ -8,51 +8,56 @@ -
+
- + - -
+ + + +
- - -
-
    -
  • Games
  • + + +
    +
      +
    • Games
    • -
    • Quicklinks
    • +
    • Quicklinks
    • -
    • About
    • -
    -
    -
    +
  • About
  • +
+
+
-

We create games like back in the days

+

We create games like back in the days



@@ -127,6 +132,7 @@

+