Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
feat: linear gradient background with better text readability.
  • Loading branch information
FawazBinSaleem authored Aug 9, 2024
1 parent b8366fd commit 99e9404
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

body{
min-height: 100vh;
background: linear-gradient(to bottom, #fff9f0, #ffebd2); /* Light orange gradient background */
color: #333; /* Dark text color for readability */
}
.header{
height: 15vh;
Expand Down Expand Up @@ -206,4 +208,4 @@ nav li:first-child{
.menuButton{
display: block;
}
}
}

0 comments on commit 99e9404

Please sign in to comment.