9 lines
82 B
CSS
9 lines
82 B
CSS
html {
|
|
margin: 0em;
|
|
padding: 0em;
|
|
}
|
|
|
|
ol, ul, li {
|
|
list-style: none;
|
|
}
|