mirror of
https://git.adityakumar.xyz/adityakumar.xyz.git
synced 2024-11-12 19:59:43 +00:00
13 lines
396 B
CSS
13 lines
396 B
CSS
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@800&display=swap');
|
|
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap');
|
|
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
|
|
|
|
html {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
background-image: linear-gradient(135deg, #266bff, #59cfa3);
|
|
background-repeat: no-repeat;
|
|
color: white;
|
|
}
|