초기 PM 소스 전체 업로드
This commit is contained in:
84
views/index/css/reset.css
Normal file
84
views/index/css/reset.css
Normal file
@@ -0,0 +1,84 @@
|
||||
@charset "utf-8";
|
||||
|
||||
/* Copyright Ⓒ Hanmaceng Corp. All Rights Reserved. */
|
||||
/* 기술개발센터 김건우A 연구원 b25013@hanmaceng.co.kr */
|
||||
|
||||
/* 버전 히스토리 */
|
||||
/* 2025-03-12 : -- reset.css 정의 */
|
||||
/* 2025-03-19 : -- '여백 초기화'부분 수정 */
|
||||
|
||||
/* -- ↓ -- style -- ↓ -- */
|
||||
|
||||
/* 여백 초기화 ===== ===== ===== ===== ===== */
|
||||
body,
|
||||
div,
|
||||
ul,
|
||||
li,
|
||||
dl,
|
||||
dd,
|
||||
dt,
|
||||
ol,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
input,
|
||||
fieldset,
|
||||
legend,
|
||||
p,
|
||||
select,
|
||||
table,
|
||||
th,
|
||||
td,
|
||||
tr,
|
||||
textarea,
|
||||
button,
|
||||
form,
|
||||
figure,
|
||||
figcaption { margin: 0; padding: 0; line-height: 1; }
|
||||
|
||||
/* a 링크 초기화 ===== ===== ===== ===== ===== */
|
||||
a { color: inherit; text-decoration: inherit; }
|
||||
|
||||
/* 폰트 스타일 초기화 (기울임) ===== ===== ===== ===== ===== */
|
||||
em,
|
||||
address { font-style: normal; }
|
||||
|
||||
/* 블릿기호 초기화 ===== ===== ===== ===== ===== */
|
||||
ul,
|
||||
li,
|
||||
ol { list-style: none; }
|
||||
|
||||
/* 제목 태그 초기화 ===== ===== ===== ===== ===== */
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 { font-size: inherit; font-weight: inherit; }
|
||||
|
||||
/* 버튼 초기화 ===== ===== ===== ===== ===== */
|
||||
button, input { border: none; font: inherit; }
|
||||
|
||||
/* 테이블 테두리 초기화 ===== ===== ===== ===== ===== */
|
||||
table { border-collapse: collapse; border-spacing: 0; }
|
||||
|
||||
/* 콜아웃 초기화 ===== ===== ===== ===== ===== */
|
||||
blockquote,
|
||||
q {quotes: none; }
|
||||
|
||||
/* 콜아웃 따옴표 초기화 ===== ===== ===== ===== ===== */
|
||||
blockquote:before,
|
||||
blockquote:after,
|
||||
q:before,
|
||||
q:after {content: '';content: none; }
|
||||
|
||||
/* box-sizing 초기화 ===== ===== ===== ===== ===== */
|
||||
*,
|
||||
*::before,
|
||||
*::after { box-sizing: border-box; }
|
||||
|
||||
/* 요소 스타일 초기화 ===== ===== ===== ===== ===== */
|
||||
article, aside, footer, header, nav, section { display: block; }
|
||||
Reference in New Issue
Block a user