personal-site/styles.css

10 lines
228 B
CSS
Raw Normal View History

2022-02-14 16:38:47 +01:00
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300&display=swap');
.nunito {
2022-02-14 16:42:42 +01:00
font-family: 'Nunito Sans', sans-serif;
}
#footer {
2022-02-14 17:17:41 +01:00
position:absolute;
2022-02-14 17:18:56 +01:00
bottom:0;
2022-02-14 17:17:45 +01:00
background-color:lightgrey;
2022-02-14 16:38:47 +01:00
}