asdf
This commit is contained in:
Generated
+2
-2
@@ -14,8 +14,8 @@
|
|||||||
<option name="RECENT_TEMPLATES">
|
<option name="RECENT_TEMPLATES">
|
||||||
<list>
|
<list>
|
||||||
<option value="HTML File" />
|
<option value="HTML File" />
|
||||||
<option value="CSS File" />
|
|
||||||
<option value="JavaScript File" />
|
<option value="JavaScript File" />
|
||||||
|
<option value="CSS File" />
|
||||||
</list>
|
</list>
|
||||||
</option>
|
</option>
|
||||||
</component>
|
</component>
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
<updated>1679674447095</updated>
|
<updated>1679674447095</updated>
|
||||||
<workItem from="1679674448294" duration="3278000" />
|
<workItem from="1679674448294" duration="3278000" />
|
||||||
<workItem from="1679754546660" duration="3762000" />
|
<workItem from="1679754546660" duration="3762000" />
|
||||||
<workItem from="1679776338023" duration="6475000" />
|
<workItem from="1679776338023" duration="6712000" />
|
||||||
</task>
|
</task>
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
|
|||||||
+2
-13
@@ -5,6 +5,7 @@
|
|||||||
<title>IO Game Studios</title>
|
<title>IO Game Studios</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="stylesheet" href="navigationStyle.css">
|
<link rel="stylesheet" href="navigationStyle.css">
|
||||||
|
<link rel="stylesheet" href="mainPage.css">
|
||||||
</head>
|
</head>
|
||||||
<body onresize="hideMobileMenuBar()">
|
<body onresize="hideMobileMenuBar()">
|
||||||
|
|
||||||
@@ -16,19 +17,7 @@
|
|||||||
<!-- Desktop-->
|
<!-- Desktop-->
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
<li class="menuDropdownDesktop">
|
<li>Games</li>
|
||||||
Games
|
|
||||||
<div>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<button>FlufflParty</button>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<button>Other</button>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li>Quicklinks</li>
|
<li>Quicklinks</li>
|
||||||
<li>About</li>
|
<li>About</li>
|
||||||
</ul>
|
</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;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 30px 10%;
|
padding: 10px 100px;
|
||||||
background-color: #41423f;
|
background-color: #41423f;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -63,10 +63,6 @@ nav ul li div {
|
|||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menuDropdownDesktop:hover div {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
nav ul li div ul {
|
nav ul li div ul {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@@ -81,6 +77,10 @@ nav ul li div ul li button {
|
|||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header button:hover {
|
||||||
|
background-color: rgba(198, 119, 70, 0.5);
|
||||||
|
}
|
||||||
|
|
||||||
/*Mobile Excluded*/
|
/*Mobile Excluded*/
|
||||||
nav > button {
|
nav > button {
|
||||||
display: none;
|
display: none;
|
||||||
@@ -150,23 +150,3 @@ Mobile
|
|||||||
background-color: rgba(198, 119, 70, 0.5);
|
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