9 lines
64 B
CSS
9 lines
64 B
CSS
|
* {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
html {
|
||
|
width: 100%;
|
||
|
}
|