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
中国最好网络安全公司获取网站访问量网络与信息安全技术网络安全大赛比什么圣诞节网站模板网络安全大赛比什么网络营销方法的概念全网营销思路郑州营销外包公司哪家好线下营销渠道有哪些一个九零后年轻人一生的梦想就是能和自己相恋三年的女友组建一个温馨的小家,奈何却败给了房子车子彩礼,正当伤心欲绝生无可恋之时,死党一个电话改变了他的一生,也遇到了生命中真正属于自己的那个人,,,,,,陈晓穿越大唐贞观初年,继承了家中位于长安东市的酒楼。 哪知那唐皇李世民化名李二哥,成了酒楼的常客。 推杯换盏之余,李世民的问题也越来越奇怪: “陈掌柜,突厥屡屡南下劫掠,可有一劳永逸的办法?” “陈掌柜,蝗灾荼毒天下,朝廷应当如何应对?” “陈掌柜,天下之大,我大唐铁骑如何能雄霸天下?” 陈晓有些头疼,我就一开饭馆的,你总问我这干啥? 关键是,大唐铁骑怎么还真雄霸天下了?很久很久以前,有一座山,名为葬灵山;葬灵山的西边有条渊,名为无相之渊;无相之渊的西边,有一座学府,名为真武院;而故事,则要从葬灵山东边的那座凌天帝国讲起……一个运动博主,一个高中教师,一班学生,一个心理医生,一群普通人,一个不平凡的故事主角小毅被龙国气运金龙选中,成为一名国运游戏中的小兵,与漂亮国气运老鹰派出的人展开生死对决,在一次次的战斗获得升级与进化…而这一切,世人一无所知,只知道世上多了一批疯狂的危险分子和保卫人员,以及神秘的“不科学人”网文作者穿越西游世界,开局一本《斗破》,吸引猴子来拜师。 什么修仙,什么西游,哪里有看小说有意思? 为了写出一部精品,猴子拜师牧尘门下,他绞尽脑汁,大闹三界,只为寻找创作灵感。 这还不算完,当哪吒看了《魔童降世》,当天蓬看了《春光灿烂猪八戒》,当杨戬看了《封神榜》,整个西游顿时乱了套。 身在紫霄宫的鸿钧老祖表示,这本小说实在太好看了,本圣也要来催更!著以此书,以致我心中的一段奇妙冒险。天族小殿下惊天落难,被隐士老人古月所救,从此她身边多了一个陪伴的人,两人相互帮助、相互慰藉,两小无猜,青梅竹马,他说过长大以后要娶自己,为了能让她活着,惊天独闯龙潭虎穴寻地火,一人大战千人得阴风珠,然而命运捉弄相爱的人,应为身份差距分开。为了能见到他,为人能和他在一起。她吞地火,食阴风珠,闯地狱得寒冰神髓,过关斩将得天火,历经千辛万苦成为世界强者,她满坏欣喜的去找他,却发现他要大婚了,无数次幻想的新娘不是自己,他们会不会在一起,请看王静如的寻夫之旅,江边夜里,爷爷将我捡来,取名江夜。 我本以为自己就是一个孤儿,却不曾想十八岁那年,身边开始怪事频频…… 我没有想过,江边飘来的红木棺材,改变了我的一生…… 我更没有想过,这辈子会和一口棺材纠缠不清……他是世界杀手榜单《死神榜》排名第一的杀神,也是世界上最顶级的间谍,但却因为一次任务惨遭组织出卖。可是上天给他开了个大玩笑让他重生回了六年前。这一世,他要让那个组织付出代价,也要让今生没有遗憾!
基于大数据的网络安全 网站建设师 长安公司网站制作 审计机关网络安全自查 互联网营销要学什么软件 事件营销的特点是 河南网络营销 把一个php的网站源文件换到另一个空间后无法访问后台 网络安全新闻信息 渭南网站建设互联网营销百度百科 忧郁症的心理调适咨询【www.richdady.cn】 暗恋的前世因果【www.richdady.cn】 前世今生的轮回存在吗?咨询【www.richdady.cn】 心特别累的环境影响【www.richdady.cn】 改善脑部不清晰的方法咨询【www.richdady.cn】 孩子压力大的原因分析咨询【微:qq383550880 】√转ihbwel 如何识别外灵干扰的症状咨询【www.richdady.cn】√转ihbwel 冤亲债主的定义【微:qq383550880 】√转ihbwel 财运不佳的自我提升咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 忧郁症的改运方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 发育倒退咨询【www.richdady.cn】√转ihbwel 前世今生【σσЗ8З55О88О√转ihbwel 精神不振的原因分析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 为什么过世的前世解析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 大龄剩女的职场发展咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 纠纷的法律咨询【σσЗ8З55О88О√转ihbwel 事业不顺的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 儿子不读书的环境影响咨询【σσЗ8З55О88О√转ihbwel 外灵的驱除方法咨询【σσЗ8З55О88О√转ihbwel 特殊学校的前世因果咨询【www.richdady.cn】√转ihbwel 网络营销的基本知识 网站功能及报价 整合性营销 注册信息安全员 考试 网络安全态势感知 网络营销人员职业规划 增强信息安全意识 模版型网站 企业对于信息安全控制 快速办理信息安全服务资质咨询中心,-1互联网出口 网络安全 济南网站制作厂家 圣诞节网站模板 网络营销的建议. 镇江网站建设公司 创意网站建设公司 沈阳做企业网站 网络营销策划方案 手机浏览微网站 基于大数据的网络安全 河西做网站 网络与信息安全大会 邢台网站设计厂家 微信移动营销 网络信息安全演讲 烟台制作网站的公司 国家信息安全资质认证 网络安全培训方案 杭州网站建设公司 成都市网络安全部门 网站建设师 网站关键词排名 网站内容建设 互联网广告营销策划方案 网络安全三级标准测评 网络营销入门指引 网站建设视觉效果 教育信息安全等级保护测评中心 云平台的运维与管理 ppt 网络安全主管部门检查 最优的网站建设 苏州网站托管 网络安全管理员是什么 网络安全管理员是什么 句容网站建设 常见的互联网营销活动 珠海品牌网站制作 长安公司网站制作 快速办理信息安全服务资质咨询中心,-1互联网出口 网络安全 中国信息安全认证证书 青岛营销网 河西做网站 戴尔营销法 中国最好网络安全公司 信工所信息安全,-1 商用信息安全产品 网站类推广软文怎么写 重庆大型的网站建设 2014国家网络安全周 网络安全态势感知 网络营销入门指引 巴中网站制作公司 网络安全公司资质 网站优化 通过提高wed可用性构建用户满意的网站 pdf 注册信息安全员 考试 影楼网络营销案例 事件营销的特点是 网站制作公司 信科网络 佛山网站建设怎样做 网络安全基本要求 qq营销网 信息安全需要关注网站 做好网络安全 张家港专业的网站制作公司 信息安全等级四级 企业对于信息安全控制 河西做网站 网络安全专业委员会 网络技术及信息安全招生 渭南网站建设互联网营销百度百科 网络信息安全 攻击手段 网络营销培训哪家机构好 互联网广告营销策划方案 甘肃网站建设 广州市计算机网络安全协会 网络与信息安全大会 信息安全类公司 信工所信息安全,-1 达内培训 营销机构SEO 事件营销的特点是 网络与信息安全技术 整合性营销 圣诞节网站模板 信息技术与信息安全网 网站制做 太原免费网站建设 中国信息安全认证证书 网站设计小技巧 免费网站申请域名com 加强信息安全培训 沈阳做企业网站 网站如何申请微信支付 邮件营销的七个步 2017年信息安全趋势 模板网站与定制网站区别 网站建设流程外贸公司网络营销 vivo手机网络营销策划 vivo手机网络营销策划 信息技术与信息安全网 网络信息安全演讲 网站如何申请微信支付 品牌网站推广 网络营销培训课程 2017信息安全峰会 成都 把一个php的网站源文件换到另一个空间后无法访问后台 营销 方案 网站建设视觉效果 烟台制作网站的公司 常见的互联网营销活动 信息安全类公司 石景山广州网站建设 免费网站申请域名com 杭州十大营销策划公司上海网站推广 企业网络安全解决案例 信息安全广东省大学,-1 全网营销思路 安庆网站制作 网站类推广软文怎么写 网络营销培训哪家机构好 湖南信息网络安全协会 济南网站制作厂家 内容营销的特点是什么 网络安全大事记 购物网站设计需要哪些模块 网络安全培训方案 搜索引擎营销常用方式 网络营销的基本知识