actuel-inactuel/assets/css/src/reset.css

32 lines
288 B
CSS
Raw Normal View History

2024-01-26 11:03:42 +01:00
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;
}