브라우저마다 설정되어 있는 기본 스타일의 차이를 없애고 사이트 제작 스타일 설정을 효율적으로 할 수 있도록
리셋 CSS 나 노멀라이즈 CSS를 사용합니다.
리셋 CSS는 모든 스타일을 완전히 초기화하는 것이고, 노멀라이즈 CSS는 유용한 스타일을 보유하고 일부 스타일을 리셋하여
모든 브라우저에 기본 스타일을 동일하게 하고 있습니다.
리셋CSS 계열
1. Reset CSS(Eric Meyer's CSS reset) : http://meyerweb.com/eric/tools/css/reset/
2. HTML5 Reset Stylesheet : http://html5doctor.com/html-5-reset-stylesheet/
3. Tinyreset-tiny CSS reset for the modern web : https://github.com/shankariyerr/tinyreset
4. css-wipe : https://github.com/stackcss/css-wipe
5. minireset.css : http://jgthms.com/minireset.css/
노말라이즈 CSS 계열
6. Normalize.css : http://necolas.github.io/normalize.css/
7. sanitize.css : http://jonathantneal.github.io/sanitize.css/
8. ress - Mordern CSS reset : https://github.com/filipelinhares/ress
728x90
반응형
'Web > Styles' 카테고리의 다른 글
[CSS] 뷰포트 (0) | 2018.05.15 |
---|---|
[CSS] 미디어쿼리 (0) | 2018.05.15 |
[CSS] font-smoothing (0) | 2018.05.15 |
[CSS] 컨텐츠 요소를 가운데 오게 하는 방법 (0) | 2018.05.15 |
[CSS] word-break 속성과 word-wrap 속성 (0) | 2018.05.15 |