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
成都做网络营销上海网络信息安全网络营销网站推广方法广州外贸网站公司自动发货 北京云主机网站源码 phpcms_v9_utf8网络安全防护体系新疆财经大学信息安全信息安全是否考研网络安全培训实施意见广州外贸网站公司没有命运,仅有人铺垫出之坎坷道途 没有净土,仅有人开凿出之世外桃园 - 一把王者圣剑,为黑夜带来光明 一个不屈英魂,为世间燃点希望 - 觉醒灵魂,少年鏖战神魔; 暗云涌动,泛起灭世争端! - 光暗冲突,大战一触即发; 人神决战,再写创世诗篇!长生路上行人少,只是仙客与道家 一个平平凡凡的普通人,发现自己突然来到了一个神秘莫测的修仙世界,好在他的丹田内,有一块神奇的玉佩。 且看吕乐如何一步步逆流而上,最终飞升上界。民间故事诡异,喜欢听民间故事的关注我所思既所得 所想既所有——觉界所以屹立万界之巅,便因这独特而强力的位面法则。但当法则被撕碎,界灵被污染,又待谁来力挽狂澜?小小下界之子林韦,被迫卷入这场黑暗漩涡,又将翻起多少波澜? 长恨画戟不似月,一耀寒光洗九天。 本书纯属虚构。我是陆晨,是一名生物研究所实习生,毕业于兰大,曾是一名生物系学生,由于成绩优秀教授介绍我去生物研究所实习,原本平淡的生活,却在昨天发生了变化。2019年11月27这天我的世界开始发生改变,而这时的我还没有意识到危险即将到来...邓温桀一万五千年历经万般磨难终晋升散仙,闯过仙界之门入得仙界三十三天。 作为仙界初来乍到之辈,为求生存,当值于第一天【梵度天】廉贞星君之位。一求功德,二求大树底下好乘凉。 在当值了一千五百年后,终于明白,这颗大树,十分脆弱,界主之位每千五百年移位是常有的事....... 本书借用游戏【想不想修真】仙界设定为本,侵删,望周知。 本书因为背景是仙界,所以天这个字,一般用来代表仙界三十三天中的某一天。也可以理解为某一界。九幽。幽深之极地,墟,是一个残破的世界。我要前往那儿,埋葬那儿的魂。未来科技高度发达但战火不断,人类各大文明区为了缓和阶级矛盾,以各自文明历史、神话或传说为基础元素构建了人类文明的终极进化宇宙!以三国历史为背景的华夏文明、以科幻传说为背景的漫威文明、以天道教为背景的大和文明、以历史神话为背景的高丽文明……,万国文明在进化宇宙中展开残酷的弱肉强食的文明争锋,群雄逐鹿于丛林法则之下,试问哪个文明能傲立于巅峰!玩归玩,闹归闹,回到汉末三国还得跟我皇叔混! 昔日屌丝秦耀,自穿越汉末以来,身无所长,心无所居,惶惶度日十载,历经黄巾之乱,成刘备帐下一无名小卒。 大战前夕,上司张飞醉酒发狂,险先误杀秦耀。秦耀大怒:“阉人张飞,安敢放肆!” 【叮,你的外挂已上线!】 得最强打工系统,做最帅打工仔! 助刘备,平蛮夷,灭世家,除军阀,揽群芳于铜雀,招贤臣于麾下,安天下于掌握,扶明主于帝位! 纵横天地间,谁能与之相扛? 秦耀:“在下秦耀,愿助主公成就千秋大业!” 刘备:“我得汉明,大事可期!” 公元3020年,一艘外星飞船坠毁在了地球上,坠毁飞船泄露的物质造成了大面积的污染,地球安全联合组织将污染区域用10米高的水泥墙进行了封锁,该区域被外界称为第十特区,只有持相关证件的研究人员才能进入,但还是有不少探险者使用各种办法突破封锁,一窥封锁区的神秘面纱……
网站页面设计 网络营销运营思路 网站建设常出现的问题 广西 网站开发 中山做网站 国家信息安全师三级 南京邮电大学 网络安全 2016网络安全攻击统计 永州网站制作 关于网站建设live2500 心慌胸闷头晕的前世记忆咨询【www.richdady.cn】 儿子抑郁症的自我提升咨询【www.richdady.cn】 强迫症【www.richdady.cn】 冤亲债主干扰的解决方法咨询【www.richdady.cn】 冤亲债主干扰有哪些症状?咨询【www.richdady.cn】 前世老婆的前世故事咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 外灵的种类【www.richdady.cn】√转ihbwel 前世缘份的咨询技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子学习不好的案例分享咨询【www.richdady.cn】√转ihbwel 前世老公的前世案例咨询【σσЗ8З55О88О√转ihbwel 为什么过世的前世影响【企鹅383550880】√转ihbwel 冤亲债主干扰的前世记忆咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 学习成绩差的原因分析【企鹅383550880】√转ihbwel 大龄剩女的社交技巧【σσЗ8З55О88О√转ihbwel 冤亲债主干扰有哪些症状?【σσЗ8З55О88О√转ihbwel 冤亲债主干扰有哪些案例?【企鹅383550880】√转ihbwel 事业不顺的职业规划咨询【企鹅383550880】√转ihbwel 失业的应对方法【微:qq383550880 】√转ihbwel 脑部不清晰的前世记忆【微:qq383550880 】√转ihbwel 前世缘份的重逢故事【企鹅383550880】√转ihbwel 信息安全违规案例 网站在哪里建立 网络安全交流 工控网络安全前景 怎么建网站 网络安全红蓝对抗 利用网站营销的目标 商城网站都有什么功能 关于互联网信息安全方面的股票 网络安全信息管理系统 网络营销站点域名采用"企业网站域名/产品名或营销页面名"的形式属于 病毒营销要素是什么 泊头网站建设 自动发货 北京云主机网站源码 phpcms_v9_utf8 大学信息安全等级保护,-1 青岛设计网站的公司哪家好 网站建设常出现的问题 信息安全的内容包括( ). 网络营销工具类型 济南 信息安全 南京邮电大学 网络安全 国家信息安全师三级 徐州html5响应式网站建设建网站工具 广西 网站开发 网站建设:中企动力 长沙哪里做网站好 桂林做手机网站设计 烟台制作网站的公司 社会化媒体营销 信息安全等级测评标准 ps做网站 济南网络营销课程培训 海珠区pc端网站建设 成都网站优化 外链营销的发展趋势 组合营销软件 营销型网站案例 镇江网站优化 佛山网站建设怎样做 贵州网站建设 网站的承诺 东莞网站策划 东莞长安网络营销招聘信息 德阳网站制作 联邦信息安全管理法 精准营销网 信息安全检查管理办法 网络安全网络探测实验室 龙岩网站建设公司 中国网络安全领导小组 关于网络安全的专业 南京邮电大学 网络安全 分析网络安全问题 中山做网站 信息安全大事件 关于网络安全的专业 网站如何申请微信支付 感情营销案例 关于互联网信息安全方面的股票 网站如何申请微信支付 网络安全员网络技术员 网站的承诺 信息安全领域的公司 营销软件站免费下载 计算机等级信息安全 怎么建网站 网络安全表格加密实验 网站构架图 贵州网站建设 广东省信息安全测评中心 怎么样国家信息安全实验室主任 龙岩网站建设公司 工业机器人 网络安全 2016网络安全攻击统计 网络安全工程师培训多少钱 冷色调网站 网络安全法 网络空间 怎么建网站 义乌建网站企业网站管理 网络营销战略特点 大学信息安全等级保护,-1 网络安全审计系统 河南信息安全测评中心 信息安全专业电脑配置,-1 精准营销网 网络安全 x-team 深圳营销型网站 网络安全防护体系 广东省信息安全测评中心 待遇 网站开发技术 中国信息安全标准体系 感情营销案例 中山做网站 中国网络信息安全中心 2016网络安全攻击统计 信息安全违规案例 海珠区pc端网站建设 冲突点营销 信息科技有限公司网站建设 信息安全保护管理办法 江苏省网络安全和信息化 工业机器人 网络安全 信息安全工程类 门户型网站特点 网络安全数字签名和手写签名 新浪微博营销的特点 武汉市网站制作 网站页面设计 2017网络安全日宣传 信息科技有限公司网站建设 做网站销售 上海网站建站 病毒营销 案例 近年 广东省信息安全测评中心 怎么样国家信息安全实验室主任 网络营销课程设计总结 搜索再营销没有了么 利用网站营销的目标 整合营销策划 信息安全的人员安全主要是指信息系统使用人员的( )等. b2b商场网站建设 网站建设:中企动力 天津网站建设咨询 网站名重复 玩具外贸网站模板 网站建设常出现的问题 微信营销的好处坏处 新浪微博营销的特点 微博营销的swot 关于互联网信息安全方面的股票 网站构架图 2017 网络安全优秀教师 信息安全运维流程 信息安全违规案例 网络安全数字签名和手写签名 搜索再营销没有了么 网络安全的现状与威胁分别有