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
西安信息安全比赛联想 信息安全网络安全中存在的问题有哪些问题医院网站建设 价格网络安全法前身专业的外贸网站建设公司信息安全管理指引微信营销成功的关键旅游电子商务网站的建设包括哪些步骤?网站建设中有哪些常用技术?网络营销的外部环境外贸营销语”世界在重合!“常年游于被世界所抛弃的土地的汪洋惊道。在几乎无人涉足的巨大森林里竟有一个婴儿躺在地上,如树木的果实一般,不仅如此,在这森林之间,还有一座与之格格不入的村庄。诡异的事件不断的印证着汪洋的话。1227年,成吉思汗走了,主人翁来了。 练功,种田,开科技 傲视群雄扫四夷 想打就打,不服就干 弱鸡南宋,有我无敌写以此书,致我们那个年少轻狂的岁月。看一代兵王,玩转都市,暴打富二代,前世,寂灭剑神陈夜一人对抗着吞天魔龙,他看着大陆被摧毁,他悲伤无比,他怒吼道:“寂灭归元,同归于尽吧!老怪物!”说罢,他燃尽生命发出宇宙中最强一剑,这时,一颗石头发出了强烈的光芒,将陈夜轮回道3000年前。他一路提升实力,能否打败吞天魔龙?那个长得帅的,说你呢,看这边。 来了干嘛要走呢? 长得帅的都进去了,就差你了。 别磨磨唧唧的,别以为长得帅,我就不敢说你。 你这样的我见多了,自以为长得帅就了不起了。 我跟你讲长得帅也不能例外。 你看啊,其他长得帅的就比你要上道。 他们进去之后,都自觉收藏投票了。 你怎么就反应比别人慢一拍呢, 赶紧的啊。别白长这么帅! 灵异局,这事你们不能不管呢,有人对鬼下手了,老惨了,我的腰子都不见了,还让不让我们这些鬼活了一身青衣两柄剑,半卷真经一壶酒。 书中的江湖,镜中的富贵。 睡过去的恐龙,醒来的蝴蝶,眼中飘洒的是天下和世界。我叫王浩,人如其名一个普通人,从小就梦想发财。18岁以前一直过着普通的生活,直到上山摘草药,误闯一个神秘的小村庄一切都发生了改变…一个少年的恋爱故事
信息安全风险评估工具 郑州微网站建设 网络安全 课程 长春网络营销网站 网站利用百度离线地图 本地郑州网站建设 集中营销的优势 网络安全渗透测试流 西安网站建设案例 茶叶网站建设 学习成绩差【www.richdady.cn】 官司咨询【www.richdady.cn】 前世因果化解方法咨询【www.richdady.cn】 家宅磁场的常见问题【www.richdady.cn】 婴灵的感应现象咨询【www.richdady.cn】 孩子不爱读书的家庭教育咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 学习成绩差的解决方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 大龄剩女的婚恋困惑咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 无形干扰的前世因果【σσЗ8З55О88О√转ihbwel 孩子厌学的案例分享咨询【σσЗ8З55О88О√转ihbwel 孩子压力大的改运方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的应对策略【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的轮回存在吗?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 迟缓儿的康复训练咨询【微:qq383550880 】√转ihbwel 家庭关系的教育建议咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婴灵的安抚有哪些实用技巧?【企鹅383550880】√转ihbwel 前世今生的改命方法【微:qq383550880 】√转ihbwel 事业不顺的原因分析【σσЗ8З55О88О√转ihbwel 大龄剩女的前世记忆【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 强迫症的家庭支持咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 信息安全等级保护测 微信营销成功的关键旅游电子商务网站的建设包括哪些步骤?网站建设中有哪些常用技术? 网络安全技术比较 专业的外贸网站建设公司 公安部网络安全保卫局 备案 延安网站建设公司电话 网络安全中存在的问题有哪些问题 网站的申请 网络安全控制软件安全防护安全管理及法律法规等四个层次上考虑. 信息安全的产业联盟 网站的申请 供应链 信息安全的定义,-1 系统网络安全测试 深圳 企业 网站建设 信息安全相关政策 长春网络营销网站 联想 信息安全 2014年信息安全大事件 营销每日总结 网络安全资讯APP有哪些 优秀企业网站 整体性营销 信息安全培训专业 极速营销软件 营销人优点 网络安全为标题 信息安全专业分支 电脑网络安全 山东网络营销 无锡网站制作 信息安全数据 网站常识 衡水专业网站建设公司 h5做网站 网络安全 四层 企业网络安全规划方案 网站建设前准备 信息安全 等级评估中心 网站价格表 常用网络营销app深圳网站推广 智能电网信息安全 网络安全受到哪些威胁 上海交大网络安全教程 优酷 网站建设前准备 nist网络安全框架 衡水专业网站建设公司 高校网络安全实验室 上海 信息网络安全管理 合肥微营销公司 茶叶网站建设 信息安全风险三要素 信息安全培训专业 公安部网络安全保卫局 备案 联想 信息安全 网站搭建公司官网 本地郑州网站建设 国外的信息安全事件 河南信息安全研究院有限公司 信息安全服务资质用于哪些项目 网络安全渗透测试流 网络安全中存在的问题有哪些问题 nist网络安全框架 网络安全软件公司排名 网络安全是什么专业 茶叶网站建设 阜阳网站设计 河南信息安全研究院有限公司 信息安全软件 网络安全基础的操作 自创网站 网络信息安全攻防赛 优秀企业网站 建设手机网站费用 合肥微营销公司 网络安全工作组 网络安全 四层 智能电网信息安全 华为 网络安全特性 网络营销的外部环境 网络营销的职位有什么区别 商务网站与营销策划 linux网络安全 论文 途牛网营销 青岛设计网站的公司 系统网络安全测试 全屏网站 网站利用百度离线地图 信息安全嘉年华 公安部网络安全保卫局 备案 极速营销软件 西安信息安全比赛 系统网络安全测试 工业控制系统信息安全蓝皮书 信息安全管理机构 网络科技网站设计 网络科技网站设计 网络安全中存在的问题有哪些问题 网络安全技术入门 网络营销人群分析报告 网络安全法的主管部门 信息安全软件 网络安全技术比较 极速营销软件 网络安全新闻案例 网站价格表 校园网站制作模板 深圳 企业 网站建设 网站信息安全评估报告 支付宝网络营销成果 工业控制系统信息安全蓝皮书 信息安全公司排名,-1 网站差异 上海 信息网络安全管理 网络安全是什么专业 阜阳网站设计 如何实现网络安全 信息安全的发展历程 网络安全身份验证功能有什么用途 烟台网站制作 网络安全保护 网站搭建公司官网 建设手机网站费用 微信平台网络营销 营销人优点 网络营销事件地产 直接营销缺点 全屏网站 衡水专业网站建设公司 信息安全 培训网络安全法 2016 techcrunch 信息安全准入 普集网站制作 信息安全服务资质用于哪些项目 整体性营销 电脑网络安全 网站系统建站