본문 바로가기

국비필기노트/HTML,CSS,JS_Starbucks

프로젝트 세팅 checkList

▶본인이 사용할 이미지, 아이콘을 프로젝트 파일에 정리

 

▶favicon.ico 로 로고 아이콘 저장

favicon.ico 라는 이름으로 이미지 이름을 지정하면 자동으로 로고 아이콘을 찾아준다.

 

▶CSS 스타일 초기화 

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

 

▶HTML과 CSS , JS 연결

<link rel = "stylesheet" href = "./css/main/css>

<script defer src = "./js/main.js></script>

 

▶오픈그래프 & 트위터카드 확인

 

▶구글 글꼴 설정: 기본 NANUM

https://fonts.google.com/

 

▶구글 웹폰트 아이콘 설정 

https://material.io/develop/web/getting-started

https://fonts.google.com/icons

 

Google Fonts

Making the web more beautiful, fast, and open through great typography

fonts.google.com

 

▶Swiper 슬라이드 

https://swiperjs.com/get-started

'국비필기노트 > HTML,CSS,JS_Starbucks' 카테고리의 다른 글

CSS_마진(Margin)과 패딩(Padding)  (0) 2022.05.07
CSS_속성(Inline, block, Inline-block)  (0) 2022.05.06
CSS_가상요소(After,Before)  (0) 2022.05.06
CSS_복합선택자  (0) 2022.05.06
스타벅스 프로젝트  (0) 2022.04.28