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

30 lines
234 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 {
2024-04-11 10:38:07 +02:00
all: unset;
2024-01-26 11:03:42 +01:00
cursor: pointer;
}
a {
text-decoration: none;
color: inherit;
}
2024-04-10 14:55:34 +02:00
a:focus-visible {
outline: none;
}
2024-01-26 11:03:42 +01:00
li {
list-style-type: none;
}