mirror of
https://git.adityakumar.xyz/adityakumar.xyz.git
synced 2024-11-09 10:39:44 +00:00
add fonts, background
This commit is contained in:
parent
099fbf6417
commit
a8c53c1071
1 changed files with 25 additions and 4 deletions
29
style.css
29
style.css
|
@ -1,13 +1,34 @@
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@800&display=swap');
|
@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=Raleway:wght@600&display=swap');
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
|
||||||
|
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');
|
||||||
|
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Lora:ital@0;1&display=swap');
|
||||||
|
|
||||||
html {
|
/*html {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-image: linear-gradient(135deg, #266bff, #59cfa3);
|
/*background-image: linear-gradient(135deg, #266bff, #59cfa3);*/
|
||||||
|
background-color:linen;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
color: white;
|
color: #606060;
|
||||||
|
margin: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
header {
|
||||||
|
font-size: 150%;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2 {
|
||||||
|
font-family: 'Libre Baskerville', sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content {
|
||||||
|
font-family: 'Lora', sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
header, main, section, footer {
|
||||||
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue