asdf
This commit is contained in:
+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