Skip to content

Commit

Permalink
changed bg
Browse files Browse the repository at this point in the history
  • Loading branch information
hntechsoftware authored Oct 8, 2023
1 parent d55d3f1 commit d435c8b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@ font-variant: normal;
text-transform: none;
}

body {
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 70%, rgba(0,212,255,1) 100%);
body {
background: rgb(7,2,110);
background: -moz-linear-gradient(93deg, rgba(7,2,110,1) 2%, rgba(0,15,144,1) 14%, rgba(0,52,170,1) 26%, rgba(10,97,200,1) 85%, rgba(3,53,112,1) 93%);
background: -webkit-linear-gradient(93deg, rgba(7,2,110,1) 2%, rgba(0,15,144,1) 14%, rgba(0,52,170,1) 26%, rgba(10,97,200,1) 85%, rgba(3,53,112,1) 93%);
background: linear-gradient(93deg, rgba(7,2,110,1) 2%, rgba(0,15,144,1) 14%, rgba(0,52,170,1) 26%, rgba(10,97,200,1) 85%, rgba(3,53,112,1) 93%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#07026e",endColorstr="#033570",GradientType=1);
}

#bodytext {
font-family: Arial, Helvetica, sans-serif;
font-size: 23px;
Expand Down

0 comments on commit d435c8b

Please sign in to comment.