add barebones css

This commit is contained in:
GNUxeava 2022-03-18 10:44:36 +05:30
parent fe8a6c740e
commit 4596ec1807

13
style.css Normal file
View 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;
}