Skip to content

Commit

Permalink
Create header.css
Browse files Browse the repository at this point in the history
Signed-off-by: Raydo Matthee <[email protected]>
  • Loading branch information
burnt-exe authored May 19, 2024
1 parent fe0bb5b commit ce11e43
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions css/header.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
/* Header CSS */

.bx--header {
background-color: #0f62fe;
padding: 1rem;
}

.bx--header__name {
font-size: 1.5rem;
color: #ffffff;
text-decoration: none;
}

.bx--header__menu-bar {
display: flex;
list-style: none;
padding: 0;
}

.bx--header__menu-item {
margin: 0 1rem;
}

.bx--header__menu-link {
color: #ffffff;
text-decoration: none;
}

.bx--header__menu-link:hover {
text-decoration: underline;
}

0 comments on commit ce11e43

Please sign in to comment.