mirror of
https://git.adityakumar.xyz/adityakumar.xyz.git
synced 2024-11-09 10:39:44 +00:00
add barebones css
This commit is contained in:
parent
fe8a6c740e
commit
4596ec1807
1 changed files with 13 additions and 0 deletions
13
style.css
Normal file
13
style.css
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
@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;
|
||||||
|
}
|
Loading…
Reference in a new issue