Try   HackMD

Profile Card and Hover Effect

竹白記事本,學習紀錄,2019/02/24。

Profile Card and Hover Effect in CSS 3 For website design

tags: bootstrap-grid fontawesome transition

CodePen

Profile Card and Hover Effect

Bootstrap 4 Grid system

Bootstrap 4 Grid system

Bootstrap 4 的格線系統。

Font Awesome

Font Awesome
輕鬆在網頁加入 ICON 圖示。

transition

transition|MDN

定義元件在兩個狀態之間切換的轉場效果。

  • transition-property,指定進行變換的屬性(預設 all)。
  • transition-duration,指定屬性值變換的時間(預設 0s)。
  • transition-timing-function,指定屬性變換的速度(預設 ease)。
  • transition-delay,指定變換效果的延遲時間(預設 0s)。