julienmonnerie/assets/css/utils/minireset.css

79 lines
752 B
CSS
Raw Normal View History

2022-06-17 17:51:59 +02:00
/* ----------------------------------------------------------------------------
MINIRESET V0.0.6
---------------------------------------------------------------------------- */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
2022-09-09 15:26:04 +02:00
margin: 0;
padding: 0;
2022-06-17 17:51:59 +02:00
}
h1,
h2,
h3,
h4,
h5,
h6 {
2022-09-09 15:26:04 +02:00
font-size: 100%;
font-weight: normal;
2022-06-17 17:51:59 +02:00
}
ul {
2022-09-09 15:26:04 +02:00
list-style: none;
2022-06-17 17:51:59 +02:00
}
button,
input,
select {
2022-09-09 15:26:04 +02:00
margin: 0;
2022-06-17 17:51:59 +02:00
}
html {
2022-09-09 15:26:04 +02:00
box-sizing: border-box;
2022-06-17 17:51:59 +02:00
}
*, *::before, *::after {
2022-09-09 15:26:04 +02:00
box-sizing: inherit;
2022-06-17 17:51:59 +02:00
}
img,
video {
2022-09-09 15:26:04 +02:00
height: auto;
max-width: 100%;
2022-06-17 17:51:59 +02:00
}
iframe {
2022-09-09 15:26:04 +02:00
border: 0;
2022-06-17 17:51:59 +02:00
}
table {
2022-09-09 15:26:04 +02:00
border-collapse: collapse;
border-spacing: 0;
2022-06-17 17:51:59 +02:00
}
td,
th {
2022-09-09 15:26:04 +02:00
padding: 0;
2022-06-17 17:51:59 +02:00
}