This commit is contained in:
brausjonas
2023-03-26 01:39:23 +01:00
parent 10fa58f1cf
commit d0e607e0da
4 changed files with 28 additions and 40 deletions
+5 -25
View File
@@ -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;
}