본문 바로가기
내마음대로만들어보자/HTML

여백 초기화 참고

by 소농민! 2022. 4. 9.
728x90

여백 초기화 (참고)

* 여백 초기화 */
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;}

/* a 링크 초기화 */
a {color: #222; text-decoration: none;}
a:hover {color: #2698cb;}

/* 폰트 초기화 */
body, input, textarea, select, button, table {font-family: 'Nanum Gothic', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif; color: #222; font-size: 13px; line-height: 1.5;}

 

'내마음대로만들어보자 > HTML' 카테고리의 다른 글

transition 속성  (0) 2022.04.09
인라인 구조 vs 블럭 구조 태그 종류  (0) 2022.04.09
background url  (0) 2022.04.09
HTML5 아웃라이너(틀잡기)  (0) 2022.04.09
반응형 사이트 만들기 - 레이아웃5  (0) 2022.04.08