7 lines
64 B
CSS
7 lines
64 B
CSS
|
*{
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
|
||
|
html, body{
|
||
|
margin: 0px;
|
||
|
}
|