css – 使用Twitter引导规范化样式表

我刚刚开始一个项目,我正在使用Twitters Bootstrap,并且想知道它是否有自己的重置规则.

通常我会在规范化样式表中加入,以帮助我的网站在浏览器中看起来更加一致,但这是否需要Bootstrap?

解决方法

Bootstrap已经使用了 normalize.css.看看 the source(以及 LESS file):
/*!
 * Bootstrap v2.2.2
 *
 * copyright 2012 Twitter,Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
  display: block;
}

相关文章

Css3如何实现鼠标移上变长特效?(图文+视频)
css3怎么实现鼠标悬停图片时缓慢变大效果?(图文+视频)
jquery如何实现点击网页回到顶部效果?(图文+视频)
css3边框阴影效果怎么做?(图文+视频)
css怎么实现圆角边框和圆形效果?(图文+视频教程)
Css3如何实现旋转移动动画特效