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网络安全培训几个月可以学成吗南昌的网站推广公司 别人重生在医院 ,在家里......秦汉重生不得了竟然在冰棺里,而且还获得了奇葩的盗墓系统。从此开始了他的盗墓之旅......在这边异界大陆,命格决定强弱,有人天赋异禀,却不知所以,有人贫贱,却从未却步,强弱是既定的规则,亦是命运的安排,周寒就此踏上修行之路,然而,宗门内乱,恩师殒命,魔宗侵袭,已经成为众矢之的的周寒,何去何从,然而,命运不该就此却却步,时不待我,周寒觉醒无双命格,封神之路,由此开始。江竭,遭遇车祸成了植物人,不久后,却奇迹般的醒了,而这一切,都源于一种外星生物,也就是所谓的外星人……小小侍郎,一朝得志,只手遮天,鸡犬也能升天,导致江山风雨飘摇。 堂堂王子,韬光养晦,忍受欺凌,只为等待黄袍加身那一刻。 不问苍生,迷恋长生,皇帝一心想修炼成仙,羽化飞升。 江山风雨飘摇,妖魔鬼怪难分,酝酿着偷天换日的滔天阴谋。 谁为正道?谁为邪魔? 从来英雄难过美人关,英雄为谁护花?美人为谁心悦? 有人的地方,就有江湖,朝野是权力场的江湖,步步为营、如履薄冰,武林是名利场的江湖,热血冲杀,义盖云天,江湖路上,从来都是腥风血雨。他是国之重器,科研天才,国士无双! 她是国民女神,国色天香,迷倒众生。 重生到另一个世界的洛铭,激活了系统。系统给予的奖励条件为暗恋,暗恋时间越长,奖励越丰厚。 谨慎选择了自己的暗恋对象云雨蝶之后,经历五年时光,作为可控核聚变,空天航母,外骨骼机甲等高端科研项目总工程师的洛铭,载誉归来。 而他不知道的是,在不久之前,已经成为国民女神,甜美天后的云雨蝶竟然在歌手巅峰对决节目中向他表白了。 原来这个可爱的女神,也在暗恋着洛铭。 五年一别,五年暗恋,五年思念,再次相逢,这对神仙眷侣开始谱写传奇而甜蜜的人生!回到古代,成为一个小小的家丁,楚尘开始了自己的逆袭之路。 啥?被人当做童养夫,媳妇还不待见? 无妨,无妨,第一才女还在痴心等候呢,要不然考虑给一次机会? 啊?番国国师还要来登门辩经? 不怕,不怕,丢给一本《西游记》让他参悟,没准就能白日飞升了。 咦?燕国女帝又来密信要讨论人生哲理? 何必,何必,陛下要不我们还是躺下聊吧。 一剑转身三千里,一言可退百万师。 哥虽然不在江湖,但江湖上处处都有哥的传说。 我楚尘来了,就注定要名震天下!上古大陆,一位拥有先天全体的少年,因为一次意外,引得黑珠入体,从而导致元力全失,至此他失去了所有光彩,族人的陷害让他认识了师尊,在一个分身的教导下,少年披荆斩棘,过五关斩六将,一步步成为真正的强者...... 为了家族命运,少年踏上了独自修炼的征程;为了亲人,他被迫选择了自己不爱的人;为了爱人,他忍受了无数年的自责。 从一个小小的战士,逐步成长为天元大陆至高无上的古神,而最终,为了整个天元大陆,他却付出了所有......一个人被打造成武器,又不断变成人的故事冥冥之中自有天意,穿越者何必天下无敌。人心正,自有天助。召唤师,万兽朝宗…… 战士等级:初级、中级、高级、青铜、黄铜、黑铁、白银、黄金、圣战士 法师等级:学徒、一级——六级、七级大魔法师、八级魔导师、九级圣魔导师 召唤兽法师:无等级区分 【穿越+倒爷+搞笑+轻松+日常+玩梗+时事+胡亥+项羽+美女】 好消息!好消息! 江南皮革厂倒闭了,老板黄贺没有带着小姨子跑路,获得秦朝和现实来回穿越的能力。 作为商人的黄贺,充分发扬老秦人吃苦耐劳的精神,没有996,没有007,只要干不死,就往死里干。 秦朝的无限资源,现代的工业技术,碰撞出激烈的火花。 且看一个现代人,如何在秦朝和现实一步一步的爬到最高,打到赵高,带领老秦人冲出欧亚,走向世界。
网站制作员 企业网站建设运营 网络游戏营销 病毒营销的策略 网络安全基础应用与标准 下载 德州网站建设 专业网站建设 重庆网络安全周 忽略的网站 怎样自己创造网站 老公家暴的环境影响咨询【www.richdady.cn】 前世缘份的解读方法【www.richdady.cn】 性压抑的解决方法咨询【www.richdady.cn】 长期耳鸣可能是哪些疾病的信号【www.richdady.cn】 财运不佳的财富增长咨询【www.richdady.cn】 失业的咨询技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子学习不好的心理调适咨询【σσЗ8З55О88О√转ihbwel 官司咨询【www.richdady.cn】√转ihbwel 与女友前世【www.richdady.cn】√转ihbwel 婴灵的前世记忆咨询【www.richdady.cn】√转ihbwel 内心恐惧胆怯的自我提升咨询【www.richdady.cn】√转ihbwel 孩子不爱读书的心理分析咨询【σσЗ8З55О88О√转ihbwel 感情纠纷的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 外灵的干扰特征咨询【微:qq383550880 】√转ihbwel 脑部不清晰的咨询技巧咨询【微:qq383550880 】√转ihbwel 与公婆前世的记忆解析【企鹅383550880】√转ihbwel 性压抑的咨询技巧【www.richdady.cn】√转ihbwel 冤亲债主干扰的前世记忆咨询【企鹅383550880】√转ihbwel 为什么过世的心理调适咨询【微:qq383550880 】√转ihbwel 发育倒退的案例分享【www.richdady.cn】√转ihbwel 网络安全的相关资料网络安全归哪个部门管 佛山网站设计公司 郑州网站建设哪家有 台州网站优化 搜索引擎营销竞价账户托管 网络安全与加密 中小型网站设计公司 信息安全风险管理策略 杭州微网站建设 北京网络信息安全公司网络营销的营销技巧 重庆綦江网站制作公司推荐 网络安全产品及服务 无锡网站制作公司 网络信息安全等级保护 德州网站建设 在百度上建网站 遵义网站优化 公安部网络安全保卫局v 做一个网站需要多少钱 网络安全培训几个月可以学成吗 上海客服营销外包 佛山网站设计公司 网络安全产品目录 浙江 网络安全企业 网站设计建设 武汉 哈尔滨 建网站 上海集团网站制作 微商营销模式缺点 北京网站开发建设 烟台网站建设设计 网络营销的支持度 网络安全都有什么安全 定制建网站 网络安全包含哪5个 办公网络安全建设 病毒营销的策略 web网站设计的 青岛公司网站建设 烟台网站建设设计 网络安全提供 企业网站的类型 湖南网站制作电话 上海整合网络营销公司 网络安全产品及服务 北京网络信息安全公司网络营销的营销技巧 中国计算机网络安全 html5简易网站建设 东台网站建设 中小型网站设计公司 福州微信营销培训 网站建设前准备 烟台网站制作 定制建网站 具有品牌的广州做网站 2015 网络安全大事件 重庆綦江网站制作公司推荐 东台网站建设 山东省大学生网络安全 大连营销公司 地方门户网站制作 桐城网站建设 网络信息安全技术措施e mail营销的流程 网络安全技术专业 办公网络安全建设 做一个网站需要多少钱 点网站建设 网络营销的内涵有 北京网络信息安全公司网络营销的营销技巧 网络安全风险评估方案 关于加强网络安全有何意义 信息安全第五 空间 网络安全技术新方向 怎样自己创造网站 电子信息安全服务测评 电子 东莞网站建设 怎么创建网站/ 计算机网络安全认证技术包括数据加密技术和网络安全传输技术 网络安全排查 网络游戏营销 杭州微网站建设 德州网站建设 管理网站制作 胶州做网站 上海 互联网营销公司排名 网络安全编程饥饿营销现状 网络安全编程饥饿营销现状 网络安全技术新方向 学校网站模板 杭州微网站建设 河南信息安全电子认证中心 遵义网站优化 账户信息安全事件,-1 公安部网络安全保卫局v 信息安全 建议 西安营销服务专家 新网站制作平台 网络安全都有什么安全 做一个网站需要多少钱 网络安全的相关资料网络安全归哪个部门管 计算机网络安全认证技术包括数据加密技术和网络安全传输技术 b2c网站建设 网络安全培训几个月可以学成吗 网络安全零基础 北京网站建设公司案例 湖南科技大学信息安全 上海客服营销外包 地方门户网站制作 百度知道营销专家 中国计算机网络安全 佛山网站设计公司 开源网站管理系统 ccf 信息安全,-1 齐齐哈尔网站建设 家居企业网站建设平台 网络安全竞赛试题 网络安全与加密 浙江 网络安全企业 浙江 网络安全企业 北京网站建设公司案例 维护一个网站 ccf 信息安全,-1 网站设计建设 武汉 企业网站建设运营 在百度上建网站 番禺网站建设专家 有关互联网网站 鲲鹏网络营销策划 社会化营销的特点 敦煌网营销 网络安全基础操作 网络信息安全等级保护 黑龙江省网络安全攻防 摩拜单车的网络营销 烟台网站制作 承德网站制作加盟