Skip to content

Commit

Permalink
Update styles-header.css
Browse files Browse the repository at this point in the history
  • Loading branch information
riyaahlawat authored Jun 4, 2024
1 parent f0b7dc9 commit 232f0be
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions styles-header.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
:root {
--bgColor: rgb(253, 246, 227);
--textColor: #D91C81;
--black: #3A3335;
--incorrect: rgb(40, 207, 34);
}

.header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 40px;
background-color: #f8f9fa;
background-color: var(--bgColor);
border-bottom: 1px solid #e0e0e0;
}

Expand Down Expand Up @@ -45,4 +52,4 @@
.header * {
box-sizing: border-box;
}


0 comments on commit 232f0be

Please sign in to comment.