32 lines
288 B
CSS
32 lines
288 B
CSS
|
|
html,
|
||
|
|
body,
|
||
|
|
h1,
|
||
|
|
h2,
|
||
|
|
h3,
|
||
|
|
h4,
|
||
|
|
h5,
|
||
|
|
p,
|
||
|
|
ul {
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
button {
|
||
|
|
background: none;
|
||
|
|
color: inherit;
|
||
|
|
border: none;
|
||
|
|
padding: 0;
|
||
|
|
font: inherit;
|
||
|
|
cursor: pointer;
|
||
|
|
outline: inherit;
|
||
|
|
}
|
||
|
|
|
||
|
|
a {
|
||
|
|
text-decoration: none;
|
||
|
|
color: inherit;
|
||
|
|
}
|
||
|
|
|
||
|
|
li {
|
||
|
|
list-style-type: none;
|
||
|
|
}
|