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
淮安做网站网络安全技术保障网络安全问题管理免费网站域名申请南昌个人做网站高端大气上档次网站做电商的网站网络安全技术保障病毒营销公式网络营销团队运营意识传送开始祝您好运。 这是哪?我回来了? “回到过去,改变未来,你只有一个月时间,首领!” “如果重新遇到我,你还会爱上我吗?” 世界毁灭,我已特殊的能力,带领人类杀出一片净土,但因病毒觉醒,无法根除,回到未来,改变一切。 血腥,杀戮,末世降临。丧尸?巨人?那你吃我一锤! 丧尸横行,巨人泛滥,无限重启,爆笑开局! 俄不活啦!!啊呜呜! “你们很般配,果然这个世界不管怎样,都回不到正轨,如果你选择他,那就跟他走吧!”那天,天空忽现一道神秘的星轮,它遮天盖日,使人们惊慌万分。 有的人类憋不住了,用大炮射它; 有的人类太厉害了,搞起核弹轰它; …… 星轮就静静地包裹住赤道,看着人类挣扎。 不知多久,人类终于绝望了,渐渐无视遮天蔽日的星轮。 直到那一天,星轮降下来了一个电梯……我曾在辉煌中等待灾难,也曾在夜幕中等待黎明!叶辰穿越到一个深渊邪魔入侵,危机四伏的高武世界。 所幸激活了‘神秘创造’系统,当所创造的神秘被这个世界的人所相信与认同,他就能够获得奖励。 只是这系统给的素材似乎有点不靠谱? 无奈叶辰只好发挥自己的不正经想象力,所创造出来的角色逐渐歪了画风。 开局创造比奇堡三大将,打造神秘组织! 而这只是梦的开始... 羊村战神懒大王。 卖火柴的灭世魔女。 阴间武将徐大宝。 ...... 当一位位存在踏入这片世界,叶辰所创造的神秘传说,逐渐的一步步成真,令世人所震惊! 蓦然回首, 不知不觉中,他竟然打造出了一方包罗万象的大世界! (简介无能,请看正文。)作品《敲开幸福的大门》,通过抑郁病患者老秦住院治病,揭示了现代人,由于生活、工作压力大,身体处于亚健康,直至患病,给家庭带来困难。提醒人们,要生活乐观,想方减压,敲开幸福生活的大门。天生早衰体的绝世术师,地宗传人,为续命而寻找昆仑龙脉,恰逢古尸妖变,为全天地正道,接地脉龙气斩妖。 ”没吃饭吗?不想死就给老子快点。“ 噗,黑暗的大寒矿洞中,瘦骨嶙峋的王长安及族人正双眼失神,麻木的被压迫着。 是揭竿而起? 举族祭祀,掩埋于地下的青铜图腾,消逝的远古,揭示着血淋淋的真相.......一个驻外星小士兵,偶得可以进化的智慧程序,跨入宇宙,逐渐接触到高等级文明,打造高端武器与战舰,血战星海,播撒炎黄民族神威。 本书为纯粹的科幻,预计四百万字,没有狗血剧情,没有打脸公式,仅有不断攀升的战斗智慧与铁血勇气。特战精英深入敌后昆捣毁了敌人的雷达站,在敌人的导弹轰击下昏迷被俘,从此开启了为被俘士兵雪耻,捍卫华厦掘起的征程。我莫名的来了了一片大陆,这里可以有龙国的东风,也可以有西方的魔法。可以有激情的战斗,也可以有惨破的逃亡。还有…… 全书以第一人称的视角,以叙事的手法讲述故事。我们的人生究竟是自己主宰着还是被所谓的因果推动的不断前行
网络信息安全防护等级 红色网站呢 无锡建设网站 网络安全期刊 物流行业网站建设方案 地方门户网站制作 武汉网络推广营销公司 第二代网络安全立法 高端大气上档次网站 宝安网站设计公司 去世的父亲的咨询技巧【www.richdady.cn】 精神不振咨询【www.richdady.cn】 事业不顺的职场调整【www.richdady.cn】 去世的父亲的影响分析咨询【www.richdady.cn】 大龄剩女的婚恋规划如何制定?咨询【www.richdady.cn】 什么原因意外的前世案例威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世老婆的前世影响咨询【σσЗ8З55О88О√转ihbwel 迟缓儿的环境影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 性压抑的自我提升【微:qq383550880 】√转ihbwel 冤亲债主干扰的化解仪式【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 性压抑的情感释放【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与男友前世咨询【微:qq383550880 】√转ihbwel 大龄剩女的婚恋规划如何制定?咨询【σσЗ8З55О88О√转ihbwel 前世缘份的续写有哪些方法?咨询【www.richdady.cn】√转ihbwel 冤亲债主干扰的心理影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主干扰的预防措施咨询【www.richdady.cn】√转ihbwel 外灵的预防措施咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 灵性提升课程威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 大龄剩女的婚恋经验有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 心慌胸闷头晕的环境影响咨询【微:qq383550880 】√转ihbwel 网站色彩的搭配原则有哪些 西安营销 认识网络营销调查的基本方法有哪些方面 山东响应式网站建设 免费网站域名申请 信息安全防火墙 网络安全性评价 网络营销的三个方面 营销导向信息安全管理体系包括 网络营销策划流程 可信网络安全平台 禁用多网卡 中山有哪些网站建立公司 学信息安全考研 国家安全下的网络安全 网络营销主要做什么 公安局网络安全 信息安全保密管理体系 淮安做网站 互联网营销教程视频教程 专业网站建设 网络软文营销的特点 利用密码技术可以实现网络安全所要求的 学信息安全考研 重庆b2c网站制作 简述加强网络安全的途径有哪些?什么是防火墙有几种?网络营销培训资料 信息安全和网络安全的区别 在线营销型网站 徐州网站二次开发 多语网站 网站优化过度的表现 2015 信息安全学术会议,-1 营销帮手4.0官方网站 网站展示型和营销型有什么区别 青岛开发区网站建设 第二代网络安全立法 网站模板和定制的区别 做电商的网站 2016网络安全市场份额 网络安全管理局报警 信息安全的培训内容 网络安全现场活动 多语网站 信息安全的培训内容 东营有哪些制作网站 企业网站可以备案个人 网络信息安全通知沈阳网站建设推广 珠海网站设计报价 网络信息安全的案例 营销帮手4.0官方网站 网络营销工具及方法有哪些内容 网络安全的专业 美国信息安全 大学 公安部网络安全员 企业网站建设运营 互联网营销教程视频教程 商城网站都有什么功能吗 网络安全专家委员会 绥化网站建设 网站制作公司 深圳 网站设计学习 信息安全专业博导 网络推广营销师 南阳市网站制作 网络安全 历史 域名 网站 物流行业网站建设方案 柯力士信息安全怎么样 传统市场营销包括哪些方面 vpn技术与网络安全案例 网站建设教程 物流行业网站建设方案 b2c网站建设 无锡企业网站制作公司 信息网络安全专业人员认证证书 b2c网站建设 沈阳网站 网络安全性评价 海淀重庆网站建设 东营有哪些制作网站 武汉网络推广营销公司 网站建设制作 信息安全和网络安全的区别 设计网站可能遇到的问题 广州企业网站建设 2015 信息安全学术会议,-1 免费网站域名申请 国外的网络安全如何落地 网络安全周推送 南昌个人做网站 企业网站可以备案个人 服装网络营销案例 认识网络营销调查的基本方法有哪些方面 网站色彩的搭配原则有哪些 iphone网络安全 网站版面设计 苏州建设局网站 怎么做病毒营销方案 山东响应式网站建设 网络推广营销师 二维码网站制作 南京 网站开发 上海市信息安全活动周 最好的营销 双城网站 美国信息安全 大学 提供常州网站推广 网络安全证书管理工具 怎么做病毒营销方案 网络安全入侵检测 西安营销 沈阳网站 vpn技术与网络安全案例 红色网站呢 学信息安全考研 北京市网站公司 网络安全工程师吧 php语言的网站建设 网络安全现场活动 芜湖网站优化 信息安全技术 信息安全风险评估规范 电商营销软件有哪些 中山有哪些网站建立公司 重庆 网络信息安全,-1 手机网站建设免费 新乡网站建设 红色网站呢 京东商城的营销环境 信息安全保密管理体系 网络营销团队运营 惠州网站推广 iphone网络安全 内容营销软件 网络信息安全的案例 美国网络安全信息共享 网站模板和定制的区别