发布于 2016-09-06 00:59:45 | 223 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的Bootstrap v3教程,程序狗速度看过来!
Bootstrap Web前端CSS框架
Bootstrap是Twitter推出的一个开源的用于前端开发的工具包。它由Twitter的设计师Mark Otto和Jacob Thornton合作开发,是一个CSS/HTML框架。Bootstrap提供了优雅的HTML和CSS规范,它即是由动态CSS语言Less写成。Bootstrap一经推出后颇受欢迎,一直是GitHub上的热门开源项目,包括NASA的MSNBC(微软全国广播公司)的Breaking News都使用了该项目。
Bootstrap v4.0.0-alpha.4 发布了,这个版本主要的变化是用一个小的"alpha patch" 来命名一个没有任何JS文件的npm包,并且对我们的 CSS 和 docs 进行了一些小小的改变。
#20130: Make .bg-inverse
use the background variant mixin for proper text color.
#20333: Update progress bar to use $progress-border-radius
instead of $border-radius
.
#20387: Use $input-border-radius-*
variables on .input-group-addon
s instead of $border-radius
.
#20413: Remove unused $size
parameter from grid mixin.
#20447: Make cards block level in columns.
#20469: Remove non ASCII character from table CSS.
#20485: Use rem units on Alert's dismiss icon.
#20545: Removed the inconsistent margin
s between flex and non-flex modes from .media
. Replaced them with spacing utils in our docs examples.
#20597: Removed unused variables in some grid mixins.
#20619: Ensure hover effects work on text utilities.
#20629: Update form checkbox and radio styles for validation; tweak docs to match.
#20282: Fix typo in Migration docs about Reboot and unit changes.
#20341: Update static tooltip demo in docs to use proper class names.
#20417: Import the flexbox utilities into the docs flex stylesheet to fix broken flex utility docs.
#20475: Update flexbox grid docs to show auto-sizing of sibling columns when using a centered, odd-count column.
#20476: Remove CDN coming soon notice from docs page.
#20484, #20489: Fix segmented button in input group examples.
#20505: Update migration guidelines for renamed table variants.
#20519: Add migration note about .panel-group
.
#20551: Ensure progress component table of contents renders.
#20553: Properly size split dropup variation with modifier class.
#20394: Point package.json
's main
to proper JS file for package managers.
下载地址:bootstrap-4.0.0-alpha.4-dist.zip