Skip to content

Commit

Permalink
dingen
Browse files Browse the repository at this point in the history
  • Loading branch information
SamaraFellaDina committed Nov 28, 2023
1 parent 90b26dd commit 3a12ead
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<!-- Nog een "alt" nodig? -->
</ul>
</nav>


</header>

</body>
</html>
21 changes: 13 additions & 8 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
--background-color-1:#EDEDED;
--background-color-2:#333333;

--content-radius: 3px;
--content-radius: .1em;
--regular-text: 1em;
--fonts:"ProximaNova", sans-serif;

Expand Down Expand Up @@ -51,8 +51,8 @@ button {
border-style: none;
}

ul {
list-style: none;
header ul {
padding-inline-start: 0;
}

.header {
Expand All @@ -72,18 +72,22 @@ ul {
flex-direction: column-reverse;
}

.nav-list-right{
position: relative;
align-self: flex-end;

}

.nav-list-right, .nav-list-left {
display: flex;
gap: 1em;
margin-block-start: 0;
margin-block-end: 0;
}
flex-direction: row;
display: flex;

.nav-list-right a {
flex-direction: column;
}

.hamburger, .nav-list-right a, .nav-list-left {
.hamburger, .nav-list-right, .nav-list-left {
height: auto;
width: auto;
background: none;
Expand Down Expand Up @@ -117,3 +121,4 @@ of kan je dingen voor en na invoegen aan het element. */
/* Heading door @samarafelladina */



0 comments on commit 3a12ead

Please sign in to comment.