9 lines
79 B
CSS
9 lines
79 B
CSS
|
*, *::before *::after {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
html {
|
||
|
font-size: 16px;
|
||
|
}
|