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