1
1
1
1
1
1
1
1
1
1
1
1
4
4
4
4
8
6
6
12

The default grid system provided as part of Bootstrap is a 940px-wide, 12-column grid.

It also has four responsive variations for various devices and resolutions: phone, tablet portrait, table landscape and small desktops, and large widescreen desktops.

<div class="row">
  <div class="span4">...</div>
  <div class="span8">...</div>
</div>

As shown here, a basic layout can be created with two "columns," each spanning a number of the 12 foundational columns we defined as part of our grid system.


Offsetting columns

4
4 offset 4
3 offset 3
3 offset 3
8 offset 4
<div class="row">
  <div class="span4">...</div>
  <div class="span4 offset4">...</div>
</div>

Nesting columns

With the static (non-fluid) grid system in Bootstrap, nesting is easy. To nest your content, just add a new .row and set of .span* columns within an existing .span* column.

Example

Nested rows should include a set of columns that add up to the number of columns of it's parent. For example, two nested .span3 columns should be placed within a .span6.

Level 1 of column
Level 2
Level 2
<div class="row">
  <div class="span12">
    Level 1 of column
    <div class="row">
      <div class="span6">Level 2</div>
      <div class="span6">Level 2</div>
    </div>
  </div>
</div>

Fluid columns

1
1
1
1
1
1
1
1
1
1
1
1
4
4
4
4
8
6
6
12

Percents, not pixels

The fluid grid system uses percents for column widths instead of fixed pixels. It also has the same responsive variations as our fixed grid system, ensuring proper proportions for key screen resolutions and devices.

Fluid rows

Make any row fluid simply by changing .row to .row-fluid. The columns stay the exact same, making it super straightforward to flip between fixed and fluid layouts.

Markup

<div class="row-fluid">
  <div class="span4">...</div>
  <div class="span8">...</div>
</div>

Fluid nesting

Nesting with fluid grids is a bit different: the number of nested columns doesn't need to match the parent. Instead, your columns are reset at each level because each row takes up 100% of the parent column.

Fluid 12
Fluid 6
Fluid 6
<div class="row-fluid">
  <div class="span12">
    Level 1 of column
    <div class="row-fluid">
      <div class="span6">Level 2</div>
      <div class="span6">Level 2</div>
    </div>
  </div>
</div>
Variable Default value Description
@gridColumns 12 Number of columns
@gridColumnWidth 60px Width of each column
@gridGutterWidth 20px Negative space between columns
@siteWidth Computed sum of all columns and gutters Counts number of columns and gutters to set width of the .container-fixed() mixin

Variables in LESS

Built into Bootstrap are a handful of variables for customizing the default 940px grid system, documented above. All variables for the grid are stored in variables.less.

How to customize

Modifying the grid means changing the three @grid* variables and recompiling Bootstrap. Change the grid variables in variables.less and use one of the four ways documented to recompile. If you're adding more columns, be sure to add the CSS for those in grid.less.

Staying responsive

Customization of the grid only works at the default level, the 940px grid. To maintain the responsive aspects of Bootstrap, you'll also have to customize the grids in responsive.less.

Fixed layout

The default and simple 940px-wide, centered layout for just about any website or page provided by a single <div class="container">.

<body>
  <div class="container">
    ...
  </div>
</body>

Fluid layout

<div class="container-fluid"> gives flexible page structure, min- and max-widths, and a left-hand sidebar. It's great for apps and docs.

<div class="container-fluid">
  <div class="row-fluid">
    <div class="span2">
      <!--Sidebar content-->
    </div>
    <div class="span10">
      <!--Body content-->
    </div>
  </div>
</div>

Responsive devices

What they do

Media queries allow for custom CSS based on a number of conditions—ratios, widths, display type, etc—but usually focuses around min-width and max-width.

  • Modify the width of column in our grid
  • Stack elements instead of float wherever necessary
  • Resize headings and text to be more appropriate for devices

Use media queries responsibly and only as a start to your mobile audiences. For larger projects, do consider dedicated code bases and not layers of media queries.

Supported devices

Bootstrap supports a handful of media queries in a single file to help make your projects more appropriate on different devices and screen resolutions. Here's what's included:

Label Layout width Column width Gutter width
Smartphones 480px and below Fluid columns, no fixed widths
Smartphones to tablets 767px and below Fluid columns, no fixed widths
Portrait tablets 768px and above 42px 20px
Default 980px and up 60px 20px
Large display 1200px and up 70px 30px

Requires meta tag

To ensure devices display responsive pages properly, include the viewport meta tag.

<meta name="viewport" content="width=device-width, initial-scale=1.0">

Using the media queries

Bootstrap doesn't automatically include these media queries, but understanding and adding them is very easy and requires minimal setup. You have a few options for including the responsive features of Bootstrap:

  1. Use the compiled responsive version, bootstrap-responsive.css
  2. Add @import "responsive.less" and recompile Bootstrap
  3. Modify and recompile responsive.less as a separate file

Why not just include it? Truth be told, not everything needs to be responsive. Instead of encouraging developers to remove this feature, we figure it best to enable it.

// Landscape phones and down
@media (max-width: 480px) { ... }
// Landscape phone to portrait tablet
@media (max-width: 768px) { ... }
// Portrait tablet to landscape and desktop
@media (min-width: 768px) and (max-width: 980px) { ... }
// Large desktop
@media (min-width: 1200px) { .. }

Responsive utility classes

What are they

For faster mobile-friendly development, use these basic utility classes for showing and hidding content by device.

When to use

Use on a limited basis and avoid creating entirely different versions of the same site. Instead, use them to complement each device's presentation.

For example, you might show a <select> element for nav on mobile layouts, but not on tablets or desktops.

Support classes

Shown here is a table of the classes we support and their effect on a given media query layout (labeled by device). They can be found in responsive.less.

Class Phones 480px and below Tablets 767px and below Desktops 768px and above
.visible-phone Visible
.visible-tablet Visible
.visible-desktop Visible
.hidden-phone Visible Visible
.hidden-tablet Visible Visible
.hidden-desktop Visible Visible

Test case

Resize your browser or load on different devices to test the above clases.

Visible on...

  • Phone✔ Phone
  • Tablet✔ Tablet
  • Desktop✔ Desktop

Hidden on...

  • Phone✔ Phone
  • Tablet✔ Tablet
  • Desktop✔ Desktop
《外贸网络营销》营销软件的缺陷最重要的网络营销工具海尔公司营销组合策略营销 沙龙网站建设 技术信息安全 招聘国际网络营销是什么经典新媒体营销案例天津网络营销道是有情却无情,只因烽烟起。利剑出鞘,却为苍生求太平。治大国如烹小鲜,村战一样要用孙子兵法。情节看似荒诞不经,却有迹可循。不一样的战争,不一样的视角,精彩还在继续,胜负还未见分晓。。五年时间,陈默当牛做马。 五年,李雅晴事业蒸蒸日上,成了万人追捧的女总裁。 五年,陈默还是那个平凡的家庭煮夫。 离婚,是唯一的选择,然而陈默不明白,金钱和权势真的那么重要吗?当年的自己是如此的不屑一顾,没想到李雅晴为了一点蝇头小利,居然跟自己离婚……这是一个剑修世界,以剑为主,刀枪棍棒为辅。陆迷尘,一个高中生在地震中丧生后来到了剑域大陆,并开始了剑修生涯。 “已提取剑术:阿尔法突袭” “已提取剑术:暗裔利刃” “已提取剑术:斩钢闪” “一斩千机!”随着一声低吟,陆迷尘斩向了他的对手。 “无极之道,在我内心延续。”陆迷尘在一片惊叹的目光中走下了擂台。一名超级保安,帅气超群,学历一本,家境一般,但是本领超群,婉拒两位超级富女的追求,在暗物质世界,探索,获得异样的安全。根据最新研究,宇宙中有很多暗物质和暗能量,构成暗世界,它们就在我们周围,如果能进入暗世界,则会获得宇宙的更多秘密,包括地球的秘密。 据说地球已有过4次史前文明,发达程度都比目前人类高得多。 如果能进入暗世界,得知它所记录的史前文明,用于今天某国的发展,则该国必将成为巨超一流强国。 其实,有许多人非要幻想星际旅行,寻找所谓外星人,其实外星人可能就在我们附近的暗世界里,只不过从暗世界越穿到明世界,很难很难,但是比星际旅行,寻找外星人要容易得多。 宇宙间最快的速度为光速,且光速不变。有静止质量的物体达到光速,则质量为无穷大。而且根据现有天文观测,离太阳系最近的恒星比邻星距离为4.22光年,它的一颗行星可能拥有生命,适合人居住。但是人类想要到达那里,根本不可能。 人心有异,妖邪自生。世风不正,诡物横行。 这是一个吃人的世界,一个妖魔邪祟肆虐的世界。 宋思穿越而来,危急关头获得系统,任何武学都可以升级。 铁头功、铁喉功、铁裆功、铁臂功、铁腿功,再加上铁布衫,升级成不灭金身。 无影剑法、疾雨剑法、灵蛇剑法,再加上拔剑术,升级成斩天拔剑术。 硬抗妖邪,拔剑斩天! 谁说修炼到极致的武夫,只能让自己的肉更有嚼劲?人类是从来不会吸取教训的动物,数万年的演化改变不了动物最原始的本性,这崭新的文明纷争不断,流浪的人类举起手中的武器,两个不同的宿命被交织,战争却遥遥无期,无尽的死亡带来无尽的绝望。人们越发怀疑这一切的痛苦,遥远的星系照耀祖先的光芒,来自远古的力量会带领人类开启下一个新纪元么?一个顶尖的剑客,为情遭人陷害,武功禁失,力经千难万险,恢复自己的功夫。 一个失了忆的刀客,初入江湖,想找回记忆,可是江湖险恶让想找回失忆的刀客受尽艰辛苦难。 这样奇葩的一刀一剑相遇了,他们会在江湖中刀歌剑舞着自己的故事刘牧混魂穿三国,获得【划水就能成仙系统】 只要划水一年,就能成仙! 本来已经划了364天,却在最后一天晚上之后,遇到了隐藏身份的曹操,而且曹操还能听到他的心声。 自此之后。 刘牧那一道道心声传入曹操的耳中。 【灭吕布,还是得水淹下邳!】 【老曹!我都说了曹操身长八尺容貌甚伟,怎么可能跟你一样丑!】 【破官渡?那肯定得靠吾才满腹的那位!】 【这个点,郭嘉快死了,准备吃席!】 【完犊子咯,曹操要被一把火烧的家底全空!】修为散尽后重生于凡俗世界,然幸运的出生却没有幸运的人生,新婚妻子婚前被侮辱而自杀,自己中毒差点再次死亡,而这一切的一切不过是因他多年前救的一个女孩,记忆重临让他再次踏入修炼,誓以残废之躯再入天道之上。师父说他道心天成,生而近道,是天生的仙人;师兄说要收他做小弟,主角光环罩着他;小师妹让他小心神女龙女魔女妖女圣女,出门在外记得保护好自己;亘古不散的残魂说他是洪荒的幽灵,摊上大事了,别想安生…… 懒鬼师父且不说,洛清尘打定主意是要离大师兄远点的,以免出意外,毕竟大师兄的机缘总是很废队友。至于心怀不轨的小师妹,最应该提防的难道不是她吗? 本欲世外清修做个仙人,奈何大道锁途,万古的残梦未散,终是不得闲。洛清尘入世种因,出世讨债,斩道斩道,剑斩的既是凡尘枷锁,却也是自己的道。 “道友,交易否?童叟无欺,等价交换!”
近期网络安全事件 设计网站的目的 网站建设案例精英 网络安全法多少条 企业信息安全保护的重要性 网站能在别的电脑打开但在我电脑打不开但我又能打开其他网站 2013 信息安全 专业网站建设公司电话 网络安全协议都有哪些内容 网络信息安全 通知,-1 前世老婆的前世故事【www.richdady.cn】 为什么过世的前世修行咨询【www.richdady.cn】 无形干扰【www.richdady.cn】 如何预防过早离世【www.richdady.cn】 与男友前世的识别方法【www.richdady.cn】 儿子不读书的自我提升咨询【微:qq383550880 】√转ihbwel 前世今生的轮回真的存在吗?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 纠纷的调解技巧咨询【微:qq383550880 】√转ihbwel 头脑混沌的前世记忆咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 公司破产的后续规划【微:qq383550880 】√转ihbwel 事业不顺的职场突破技巧有哪些?【微:qq383550880 】√转ihbwel 亲子关系中的沟通艺术咨询【www.richdady.cn】√转ihbwel 与女友前世的前世案例咨询【www.richdady.cn】√转ihbwel 官司的解决方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 大龄剩女的真实案例有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生的轮回有哪些真实经历?咨询【企鹅383550880】√转ihbwel 孩子不爱读书的心理分析有哪些?【σσЗ8З55О88О√转ihbwel 亲子关系中的沟通艺术有哪些?咨询【微:qq383550880 】√转ihbwel 事业不顺【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子学习不好的环境影响【微:qq383550880 】√转ihbwel 网站被黑 一个空间建多个网站 丰都县网站 岳阳网站制作网站建设 php 企业网站 官方网站怎么建设的 威胁网络安全的主要因素 网站建设名牌 无锡做网站多少钱 网站静态 二级域名网站权重 上海高档网站建设 网络安全法多少条 专业的营销型网站建设公司 查看网络安全日志 网站伪静态 手机网站的特点 川大信息安全系 个人信息安全保护研究意义 北京平台网站建设 工业物联网网络安全 佛山新网站制作机构网络安全入门培训 网络安全年会 建行互联网站 传统零售营销的特点是什么意思 京东网络营销手段 最重要的网络营销工具 国家对互联网信息安全 中国移动信息安全产品 搜索引擎营销 天津网络营销 中国的网络信息安全 青岛营销型网站建设 安阳网站制作 网站建设 技术 网站制作公司电话 信息安全 招聘 南宁网络安全大赛网站制作 价格 网站建设官方网站 hefei 网站制作 设计网站怎么收费 网络信息安全 通知,-1 桂林做手机网站 php 网络安全 毕节网站建设 三亚网站建设 关键词网络营销 深圳品牌建网站 专业网站建设公司电话 软营销和网络营销 个人信息安全保护研究意义 工控 网络安全 招聘 江门建网站 网络安全动画 南宁网络安全大赛网站制作 价格 一个空间建多个网站 洛阳做网站 桂林做手机网站 购物型网站 个人信息安全保护研究意义 众筹网站建设 北京平台网站建设 娄底建网站 北京网站建设 丰都县网站 网络安全和信息化》杂志社 信息安全形势 查看网络安全日志 北京平台网站建设 企业网络安全管理 网络安全法 重点 南和邢台网站制作用于演示的信息安全产品,-1 经典新媒体营销案例 中卫网站建设 微信群营销教程 签名档营销 十八大 信息安全 佛山用户网站建站 网络安全 工控平台 信息安全的比赛 网站建设案例精英 企业招聘信息安全 网站转微信小程序开发 企业网络安全管理 大白兔奶糖营销案例 三亚网站建设 网络与信息安全技术 pdf 深圳品牌建网站 厦门网站seo优化 《外贸网络营销》 网络安全组织管理情况 网络安全协议都有哪些内容 搜索引擎营销好处 网络安全动画 宿迁网站建设 一个空间建多个网站 国内网络安全厂商 桂林做手机网站 信息网络安全评估方法 深圳 信息安全 网络安全动画 网站建设名牌 济源建网站 吉林网站建设 吉林网站建设 网络安全和信息化》杂志社 小米营销方式的调整 查看网络安全日志 青岛网站推广 企业信息安全保护的重要性 微博营销的特征有哪些 信息安全委员会 互联网企业 信息安全 购物型网站 2017信息安全 签名档营销 企业网络安全管理 佛山用户网站建站 一个空间建多个网站 网站代理维护 网络信息安全 通知,-1 未来信息安全 搜索引擎营销分析 搜索引擎营销好处 中国移动信息安全产品 中企动力官网网站 信息安全用不用敲代码 营销模式案例分析 网站静态 网站建设需要多少钱 营销培训学院招生 众筹网站建设 国家信息安全局成都 关键词网络营销 南和邢台网站制作用于演示的信息安全产品,-1 营销软件的缺陷