6 lines
120 B
CSS
6 lines
120 B
CSS
body,ul,li,h1,h2,h3,h4,h5,h6,p,a{
|
|
margin: 0;
|
|
padding: 0;
|
|
text-decoration: none;
|
|
list-style: none;
|
|
} |