Skip to content

Commit

Permalink
Merge pull request avinash201199#68 from emily876/main
Browse files Browse the repository at this point in the history
Gradient in header background
  • Loading branch information
avinash201199 authored Oct 10, 2021
2 parents bc7a77a + 8691a8d commit 0a33dd2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ body {

header {
letter-spacing: -1px;
background-color: white;
background: rgb(111,108,221);
background: linear-gradient(90deg, rgba(111,108,221,1) 0%, rgba(57,190,193,1) 44%, rgba(155,110,198,1) 100%);
color: black;
border-radius: 10px;
padding: 0%;
Expand Down Expand Up @@ -337,4 +338,4 @@ display: block;
display: block;
text-align: center;
font-weight: bold;
}
}

0 comments on commit 0a33dd2

Please sign in to comment.