반응형
👩🔧 따로 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
- 위 링크에서 reset 코드를 복사해서 사용한다.
=> style.css 상단에 @import "reset.css" 작성하고 style 코드 짜기
'HTML, CSS' 카테고리의 다른 글
HTML, CSS 정리 블로그 (0) | 2020.11.12 |
---|