xiaowang/public/assets/css/partials/_minireset.css

79 lines
710 B
CSS
Raw Normal View History

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