add index.html and style.css

This commit is contained in:
Andrea
2020-11-21 09:13:58 +01:00
parent 2c1ab52672
commit 48a16b21da
2 changed files with 19 additions and 0 deletions

4
css/style.css Normal file
View File

@@ -0,0 +1,4 @@
* {
margin: 0;
padding: 0;
}