24 lines
256 B
CSS
24 lines
256 B
CSS
|
|
.icon {
|
|
width: 1em;
|
|
height: 1em;
|
|
vertical-align: -0.15em;
|
|
fill: currentColor;
|
|
overflow: hidden;
|
|
}
|
|
|
|
body,ul,h1,h2,h3,h4,h5,h6,p{
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
body,html {
|
|
width: 100%;
|
|
}
|
|
|
|
li {
|
|
list-style: none;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
} |