6 lines
No EOL
81 B
CSS
6 lines
No EOL
81 B
CSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
text-align: initial;
|
|
} |