무작정 따라하기/패스트캠프(프론트)

[깃허브 예제] reset.css / css 초기화 하기t.css / css 초기화 하기

자바칩 프라푸치노 2021. 4. 21. 08:08

meyer-reset - Libraries - cdnjs - The #1 free and open source CDN built to make life easier for developers

 

meyer-reset - Libraries - cdnjs - The #1 free and open source CDN built to make life easier for developers

Eric Meyer CSS reset - Simple. Fast. Reliable. Content delivery at its finest. cdnjs is a free and open-source CDN service trusted by over 11% of all websites, powered by Cloudflare. We make it faster and easier to load library files on your websites.

cdnjs.com

min 파일은 실제 서비스를 사용할 때 사용하고 우리는 코드를 볼거니까 그냥 파일을 복사한다

옆에 두번째에 화살표 모양이다

<!-- 기존 css의 코드를 초기화한다. -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css" integrity="sha512-IJEbgDEF7OeKJRa0MY2PApnyJHRIsgzCveek4ec8VWQ+7KG3ZSKVNYa5xP/Gh0hVP0Mwb+gBsk+GwR3JQGhQNg==" crossorigin="anonymous" />
    <link rel="stylesheet" href="css/main.css">
728x90