Skip to content

Commit

Permalink
make header sticky
Browse files Browse the repository at this point in the history
  • Loading branch information
RazaAbbas62 committed Feb 9, 2024
1 parent e58d233 commit 730daf0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ body {
.header {
display: flex;
background-color: var(--clr-secondary);
position: sticky;
top: 0;
z-index: 10;
opacity: 0.9;
}

.col {
Expand Down

0 comments on commit 730daf0

Please sign in to comment.