JavaScript/javascript 활용하기
2020. 12. 3.
CSS - 움직이는 문 만들기
reset.css html, body, h1, h2, h3, h4, h5, h6, p, blockquote, code, img, dl, dt, dd, ol, ul, li, fieldset, legend, caption { margin: 0; padding: 0; border: 0; } div, span, article, section, header, footer, p, ul, li, fieldset, legend, label, a, nav { box-sizing: border-box; } html { height: 100%; } body { min-height: 100%; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p..