/* reset.css */
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;
}
출처: https://inpa.tistory.com/entry/CSS-📚-RESET-스타일-초기화-🔨 [Inpa Dev 👨💻:티스토리]
https://meyerweb.com/eric/tools/css/reset/
https://necolas.github.io/normalize.css/
https://parkjh7764.tistory.com/80
'html, 스타일시트(css, scss)' 카테고리의 다른 글
[html/css] web font(웹 폰트) 연결하기 (0) | 2024.05.30 |
---|---|
[html/css] 글자 스타일 적용하기 (0) | 2024.05.30 |
[html/css] 스타일 시트와 선택자 (0) | 2024.05.29 |
[html/css] 테이블 태그 <table>,<th>,<tr> ,<td>와 표를 꾸며주는 속성 colspan, rowspan, border-collapse (0) | 2024.05.29 |
[html] a 태그, 절대경로와 상대경로, 이미지 태그 (0) | 2024.05.28 |