5 lines
57 B
CSS
5 lines
57 B
CSS
|
|
*{
|
||
|
|
box-sizing: border-box;
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
}
|