본문 바로가기

basic/CSS

Material Icon

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

 

Material Design

Build beautiful, usable products faster. Material Design is an adaptable system—backed by open-source code—that helps teams build high quality digital experiences.

material.io

 

webpack install -> npm install @material/ripple

 

Material Icons from Google Fonts CDN

<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">

 

'basic > CSS' 카테고리의 다른 글

배경색 투명  (0) 2021.05.20
class 작명법  (0) 2021.05.20
a태그 클릭했을 때 새창으로 띄우는 법  (0) 2021.04.15
Sass Scss  (0) 2021.03.11
overflow-x, overflow-y 스크롤  (0) 2021.02.21