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