The New Beginnings

This commit is contained in:
2020-08-28 16:17:27 +03:00
parent e253970e14
commit 3714f85d86
81 changed files with 5643 additions and 9112 deletions

11
public/styles/common.css Normal file
View File

@@ -0,0 +1,11 @@
@import './header.css';
@import './footer.css';
body {
margin: 0;
padding: 0;
scroll-behavior: smooth;
font-size: 1.2em;
font-family: 'Vollkorn', serif;
width: 100%;
}