레이아웃 1
index.html style.css @charset "utf-8"; /* 이거적으면 한글 안깨짐 */ /* 레이아웃 */ #wrap {width: 100%; } #header {width: 100%; height: 325px; background: #111; } #contents {width: 100%; height: 800px; background: #222; } #footer {width: 100%; height: 200px; background: #333;} reset.css @charset "utf-8"; /* 여백 초기화 */ body,div,ul,li,dl,dt,ol,h1,h2,h3,h4,h5,input,feildset,legend,p,select,table th, td, tr, textar..