6 lines
81 B
CSS
6 lines
81 B
CSS
|
* {
|
||
|
margin:0;
|
||
|
padding:0;
|
||
|
list-style:none;
|
||
|
box-sizing:border-box
|
||
|
}
|