blob: 894ddd27591fb1c48d96c75b907b074f108195b3 (
plain) (
blame)
1
2
3
4
5
|
body {
background-image: linear-gradient(to bottom right, #ff9eaa 0% 65%, #e860ff 95% 100%);
background-position: center; /* You can remove this, but atm it changes the colour to a blue-ish gradient. */
background-attachment: fixed;
}
|