Skip to content

Commit

Permalink
Update file (possible bugs - test)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpcgt committed Mar 21, 2024
1 parent 2ba32f7 commit 8f5f3a4
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,37 @@ h1 {
}

/* NavBar */
.main {
main {
color: white;
}

.header {
header {
background-color: white;
position: fixed;
top: 0;
left: 0;
right: 0;
height: 80px;
display: flex;
align-items: center;
box-shadow: 0 0 25px 0 black;
}

.header li {
header * {
display: inline;
}

header li {
margin: 20px;
}

.header li a {
header li a {
color: black;
text-decoration: none;
}

body {
height: 125vh;
font-family: sans-serif;
margin-top: 80px;
padding: 30px;
}

0 comments on commit 8f5f3a4

Please sign in to comment.