Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 챌린지
- 회고록
- 베어유
- 개발자취업
- 개발자포트폴리오
- 빡공단
- 빡공단후기
- 후기
- 개발자취준
- 자기계발
- BEARU
- 동기부여
- 개발자이력서
- jemini
- #패스트캠퍼스 #내일배움카드 #국비지원 #K디지털기초역량훈련 #바이트디그리 #react 강의
- 성장
- 패스트캠퍼스 #내일배움카드 #국비지원 #K디지털기초역량훈련 #바이트디그리 #react 강의
- 합격후기
- 항해99
- 클래스
- 개발자
- 코딩테스트
- 출처
Archives
- Today
- Total
뚠뚜 개발일지
[CSS] css초기화/ 리셋 reset 본문
https://meyerweb.com/eric/tools/css/reset/
CSS Tools: Reset CSS
CSS Tools: Reset CSS The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on. The general reasoning behind this was discussed in a May 2007 post, if you're inter
meyerweb.com
/* 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;
}
'공부 > html_css' 카테고리의 다른 글
[HTML_CSS] Netflix clone coding (0) | 2022.12.16 |
---|---|
[HTML_CSS] 반응형 웹페이지 제작하기 (0) | 2022.12.15 |
[CSS] css flexbox 속성 (0) | 2022.11.10 |
[CSS] css로 춘식이 만들기 (0) | 2022.11.09 |
[CSS] css로 라이언 만들기 (0) | 2022.11.09 |