Add files from old Git

This commit is contained in:
Simon V. Lejel 2021-12-28 00:08:19 +01:00
commit d824c67bb4
8 changed files with 57 additions and 0 deletions

4
css/styles.css Normal file
View file

@ -0,0 +1,4 @@
body {
background-image: url("../img/background.jpg");
background-size: cover;
}/*# sourceMappingURL=styles.css.map */

1
css/styles.css.map Normal file
View file

@ -0,0 +1 @@
{"version":3,"sources":["styles.scss"],"names":[],"mappings":"AAAA;EACI,8CAAA;EACA,sBAAA;AACJ","file":"styles.css"}

4
css/styles.scss Normal file
View file

@ -0,0 +1,4 @@
body {
background-image: url("../img/background.jpg");
background-size: cover;
}