asdf
This commit is contained in:
Generated
+2
-2
@@ -14,8 +14,8 @@
|
||||
<option name="RECENT_TEMPLATES">
|
||||
<list>
|
||||
<option value="HTML File" />
|
||||
<option value="CSS File" />
|
||||
<option value="JavaScript File" />
|
||||
<option value="CSS File" />
|
||||
</list>
|
||||
</option>
|
||||
</component>
|
||||
@@ -60,7 +60,7 @@
|
||||
<updated>1679674447095</updated>
|
||||
<workItem from="1679674448294" duration="3278000" />
|
||||
<workItem from="1679754546660" duration="3762000" />
|
||||
<workItem from="1679776338023" duration="6475000" />
|
||||
<workItem from="1679776338023" duration="6712000" />
|
||||
</task>
|
||||
<servers />
|
||||
</component>
|
||||
|
||||
+2
-13
@@ -5,6 +5,7 @@
|
||||
<title>IO Game Studios</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="navigationStyle.css">
|
||||
<link rel="stylesheet" href="mainPage.css">
|
||||
</head>
|
||||
<body onresize="hideMobileMenuBar()">
|
||||
|
||||
@@ -16,19 +17,7 @@
|
||||
<!-- Desktop-->
|
||||
<ul>
|
||||
|
||||
<li class="menuDropdownDesktop">
|
||||
Games
|
||||
<div>
|
||||
<ul>
|
||||
<li>
|
||||
<button>FlufflParty</button>
|
||||
</li>
|
||||
<li>
|
||||
<button>Other</button>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
<li>Games</li>
|
||||
<li>Quicklinks</li>
|
||||
<li>About</li>
|
||||
</ul>
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
+5
-25
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user