Bootstrap 3.2.0發布,Web 前端UI框架
Bootstrap是快速開發Web應用程序的前端工具包。它是一個CSS和HTML的集合,它使用了最新的瀏覽器技術,給你的Web開發提供了時尚的版式,表單,buttons,表格,網格系統等等。
版本主要新特性包括:
- Responsive embeds
- New responsive utility classes
- Copy docs snippets
- LMVTFY
- Browser bugs
其他更多:
提交有超過1000條,同時也很多改變的更加***,下面幾個值得注意的變化:
- The docs have been rearranged and updated to be more specific and easier to develop.
- The progress bar component has been improved for increased flexibility.
- CSS repaint performance (most notably through scrolling) has been enhanced for several components.
- Keyboard navigation (forward and backward) is now available for the carousel.
- Modals should no longer shift left when being opened.
For a complete breakdown, read the release changelog or the v3.2.0 milestone.
等等,詳細介紹請看官方發行說明。
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,表格,網格系統等等。
***的 Bootstrap 3.2.0 發布了,下載地址:
責任編輯:林師授
來源:
51CTO整理