MAIS NON
This commit is contained in:
18
css/reset.css
Normal file
18
css/reset.css
Normal 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; }
|
||||
Reference in New Issue
Block a user