Init du projet

This commit is contained in:
2018-06-25 22:39:00 +02:00
commit f9229a6025
122 changed files with 23329 additions and 0 deletions

18
public/css/reset.css Normal file
View File

@ -0,0 +1,18 @@
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0; }
body, html {
margin: 0;
padding: 0;
height: 100%; }
img {
width: 100%; }
.container {
margin: auto;
padding-top: 80px;
padding-bottom: 80px; }