Add files from old Git
This commit is contained in:
commit
d824c67bb4
8 changed files with 57 additions and 0 deletions
4
css/styles.css
Normal file
4
css/styles.css
Normal 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
1
css/styles.css.map
Normal 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
4
css/styles.scss
Normal file
|
@ -0,0 +1,4 @@
|
|||
body {
|
||||
background-image: url("../img/background.jpg");
|
||||
background-size: cover;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue