-
css 초기화Programming/CSS 2022. 2. 9. 19:09
html의 기본 스타일을 초기화하는 방법
1. Reset CSS
https://meyerweb.com/eric/tools/css/reset/
CSS Tools: Reset CSS
CSS Tools: Reset CSS The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on. The general reasoning behind this was discussed in a May 2007 post, if you're inter
meyerweb.com
2. Normalize.css
https://necolas.github.io/normalize.css/
Normalize.css: Make browsers render all elements more consistently.
Normalize.css makes browsers render all elements more consistently and in line with modern standards. It precisely targets only the styles that need normalizing.
necolas.github.io
'Programming > CSS' 카테고리의 다른 글
sass 변수 사용 (0) 2022.02.09 form 입력창 border 설정 소소한 팁 (0) 2021.04.13