2019年5月21日 星期二

[Back To Basic] CSS Icons

加入圖示

  • 使用第三方 icon 函式庫
  • 這些圖示都是可伸縮向量

第三方函式庫

  • Font Awesome Icons
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
  • Bootstrap Icons
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
  • Google Icons
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">

沒有留言:

張貼留言