12 lines
99 B
CSS
12 lines
99 B
CSS
html, body {
|
|
padding: 0;
|
|
margin:0;
|
|
}
|
|
body {
|
|
margin-top: 50px;
|
|
}
|
|
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|