Right, that's the first quater done

This commit is contained in:
Alicia Sykes
2019-07-20 21:50:29 +01:00
parent cbd0d714be
commit b7b8addd83
9 changed files with 210 additions and 51 deletions

22
src/global-styles.scss Normal file
View File

@@ -0,0 +1,22 @@
@import url('https://fonts.googleapis.com/css?family=Comfortaa|Righteous&display=swap');
html {
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
background:#2F323A;
font-family: 'Comfortaa', cursive;
}
h1, h2, h3, h4, h5 {
font-family: 'Righteous', cursive;
}
p, a, span, div {
font-family: 'Comfortaa', cursive;
}