Skip to content

Commit a75a7b4

Browse files
sticky header added
1 parent 0d8576d commit a75a7b4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ body {
5151
background-color: #e3e6f3;
5252
padding: 20px 80px;
5353
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
54+
position: sticky;
55+
top:0;
56+
left: 0;
57+
z-index: 999;
5458
}
5559

5660
.header-list {

0 commit comments

Comments
 (0)