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江苏网络营销推广报价平台的网络安全认证信息网络安全宣传国家信息安全服务资质认证这是一个奇妙的世界,尖端科技已经超越现代水平,而文明发展却还停留在1000年前。在这个世界最强大的帝国中,有一个放荡不羁的青年,在被人击败后偶然得到一本神功,成为城中至霸,却又突然失去全部功法,沦为废人。在神秘高人的帮助下,他重回巅峰,和同伴们一同探索这个大而又神秘的世界,同时,他们也逐渐揭开,这其中蕴藏的秘密……叶墨带着记忆重生,来到了明朝,只是这里却和想象中不太一样。 在这里,有江湖 在这里,有权谋 在这里,有恩怨情仇 在这里一切的一切都将重新开始。在这崭新的大明中,且看叶墨如何书写自己的奋斗史。我为仙帝,碾压世间一切敌! 因为任务,她遇他于冰雪之原。 再次见面,已是三年后。 再次被莫名夺取,她无奈退步;他却步步紧逼,甚至将红本领了回来。 为了任务,她坦然的呆在他身边。 当发觉了她的背叛,他极端的惩戒她。仙下皆凡尘,仙上有苍天…… 这是仙界最常听见的箴言,他身为天地孕育而生的生灵,本该坚信这句箴言,然而,因为得到了那卷天地不容的卷轴,他明白了一个道理:道至尽头是为天,道衍至极名曰神! 他经受了一次次灾难险情的磨砺,意外修成了一些神奇的本领,却不知由来。他如同脱胎换骨一般,斩妖除害,从一个普通人成为功高盖世的战神。公主要嫁我? 太后要我当面首? 东厂厂公也欣赏我? 你不会说皇帝要找我搞龙阳吧? 重申一下,我方泽喜欢女人异次元空间入侵蓝星,精神力强大的人类点燃精神火种,觉醒魂玉,成为卡牌大师。 【卖火柴的小女孩】在圣光下觉醒,身穿纯白花嫁,如同神明少女般看向自己的守护骑士。 “我的守护骑士,我的笑容,只为你绽放。” 【狼堡女王】端坐在银狼古堡的王座上,翘起二郎腿,端着摇晃的红酒杯,看着外面的血月之森,眼神中满是期待。 “在你将我从黑暗中救赎的那一刻起,你就已经占据了我的身心。” 【灵剑少女】白衣若雪,在深山中的断壁残垣间舞剑。 手中三尺青锋剑气纵横,却斩不断三千烦恼丝。 “灵剑山下,一眼万年。” 这是一个卡牌的世界,空间交错,次元入侵,只有当你真正体会到纸片人新娘养成计划的乐趣后,才会在这条路上越走越远。一个亿万次的轮回,一段亿万纪元宇宙记忆,一场持续亿万次轮回的纠葛,都将在这最后的纪元宇宙终结世界末日,全球冰封! 冰河世纪重临,人类崩盘,文明崩盘! 在末日天灾的即将降临的最后一年里,秦歌携拯救末世的使命,穿越而来。 地下龙国仿佛突兀而生,一夜之间,闻名全球。 “我的祖先源自唐朝的长安,也算半个龙国人。求求你,让我进入龙国吧!” “起开,我家从民国时才移民的,血统比你纯净对了,我们比你有资格进入龙国!” 那一刻,举世瞩目。 人类文明的火种能否得以延续,一切,都看龙国!
湖南网站制作 网络安全反黑视频教程 江西专业南昌网站建设 国家支持什么参与网络安全国家标准 创建网站公司 徐州 网络营销的职位要求 广西网信信息安全 招聘,-1 什么是电子网络营销 济南三泽信息安全测评有限公司 网站特点 感情问题咨询专家咨询【www.richdady.cn】 婴灵的超度仪式【www.richdady.cn】 前世缘份如何影响事业发展?咨询【www.richdady.cn】 投资项目的环境影响【www.richdady.cn】 缺心眼的表现及成因咨询【www.richdady.cn】 忧郁症的自我提升【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的故事有哪些案例?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 灵魂化解的仪式咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的案例分享威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 性压抑的案例分享咨询【企鹅383550880】√转ihbwel 迟缓儿的自我提升咨询【企鹅383550880】√转ihbwel 升迁障碍的原因分析【微:qq383550880 】√转ihbwel 头脑混沌的生活习惯【σσЗ8З55О88О√转ihbwel 强迫症的自我提升【www.richdady.cn】√转ihbwel 忧郁症的环境影响咨询【σσЗ8З55О88О√转ihbwel 性压抑的自我提升【微:qq383550880 】√转ihbwel 不爱读书的环境影响【σσЗ8З55О88О√转ihbwel 邪灵的防范方法咨询【微:qq383550880 】√转ihbwel 突然过世的原因有哪些咨询【微:qq383550880 】√转ihbwel 孩子厌学【微:qq383550880 】√转ihbwel 网站控制 互联网营销企业 创建网站公司 徐州 湖南网站制作 国家信息安全等级保护工作协调小组办公室推荐测评机构名单 中国信息安全状况 大型的网络整合营销 深圳 企业网站建设 网上银行系统信息安全保障评估准则 网站内页 龙岗网站设计资讯 信息安全实验室,-1 360与中国国家信息安全 国内顶级网络安全公司 网络营销教科书 facebook个人信息安全 网络与信息安全的建议,-1 网络与信息安全小组 电商平台信息安全 线框图网站 黄国外网站 甘肃网络安全等级保护网 信息安全媒体 网站建设 小程序 如何用自己的电脑建网站 金融行业信息系统信息安全等级保护测评指南,-1 微信红人营销 成都国家信息安全中心 建站营销 网站方案书 天融信网络安全审计 2016年第四届中国网络安全大会 企业网络营销活动方案 网络事件营销的注意点 信息安全漏洞 启明星辰网络安全审计 莆田网站制作 重庆营销网站建设公司 网络营销相关证书 北京公司网站建设报价 建设营销型网站的要素 网络营销相关证书 五金 网络 推广 营销 江苏网络营销推广报价 关于写策划的一个网站 平台的网络安全认证 最新网上营销方法 xx公司信息安全解决方案 营销网站建设 济南三泽信息安全测评有限公司 邮件营销是什么意思 网络营销实训方案 国家信息安全办公室 建手机网站 网站挂黑链 临沂学营销电子政务网络安全 北京市重大网络安全事件 南宁企业网站 江西专业南昌网站建设 思科 企业网络安全解决方案 信息安全竞赛官方网站 中国信息安全状况 2012国家信息安全专项网站关键词排名提高 网络安全 vpn 北京响应式的网站设计 网站方案书 营销起源于什么时候 信息安全 运行标准 卡片式网站 北京响应式的网站设计 创新网络营销 泰安网站设计 武汉网站优化seo 国家网络信息安全技术研究所 网站建设素材使用应该注意什么 360与中国国家信息安全 产生信息安全事件的原因有哪些 国家信息安全办公室 营销型网站建设制作 中国国家信息安全政策 电子商务网站模板 网络安全反黑视频教程 专业网站运营托管 线框图网站 手机网站制作时应该注意的问题 且网站制作 营销型网站技术特点 dreamweaver cs4网页设计与网站建设标准教程 国家信息安全保护等级 快速设计网站 国家信息安全等级保护工作协调小组办公室推荐测评机构名单 动态营销 企业网络营销活动方案 sem整合营销服务 湖南网络安全大赛 餐饮业营销 ccid 2010-2011年中国信息安全产品市场研究年度报告 思科 企业网络安全解决方案 网络安全事件 上海 网络安全会议 启明星辰网络安全审计 ccid 2010-2011年中国信息安全产品市场研究年度报告 网络安全监测方案 网络安全百科 网络营销师要学多久 网络营销策略包括哪些内容 上海网络营销推广 营销型网站技术特点 网站控制 网站建设素材使用应该注意什么 公安部信息安全等级保护评估中心 网站制作样板 厦门网络推广建网站 智慧城市信息安全体系建设方案 且网站制作 信息安全宣传周 营销推广点 网站建设中图片 国家信息安全服务资质认证 淘宝店铺营销推广方案 o2o网站建设 哈尔滨政务性网站制作公司 网站站欣赏 国家支持什么参与网络安全国家标准 微软网络安全上市公司 网络安全防火墙 高端网站案例 网络安全 移动防御 网站建设七点 网络事件营销的注意点 wifi信息安全检测报告 政府网站 欣赏 网络营销策略包括哪些内容 如何用自己的电脑建网站 信息安全漏洞