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:

  1. <!-- Latest compiled and minified CSS --> 
  2. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> 
  3.  
  4. <!-- Optional theme --> 
  5. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"> 
  6.  
  7. <!-- Latest compiled and minified JavaScript --> 
  8. <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> 

Bootstrap是快速开发Web应用程序的前端工具包。它是一个CSS和HTML的集合,它使用了***的浏览器技术,给你的Web开发提供了时尚的版式,表单,buttons,表格,网格系统等等。

***的 Bootstrap 3.2.0 发布了,下载地址:

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

责任编辑:林师授 来源: 51CTO整理
相关推荐

2009-06-16 11:25:57

phpMyAdmin

2011-09-09 09:19:54

Java WebJava

2011-10-18 15:00:46

Perl

2012-01-13 11:02:27

JavaWebOpenXava

2011-12-16 09:49:38

Java

2011-11-25 14:29:08

JavaWeb开源框架

2011-12-12 08:58:52

Python

2012-02-22 15:51:22

JavaPlay Framew

2012-03-19 10:10:55

jOOQJava

2012-04-13 09:11:13

JavajOOQ

2012-02-29 09:11:22

JavaDataNucleus

2012-03-06 09:20:02

SpockJava

2011-07-13 15:09:48

PHP

2009-02-20 09:24:38

JavaScriptJS框架事件委托

2012-03-09 09:32:13

JBossJavaOSGi

2009-06-01 15:55:06

JPAEclipseMyEclipse 6

2012-02-16 09:30:25

DynamicRepoJava

2011-12-20 09:51:01

Java

2011-10-25 09:12:08

Jease

2012-02-13 09:52:56

Java
点赞
收藏

51CTO技术栈公众号