24 lines
237 B
CSS
24 lines
237 B
CSS
body,h1,h2,h3,h4,h5,h6,ul,li,p {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
|
|
li {
|
|
list-style: none;
|
|
}
|
|
|
|
input {
|
|
border: none;
|
|
outline: none;
|
|
padding: 0;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: #333;
|
|
}
|
|
|
|
img {
|
|
width: 100%;
|
|
} |