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
太原推广型网站建设免费教育网站建设公安部网络安全保卫局网站选手机网站焦作建网站营销与销售有什么区别近五年网络安全大事件免费教育网站建设中国国家信息安全测评中心待遇网络信息安全的基本功能,-1“你可知 当你行在人生的分岔路口,左右徘徊之际 可能有两位主宰不同命运的神灵在围绕着你生死相搏 当你在一断情感之中沉沦迷惘,难舍难分之时 可能有数只桃花妖正在你背后斗的你死我活 当你自觉命运多舛,怨天尤人之刹 可能有一个不起眼的小鬼怪正默默替你承受着滔天巨浪 当你,,,” “胡说,世间根本没有,,,” “嘘,请听我说,你背后啊,站在一尊鬼神” 第一次写作,希望大家多多支持! 此书以第一人称叙述了“我”的经历。 本书共分为两个部分,第一部分讲述了“我”在学校与同学卜秋发生的各种不愉快的事情以及保护副班长梁雪的故事。第二部分则写去魔界寻找妹妹以及奇异果。 菩萨低眉,所以慈悲六道! 撒旦低头,所以血流成河! 以撒旦之名,专职杀戮,他要当最强的那个男人! 最燃的都市,且看一个男人如何成就霸业,成为傲立巅峰的一代传奇!   【七少出品,铁血霸气】 撒旦军团群:198247503 秦峰意外穿越三国,成了一名普通士兵。 虎牢关城外,大战三国第一猛将,他出尽风头。 洛阳城外赶董卓,冀州驱逐袁绍,中原群雄逐鹿。 练绝世雄兵,造超级武器,拥绝世美女,收绝世猛将,纳顶级谋士。 秦峰率领北方铁骑,横扫天下,一统三国。 试问天下,谁人能比。 从士兵到枭雄,秦峰一路走来,成就王者传奇,我秦峰才是天下霸主。 读者群(246835683)感兴趣的可以加群,一起交流学习。当代毕业大学生在床上睡觉,窗外天雷滚滚,魂穿到一个充满元素的修真世界,修雷法,对强敌,结好友,泡妹子,揭开一个世界的隐秘,究竟是大梦一场,还是真实存在。 大道无边,仙旅飘渺,万千修士不过是这天地间的沧海一粟罢了。   身边人的不断离去,红颜知己一一陨落,少年,终究还是那个少年,只不过是看淡了世间冷暖,尝尽人间悲欢。此刻,我为仙,便斩断天下恶鬼之道,解救苍生于水火之中。若,仙不收我,那我聂羽便为魔,杀伐四方,毁了你这所谓的天地法则,这一世,没人能够阻挡我前进的道路,就算是那生命的桎梏,也将被我一拳轰碎......。 时代在变,世界的格局在变。 多少人在看着脚下的土地,是否有变化。 当世界的土地,能源,人发生异变,获得能力后,能改变这个枯燥无味的世界吗? 男屌丝林凡意外车祸,却不料穿越异界,还未来得及高兴自己重生再世为人。却从记忆里发现自己是一个落漠家族的长子,虽天赋异禀却在17岁遭人偷袭丹田破碎武魂无法凝聚。随着脑海中一道系统提示音响起,林凡便有了称霸异界,问鼎苍穹的意志。还在YY的林凡被系统强制接受任务,悲惨的升级之路,爽翻天的称霸之路,一路美女如云…… 未来资源短缺,战争频发,外星文明入侵,地心生物发难,人类一败涂地,只能龟缩在边陲小城。我们历尽千难万险研究出平行时空更迭装置来到现在的新宇宙,却发现那个宇宙的怪物正在入侵现在这个宇宙! 少年,不要逃避,能救这个宇宙的只有你了!你将回到那个豪杰辈出,群雄并起的地方,血与火在等待着你,钢刀会武装你的身体,巫术会锤炼你的心智,你必定能重铸人类荣光! “真的吗?燃起来了!但是……我拒绝。”陪朱棣走过最艰难的一段路。 这是个赘婿奋斗在乱世的故事。
网络安全常用工具 太原推广型网站建设 网络营销传播渠道研究 深圳网站seo公司 网络营销托管 网站升级改版 网络安全形势严峻 怎么建一个网站 网络营销活动规划 网站设计下载 学习成绩差的心理调适咨询【www.richdady.cn】 心特别累的前世因果【www.richdady.cn】 什么原因意外咨询【www.richdady.cn】 学习成绩差的解决方法【www.richdady.cn】 冤亲债主干扰的预防措施【www.richdady.cn】 自闭症的自我提升【www.richdady.cn】√转ihbwel 家庭关系的教育建议咨询【企鹅383550880】√转ihbwel 前世今生测试在线咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子压力大的自我提升【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份如何影响今生?【微:qq383550880 】√转ihbwel 感情纠纷的情感重建【微:qq383550880 】√转ihbwel 心特别累的前世记忆咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 如何知道自己是否有前世缘份?【σσЗ8З55О88О√转ihbwel 精神不振的案例分享【www.richdady.cn】√转ihbwel 学习成绩差的解决方法咨询【σσЗ8З55О88О√转ihbwel 祖灵的超度仪式【www.richdady.cn】√转ihbwel 大龄剩女的真实案例有哪些?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的续写有哪些方法?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 为什么过世的原因分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何化解婴灵带来的负面影响?咨询【微:qq383550880 】√转ihbwel 第三方电子商务平台的网络营销价值 网络安全综合治理行动 星巴克营销 网络安全编程的特点 网络营销属于什么院系 网络营销知识 滨江做网站 常州低价网站建设公司 食品公司网络营销方案 饿了么营销 网络营销服务包括哪些 网络安全使用规范 推荐广州手机网站定制 最好的网站模版 网络营销托管 网站制作需要多少钱 信息网络安全控制 张掖网站建设 泰安网站建设公司 何为营销 信息安全等级保护工具 网络营销渠道 网站项目设计 网络安全个人 2016年网络安全大事记 ppt 免费教育网站建设 焦作建网站 免费教育网站建设 广州h5网站建设公司 信息安全委员会 信息网络安全控制 信息安全服务一级资质 信息安全防护技术有限公司 保定网站优化 新网站建设平台 成都网站设计制作工作室 十大网络安全事件 公司网站的实例 展示型网站制作服务 建设官方网站 最好的网站模版 营销型网站应用 怎么建一个网站 网络营销的三个目标 濮阳做网站 关于微信营销的案例 关系营销优点 网络安全防护系统 中国电子网络信息安全 中国信息安全十大公司 信息安全等级保护工具 如何网络安全建设 手机网站设计尺寸 装修企业网站网络营销 信息安全等级保护指南 网站解决方案 网络营销传播渠道研究 食品公司网络营销方案 网络营销属于什么院系 全国专业信息安全服务资质咨询中心,-1 建设官方网站 陕西省网络信息安全保护网 江门网站建设 杜蕾斯微博营销团队 手机营销网站 网络安全研讨会 网络安全小报字体设计 网站制作需要多少钱 星巴克营销 贵阳设计网站建设 网络安全综合治理行动 信息安全高峰论坛 网络安全备案步骤 杭州 网站设计制作 搜索营销外包国家信息安全事件,-1 手机营销网站 个人适合建什么网站 工业互联网网络安全 网络营销方案步骤 企业网络安全加固 微信营销软件招代理 建立微网站 网站设计理念 泰安网站建设公司 网络自由网络安全 选手机网站 阜阳建网站 网络安全专业? 石家庄开发网站 保定网站优化 塘厦做网站 电子邮件营销十大禁忌 信息安全高峰论坛 网络营销精准解决方案 信息安全一级资质 湖南网站设计企业 信息安全 人员 计划 信息安全标准 认证rsa 信息安全大会 陕西省网络信息安全保护网 网络安全综合治理行动 深圳网站seo公司 网络安全监督管理电话 网络安全编程的特点 公司网站可以个人备案吗 网络安全攻击的方法 网络营销知识 微信网络营销成功案例 信息安全 人员 计划 常州低价网站建设公司 学好网络安全法规 短信 广州h5网站建设公司 饿了么营销 西安网站制作开发 网络安全个人 网络安全使用规范 长沙网站制作 注册信息安全讲师 最好的网站模版 推荐广州手机网站定制 青岛个人网站制作 网站制作需要多少钱 江门网站建设 东台建网站 张掖网站建设 公司网站可以个人备案吗 南京需要做网站的公司 何为营销 网络安全小报字体设计 网络信息安全的基本功能,-1 网络营销渠道 杜蕾斯微博营销团队 网络安全编程的特点 网络安全个人 杭州全网整合营销 成都网站设计制作工作室