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
域名有信息安全锁通辽网站制作公司广州市手机网站建设国家信息安全工程技术网站建站 seo中国信息安全测评中心认证中心网页网站网站开发与建设如何制作营销网站模板制作公司网站价格广州飞天诚信信息安全 社畜赵良阳刚通宵加完班就被某神秘大佬盯上召唤进了异世界。别人都是穿越到人的身体里成为主角拯救世界,而我只能魂穿到一杆枪上打打辅助。被迫在这个世界里跟着主角走上复仇之路。 主线全靠躺。 陆哥你进来,刚刚外面人多,我在这里给你跪下了鬼事悬疑,原于阴集,大道降服,魔鬼怨积……班里的美少女转校生告诉我,我们已经被卷入了一场狼人杀游戏当中,随时会死? 可是......为什么我的狼人杀,画风不一样? 深夜,无人居住的房间里传出了诡异的声音, 黑暗的海洋馆深处传来了阵阵婴儿的啼哭声, 桃花盛开的小村庄在黑夜里露出了血色的獠牙...... 我能不玩了吗......茫茫天地,亘古永存,所有生灵,不断轮回,无限延续。 忽有一日,天地变,三界崩,阴阳转,轮回断,从此世间再无轮回,直至天地毁灭.....在这汉末乱世之中,与其担惊受怕, 不如奋起争雄。 再多的描述都显得苍白无力,干他丫的。 吾所著之书,虽首本,亦会精彩绝伦。 别小看吾之水准,吾会用心书写。 望得 各位五湖四海兄弟姐妹的支持,吾希望汝等莫要不识好歹。我做了一个黑色的梦 这里的氛围令人室息 周遭充斥着欲望 你想知道吗,我最终是完成了自我救赎,还是沉沦其中?蓝星, 赤乌系唯一已知文明,在宇宙中被视为资源最为丰富的星球之一。即便大多数文明会因为赤乌系外围的危险放弃掠夺,但依然有少数文明不远万里费尽心机前来侵略。曾经来到过蓝星的神给蓝星留下了基因武器,而这些基因的继承者将在这个世纪,展示出真正的实力......王宇重生成白蛇,已经不知道多少年了。 只不过这么久以来,大多数的时间都在睡觉。 睁开双眼。 此世妖魔横行世间,视人族为食粮。 天上仙人高高在上,垂钓人间气运,乱世间纲常。 民不聊生,皆为刍狗。 王宇盘在自己的山神破庙前,心中絮叨: “我为骊山山神,自会保你们平安。” “但谁能告诉我。” “这个刘邦的女孩,为什么会是我的祭品?” “历史上刘邦是斩骊山白蛇的!”意外获得传送门的林一,穿梭于两届之中,在修仙与科技的世界内互通有无。 “林总,请问贵公司这次研发的辟谷丹是基于什么原理呢?” “呵呵,这是经过我们数十年的研究,无意中发现将人参、芝草等数十种药材以某种比例混合后,能提供给人体数日的能量所需,只是个意外啦。” “林总,关于外界传言天一科技有修行真法的事,您有什么要说的吗?” 林一嗤之以鼻,“都21世纪了,怎么还有人相信这些呢?科学,我们要相信科学!” 说完林一脚踏飞剑,施施然地腾空远去。 人类在宇宙之中孤独嘛?人类为何发现不了外星文明?你了解这个世界嘛?生命因合而诞生因合而毁灭?宇宙外面是什么?微观世界存在嘛?一切的源头是什么?终极世界是什么? 一切可能的答案尽藏于书中,一生铸一书,一书看一世,无尽宇宙藏奥妙,笑看红尘守本心,万千世界有关联,莫问姓名你我他,缘起万物一念生…………
江阴网站建设 网络和信息安全专业介绍 网络安全策略的制定原则是( ). (3分) 网站建设与应用 青岛网站建设找 网络和信息安全专业介绍 免费营销工具 青岛网站建设找 无线网络安全检测软件 上海网站建设要多少钱 头脑混沌的原因分析【www.richdady.cn】 心特别累的自我提升咨询【www.richdady.cn】 与女友前世的记忆解析【www.richdady.cn】 年轻人过世的常见原因【www.richdady.cn】 儿子抑郁症的前世因果【www.richdady.cn】 事业不顺的自我提升咨询【σσЗ8З55О88О√转ihbwel 与公婆前世的前世缘分【σσЗ8З55О88О√转ihbwel 特殊学校的环境影响咨询【企鹅383550880】√转ihbwel 孩子不爱读书的阅读习惯如何培养?【σσЗ8З55О88О√转ihbwel 解梦的情感释放咨询【企鹅383550880】√转ihbwel 大龄剩女的婚恋现状咨询【σσЗ8З55О88О√转ihbwel 如何知道自己是否有前世缘份?咨询【企鹅383550880】√转ihbwel 婚姻生活不顺的心理调适咨询【www.richdady.cn】√转ihbwel 情感心理咨询在线【企鹅383550880】√转ihbwel 升迁障碍的真实案例有哪些?咨询【企鹅383550880】√转ihbwel 过世前可能出现的征兆咨询【微:qq383550880 】√转ihbwel 暗恋的情感释放咨询【www.richdady.cn】√转ihbwel 升迁障碍的职场晋升技巧有哪些?【www.richdady.cn】√转ihbwel 前世缘份的故事如何改变命运?咨询【微:qq383550880 】√转ihbwel 缺心眼的咨询技巧【σσЗ8З55О88О√转ihbwel 信息安全犯罪事件,-1 网络安全行业企业50强 网络安全的问题 信息安全流程框架,-1 广州建外贸网站 营销型网页 网络营销应用生活案例分析 企业信息安全事故案例 2014年网吧计算机信息网络安全员培训考试答案 长沙网站改版 关于网站设计的价格 域名系统网络安全保障 国家信息安全测评中心 长沙百度做网站多少钱 网络营销环境特性 cisp信息安全专家认证 重庆整合营销那里最好 互联网营销 行业简介 微信网络营销工程师 网络营销的具体形式有哪些内容 2012年中国互联网网络安全报告 成都网站建设电话 企业网站管理系统 外贸营销整体解决方案 深信服ac网络安全 企业网络安全策略 深圳 企业网站建设营销产品定价策略 信息安全 职业资格 北京网站制作排名 中国网络信息安全峰会 无线网络安全检测软件 平邑做网站 网络营销实训ppt 信息安全流程框架,-1 信息安全服务体系认证 网络安全解释 信息安全流程框架,-1 专业的营销型网站 网络安全 主题会议 isp信息安全管理措施 互联网公司怎么营销策划 第三方网络安全服务平台 西安网站制作 淄博网站建设有实力 容易做的网站 公司建设网站重要性 中山电商全网营销 网络营销的具体形式有哪些内容 如何做好网络营销投资 信息安全审计 市场发展 成都微信营销 免费营销工具 如何防范信息安全风险 网上营销渠道 无线局和网络安全 金华安信信息安全检测技术有限公司 网站开发与建设 域名系统网络安全保障 网络营销活动策划案例 卡通画风的网站公司网站建立教程 国家信息安全技术研究中心,-1 互联网营销 行业简介 信息安全审计 市场发展 互联网公司怎么营销策划 对网络系统而言信息安全主要包括信息的存储安全和信息的 搜索引擎营销的发展历史 深圳 企业网站建设营销产品定价策略 网络营销的具体形式有哪些内容 专业的营销型网站 网络安全行业企业50强 企业信息安全事故案例 中美 网络信息安全 信息安全管理局 大数据平台信息安全 榆林网站建设 金华安信信息安全检测技术有限公司 互联网营销策略 总经理 信息安全的特征包括app网站公司 郑州网络营销课程培训机构 卡通画风的网站公司网站建立教程 营销咨询服务内容 西安网站制作 网站类型案例 中国网络信息安全峰会 东莞企业推广网络营销 深圳 企业网站建设营销产品定价策略 isp信息安全管理措施 网站建站 seo中国信息安全测评中心认证中心 网络安全培训可见 国家信息安全部招聘 网络安全 主题会议 北京招聘网络安全 长春网站制作 通辽网站制作公司 西安网站制作 广州建外贸网站 网络和信息安全专业介绍 网络安全法 三十四条 互联网营销 行业简介 信息安全的特征包括app网站公司 信息安全风险评估服务人员 苏州企业网站建 网络和信息安全专业介绍 互联网营销 行业简介 深圳 企业网站建设营销产品定价策略 国家信息安全技术研究中心,-1 中小企业网站制作 深圳 企业网站建设营销产品定价策略 网络营销策划师 东莞企业推广网络营销 第三方网络安全服务平台 成都微信营销 榆林网站建设 网络安全漏洞解决案例 上海网站建设要多少钱 通辽网站制作公司 化妆品手机端网站模板 互联网公司怎么营销策划 深信服ac网络安全 企业网站首页布局尺寸 网络营销的具体形式有哪些内容 互联网营销策略 总经理 对网络系统而言信息安全主要包括信息的存储安全和信息的 团购网营销 网络营销应用生活案例分析 长沙网站改版 网络营销可信吗 深圳 企业网站建设营销产品定价策略 山东省信息安全网,-1 网站打开速度慢 通辽网站制作公司 网络安全的问题 苏州企业网站建 国家信息安全政策体系包括 北京网站制作排名