취미부자 개발자 로즈🌼
작성일
2022. 3. 11. 07:39
작성자
로즈♡

프로젝트 생성 시 프로젝트 스타일 초기화 할 때, 

reset.css cdn jsdelivr 제공 버전으로 진행을 해보려 한다.

 

구글에 검색 시  

reset.css cdn jsdelivr

라고 검색하면 이 중에 jsdelivr.com을 찾아가면 된다.

하지만, 찾으려면 번거로우니 블로그에 기록해두려고 한다.

 

https://www.jsdelivr.com/package/npm/reset-css

 

jsDelivr - A free, fast, and reliable CDN for Open Source

Supports npm, GitHub, WordPress, Deno, and more. Largest network and best performance among all CDNs. Serving more than 80 billion requests per month. Built for production use.

www.jsdelivr.com

 

 

 

 

보여지는 목록에서 가장 위에 reset.min.css 에서 

HTML로 copy를 선택해 준다. 

 

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/reset-css@5.0.1/reset.min.css">

가 복사가 되는데 이걸 <head>안쪽에 그대로 넣어주면 끝!

 

프로젝트의 css스타일 초기화가 된다 :) 

 

다음번엔 저걸 그대로 복사해서 사용할 예정이다.