반응형

간단 리셋

* { box-sizing: border-box; }

body { margin: 0; padding: 0; }

 

리셋 사이트

cssreset.com/scripts/eric-meyer-reset-css/

 

Eric Meyer’s “Reset CSS” 2.0 | CSS Reset

One of the pioneers of the CSS Reset method, Eric Meyer, created a Reset stylesheet that is still in use on millions of websites today. Most people use it in its unedited form, despite Meyer’s recommendation against this: The reset styles given here are

cssreset.com

리셋 코드

/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; }

 

하는 방법

++추가

 

반응형

'Frontend' 카테고리의 다른 글

CSS) flex 연습게임 'flexbox-Froggy'  (0) 2020.11.07
CSS) 컬러 , 레이아웃 사이트  (0) 2020.11.06
Html) a 태그  (0) 2020.11.03
CSS) 아이콘, 폰트 사이트  (0) 2020.11.02
CSS) Media Queries  (0) 2020.11.01
복사했습니다!