본문 바로가기
TIL/HTML5_CSS3

[CSS] 초기 파일 참고

by 홍차23 2020. 12. 3.
@charset "utf-8";
/* Web Standard CSS */
/* Common */

body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textare
a,button,select{margin:0;padding:0}
body,input,textarea,select,button,table{font-family:'돋움',Dotum, Helvetica,sansserif;font-size:12px}
img,fieldset{border:0}
ul,ol{list-style:none}
em,address{font-style:normal}
a{text-decoration:none}
a:hover,a:active,a:focus{text-decoration:underline}
.blind{visibility:hidden;overflow:hidden;position:absolute;top:0;left:0;width:1px;height:
1px;font-size:0;line-height:0}

 

'TIL > HTML5_CSS3' 카테고리의 다른 글

Circular Navbar UI  (0) 2020.12.18
Canvas | Circle  (0) 2020.12.16
[HTML5] Semantic Layout  (0) 2020.12.03

댓글