8 lines
70 B
CSS
8 lines
70 B
CSS
body,ul,li,p{
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
li {
|
|
list-style: none;
|
|
} |