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腾讯澳大利亚网络安全网络安全 经验邮件营销的适用人群网络整合营销4i旅游电子商务网站的建设包括哪些步骤?网站建设中有哪些常用技术?天赋不够,系统来凑。 穿越异界的顾言喜提回收系统。 世间万物回收之下都可以超级加倍? 那岂不是无敌了? 信心满满的顾言当即就决定这一世一定要不同凡响走向世界之巅。 本故事纯属虚构,如有雷同,恭喜恭喜,所见略同。一身白衣少年郎,当为天下第一狂! 屠魔的少年终将成魔! 悠悠岁月,漫漫长夜。 以神入境,以形破界。修仙长道,有你无我。 这是属于每个人的时代,人人皆可修仙。 东来剑帝率领无数修士,打破九重天宇,杀入圣域之内,斩杀万千神族,却因一人叛变,导致一朝身败,无数修士葬身圣域,魂归天外。 断剑携破碎虚空,十万年之后,少年剑辰降世。 因玲珑剑心被心爱之人所夺,一身修为尽废,幸获乾坤珠认主。 断剑觉醒,记忆复苏,剑辰记起十万年前的过往。 记起自己曾一剑斩断擎天山柱,擎天山柱化作登天仙路。 记起自己曾一剑独入冥间炼狱,冥间炼狱化作轮回之路。 记起自己曾一剑斩破诸天避障,诸天融合化为诸天玄界。 ...... 记起自己曾剑断圣域,无数修士魂断圣域。 他日我为剑帝东来,今日我为剑辰,悟无上剑道,修无垢剑体,势要让这天地再难遮住我的眼,无人能够阻挡我的剑。觉醒前世记忆,龙象神功护体。 一棍在手,足以试敌天下。天子已死,诸侯纷争。列国争雄,大乱将至。黑暗之渊,唯我独尊。心之所向,剑之所往。十步一杀,千里独行。剑踏流星,御行九洲。我真是服了,第二次了,怎么又是让一个老六给刀了,这个时候给我一刀。完了完了,要嗝屁了。 闫鞅使劲捂着身上的伤口,但是他现在视线已经开始模糊。上次给我一次穿越的机会,看来这次真的要死翘翘了,如果有下辈子,我也要当一个老六,给那些人一人一刀。北宋靖康前后,风云变幻,先起江南民变,后遭金寇入侵。皇室蒙难,百姓涂炭。热血男儿,奋起抗争;红颜女子,痴情不变。恩怨情仇,一笑而泯。QQ:1263528348,微博:竹楼听细雨本尊,VX公众号:竹楼听细雨,欢迎大家加入。 张泽穿越到平行世界,这里的人们依靠魔域打怪变强,来抵抗魔窟魔物的入侵。 为了妹妹张泽进入魔域,取名罗刹,结果意外激活最强SSS级天赋召唤术! 杀怪就能召唤,召唤术等级越高,召唤的怪物越多,还能升级,简直是逆天! 魔域里,当其他冒险者组成百人甚至千人团队去攻打BOSS时,张泽已经带领他的召唤怪大军一路碾压过去! 现实中,各国还在为对付高级魔物发愁时,张泽单挑上百只高级魔物,震惊全世界! “罗刹到底是谁?一路打破人类探索魔域的记录,眼看就要突破一百层了!” “大夏国有了张泽,已经一跃成为全球最强国!此人如果不能拉拢,必须除掉!” “什么?张泽一个人挑了十名五阶魔域强者?完了……大夏国迟早一统全球!”四十岁的酒水业务员李可,重生至1982年,凭借对后世的了解和天赋之眼的能力,开启暴富人生。在地球结束千年的内战,面向宇宙发展的时代之后,科技在不断进步,能源也在不断替代,同时新的危机也在悄然降临,为此地球一些预知者集结了财力人力,提前创建了一支名为守护的组织,提前代替军队同那些侵略异端生命体战斗,在条件达成后开始下一阶段守护人类的计划。 联系qq:3220027841
高端网站建设搭建 密码编程学与网络安全 个人网站欣赏 信息安全分析 个人主页网站申请 信息安全技术 物理安全 织梦cms 网站所有的链接target属性 怎么统一修改 网络安全宣传月 如何设计网站域名 康师傅网络营销方案 老公家暴的应对方法【www.richdady.cn】 灵魂化解咨询【www.richdady.cn】 婴灵咨询【www.richdady.cn】 阴间生活的前世影响【www.richdady.cn】 财运不佳的心理调适咨询【www.richdady.cn】 什么原因意外的前世修行【www.richdady.cn】√转ihbwel 心慌胸闷头晕的咨询技巧【σσЗ8З55О88О√转ihbwel 家庭关系的心理调适【企鹅383550880】√转ihbwel 前世因果咨询咨询【企鹅383550880】√转ihbwel 存不住钱的理财建议威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 维护良好家庭关系的秘诀咨询【www.richdady.cn】√转ihbwel 婴灵的存在有哪些科学依据?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 祖灵与家运的关系咨询【σσЗ8З55О88О√转ihbwel 孩子学习不好的家庭教育咨询【σσЗ8З55О88О√转ihbwel 如何了解自己的前世今生威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 忧郁症咨询【微:qq383550880 】√转ihbwel 前世缘份的再次相遇【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家庭关系的前世记忆【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世老公的前世因果【企鹅383550880】√转ihbwel 去世的母亲的前世故事咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 网络营销ftp服务 上海的外贸网站建设公司 网络安全警示片 政府网站模板 南宁定制网站建设 营销qq怎么推广方案 wifi网络安全审计系统 工控 信息安全 seo精准营销 国家网络安全应急中心 邮件营销的适用人群 工控信息安全检测标准,-1 腾讯澳大利亚网络安全 郑州好的网站设计公司 保定设计网站建设 网络安全事件案例分析 制作网站需要注意的细节 工控信息安全 介绍 延安网站建设公司电话 佛山个人网站建设 广州网络安全公司排名 党政机关网络安全 如何做一个大型网站武汉 网站 权威的网站建设 重庆旅游网站建设 外贸社交营销的关键 枣庄网站制作 外贸社交营销的关键 信息安全技术手段包括 银监对信息安全的要求 亚洲信息安全峰会 澳洲 信息安全专业就业前景 中国网络营销环境研究现状分析 中国网络营销环境研究现状分析 佛山网站设计优化公司 河南信息安全专业吗 网站维护 网络安全新形式 南京营销型网站 网站设计公司 无锡 青岛网站建设培训 网站格局 互联网营销 问题研究 谷歌营销的概念与含义 无锡知名网站制作 单位信息安全等级保护工作的组织领导情况 网络安全方面的法律 营销型网站特点 刑天营销 工控 信息安全 关系营销的劣势 电子邮件营销含义 品牌营销网 互联网营销理论 如何设计网站域名 网络营销博文案例 信息安全分析 权威的网站建设 网络安全基础的操作网络安全rss源 网络安全周视频 南京营销型网站 怎么制定网站 营销qq怎么推广方案 企业网站建立哪 网络安全法最新 做网站设计制作的公司 信息安全 学会 刑天营销 网络安全方面的法律 杭州市网络安全平台 河南信息安全专业吗 广东信息安全专业 网站制作的英文 河南信息安全专业吗 网站建设基本流程备案 重庆旅游网站建设 网站有哪几种 枣庄网站制作 建网站用什么服务器好 城市网络安全服务 石狮做网站 谷歌营销的概念与含义 北京网站建设 网络建设与网站建设 网络安全新形式 广东信息安全专业 网络安全事件案例分析 网络安全法 公安 优秀企业网站 网络安全事件案例分析 广东手机网站建设费用 企业网站改版新闻 电子邮件营销含义 可口可乐网络营销总结 网络安全法最新 无限营销 广州网络安全公司排名 互联网营销 问题研究 织梦cms 网站所有的链接target属性 怎么统一修改 银监对信息安全的要求 创建免费网站 国家网络安全应急中心 网站设计公司 无锡 如何设计网站域名 王老吉 春节营销案例 网站制作的英文 工控 信息安全 网络安全主题基金 刑天营销 个人主页网站申请 宁晋做网站百科营销 做网站设计制作的公司 关系营销的劣势 网络安全 经验 网络建设与网站建设 外贸社交营销的关键 网络安全法最新 网络信息安全监测 网络营销博文案例 网络安全 经验 网络安全方面的法律 数字营销知识 免费建.com的网站 互联网公司网络安全 网站设计公司 无锡 织梦cms 网站所有的链接target属性 怎么统一修改 太原网站建设dweb 上海的外贸网站建设公司 手机端网站设计 企业网站改版新闻 seo精准营销 网站格局 宁晋做网站百科营销 如何用网络营销的方法有哪些方法有哪些方法 银监对信息安全的要求