36 lines
400 B
Plaintext
36 lines
400 B
Plaintext
body,h1,h2,h3,h4,h5,h6,ul,li,p {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
body {
|
|
/* font-size: 0; */
|
|
}
|
|
|
|
li {
|
|
list-style: none;
|
|
}
|
|
|
|
input {
|
|
border: none;
|
|
outline: none;
|
|
padding: 0;
|
|
flex: 1;
|
|
margin: 0 10px;
|
|
border-radius: 20px;
|
|
height: 32px;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: #333;
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
width: 0;
|
|
height: 0;
|
|
}
|
|
|
|
img {
|
|
width: 100%;
|
|
} |