Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
jahnav-sannapureddy authored Oct 30, 2023
1 parent 2bc6250 commit addb72b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ h1{
font-size: 76px;
color: rgb(96, 130, 252);
margin: 0px;
background: linear-gradient(to right, rgb(96, 130, 252), rgb(152, 172, 245));
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}

#display-container{
Expand All @@ -72,4 +75,4 @@ h1{
}
@media only screen and (min-width: 600px) {
h1{ font-size: 76px;}
}
}

0 comments on commit addb72b

Please sign in to comment.