Skip to content

Commit

Permalink
change background color
Browse files Browse the repository at this point in the history
  • Loading branch information
haphantran committed Apr 6, 2024
1 parent d4cdfc9 commit 166329e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions css/pages.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,11 @@ h3.thinner {

#hero-spot {
height: 180px;
background: -webkit-linear-gradient(top, #4bb0c3, #0d83a3);
background: -moz-linear-gradient(top, #4bb0c3, #0d83a3);
background: -ms-linear-gradient(top, #4bb0c3, #0d83a3);
background: -o-linear-gradient(top, #4bb0c3, #0d83a3);
background: gradient(top, #4bb0c3, #0d83a3);
background: -webkit-linear-gradient(top, #b3b4b4, #313a3c);
background: -moz-linear-gradient(top, #b3b4b4, #313a3c);
background: -ms-linear-gradient(top, #b3b4b4, #313a3c);
background: -o-linear-gradient(top, #b3b4b4, #313a3c);
background: gradient(top, #b3b4b4, #313a3c);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bb0c3', endColorstr='#0d83a3',GradientType=0 );
}

Expand Down

0 comments on commit 166329e

Please sign in to comment.