Skip to content

Commit

Permalink
Meow :<
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinniUwU committed Mar 28, 2024
1 parent 6ec28bd commit 52581c2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions css.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

body {
background: rgb(251,220,235);
background: -moz-radial-gradient(circle, rgba(251,220,235,1) 52%, rgba(192,134,141,1) 100%);
background: -webkit-radial-gradient(circle, rgba(251,220,235,1) 52%, rgba(192,134,141,1) 100%);
background: radial-gradient(circle, rgba(251,220,235,1) 52%, rgba(192,134,141,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbdceb",endColorstr="#c0868d",GradientType=1);
background: linear-gradient(0deg, #FBDCEB, #C0868D);
}

* {
Expand Down

0 comments on commit 52581c2

Please sign in to comment.