Bootstrap 4 更新到 Alpha5
現在愛用 Bootstrap 4 的我
每次更版都能感到痛
而這次改版特別有感的內容
- Utilities 又拆的更細,其中 margin 與 padding 的 className 有略微調整
- .card 與 頁籤效果有改,但是文件上似乎沒有提到
- .img-fluid 終於移除了 display: block;
- 據說增加了垂直對其,太棒了...,每次這段我都自己手動新增
- 也許還很多沒玩到的細節
Bootstrap 4 越來越棒了喔,
期待正式釋出!
#Bootstrap4 #Alpha5
Search
classname js 在 JavaScript className 的必吃
The className is the property of an element. It returns a space-separated list of CSS ... <div id="note" class="info yellow-bg red-text">JS className</div>. ... <看更多>