태그 자체가 가지는 속성을 없애고 원하는 모양으로 만들기 위함
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
728x90
'# FE > HTML5, CSS3' 카테고리의 다른 글
웹 표준 검사하기 (0) | 2021.01.13 |
---|---|
오픈소스 라이센스 (0) | 2021.01.13 |
JPG, PNG, GIF, WEBP, SVG (0) | 2021.01.13 |
비트맵과 벡터 이미지 (2) | 2021.01.11 |
웹 표준, 크로스 브라우징 (0) | 2021.01.11 |
언더바(_)와 하이픈(-) (0) | 2020.09.24 |
가변길이 테이블과 고정 길이의 header로 height 100% 맞추기 (0) | 2020.07.13 |