14 lines
174 B
CSS
14 lines
174 B
CSS
body,ul,li,p,h1,h2,h3,h4,h5,h6, input{
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: #333;
|
|
}
|
|
|
|
input {
|
|
outline: none;
|
|
} |