Completed exercise 02

This commit is contained in:
NetMan 2023-12-29 17:28:53 +01:00
parent 762a875a53
commit 7acd8545fe
1 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,11 @@
.header {
font-family: monospace;
background: papayawhip;
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px;
gap: 25px;
}
.logo {
@ -14,6 +19,10 @@
ul {
/* this removes the dots on the list items*/
list-style-type: none;
display: flex;
padding: 0;
margin: 0;
gap: 15px;
}
a {