Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
DevanshMistry890 authored Oct 27, 2024
1 parent 6d0b5fd commit af1eb10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ header {
align-self: center;
text-align: center;
background: linear-gradient(175deg, #e8ecff 0%, #e6e4f9 40%, #e5d7f6 100%) !important;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
display: grid;
place-items: center;
}
Expand All @@ -49,6 +50,7 @@ footer{
text-align: center;
font-weight: 600;
background: linear-gradient(175deg, #e8ecff 0%, #e6e4f9 40%, #e5d7f6 100%) !important;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
display: grid;
place-items: center;
}
Expand Down

0 comments on commit af1eb10

Please sign in to comment.