Bootstrap 3.2.0 發布,Web 前端 UI 框架

2021-01-08 開源中國

最新的 Bootstrap 3.2.0 發布了,該版本主要新特性包括:

等等,詳細介紹請看官方發行說明。

下載地址:

https://github.com/twbs/bootstrap/archive/v3.2.0.zip

Bootstrap CDN:

<!-- Latest compiled and minified CSS --><link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"><!-- Optional theme --><link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"><!-- Latest compiled and minified JavaScript --><script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>

Bootstrap是快速開發Web應用程式的前端工具包。它是一個CSS和HTML的集合,它使用了最新的瀏覽器技術,給你的Web開發提供了時尚的版式,表單,buttons,表格,網格系統等等。

相關焦點