From 3a12ead36574e5bf7c8f90106e3896c38e83fab4 Mon Sep 17 00:00:00 2001 From: SamaraFellaDina Date: Tue, 28 Nov 2023 12:55:32 +0100 Subject: [PATCH] dingen --- index.html | 2 +- styles/styles.css | 21 +++++++++++++-------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index adfdc39b..ca0c9236 100644 --- a/index.html +++ b/index.html @@ -27,8 +27,8 @@ - + \ No newline at end of file diff --git a/styles/styles.css b/styles/styles.css index bd76b43b..53515fd6 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -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; @@ -51,8 +51,8 @@ button { border-style: none; } -ul { - list-style: none; +header ul { + padding-inline-start: 0; } .header { @@ -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; @@ -117,3 +121,4 @@ of kan je dingen voor en na invoegen aan het element. */ /* Heading door @samarafelladina */ +