#1 SETUP + STYLES
Documents 폴더로 이동해서 터미널 실행 후 git clone 깃주소 깃에 올리기 git add . git commit -m "Initial commit" 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 ..