8 lines
71 B
Plaintext
8 lines
71 B
Plaintext
html,body{
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
*{
|
|
box-sizing: border-box;
|
|
}
|