Bootstrap 3.2.0发布,Web 前端UI框架

版本主要新特性包括:

  • 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发布,Web 前端UI框架

相关推荐