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手机端营销教育部高等学校信息安全专业教学指导委员会网络安全 乌云无锡网站建设哪家专业石小方是个很方正死板的人,说了不能妥协就是不能,说了不能少泡一个就是不能,一直以自己所能想到的各种无耻借口做着方正而死板的自己。但是现在的他很方,他只是个打算如方石一般横扫过人生这个终将有终点的大滑坡,怎么突然就告诉他,这个滑坡之下,是修真界这片汪洋大海呢? 俗世百年,我的钱呢?我的妞呢?我的七情六欲,你一片海就要我全丢了,去做你的定海神石?想得美呢吧老头子们!天塌下来由高个子顶着,梦飞扬成了那个高个子,在别人羡慕的眼神中,梦飞扬心理却很苦恼。 遥望星空,那是破碎的星辰,目光看向下方满是破碎山河大地。“让你买丹药回来,你却成为了丹药师?” “让你请医师回来,你却成为了医师?” “让你去买大宝剑,你却成为了炼器师?” “出远门咋这么快回来了?啥?你成为了驯兽师?骑霹雳飞龙回来的?” “去趟淘宝馆,你咋淘回了这么多极品宝贝?啥?你又成了鉴定师?” “不好!赘婿中毒了!快……不用了,没事了,他又成为了毒师。” 易尘抱头,没办法,系统太强悍了!一场类似预谋已久的灾难突然悄无声息的降临 迅速扩散至蓝星的每个角落 引发了人类生死存亡的灭绝时 本在是星空世界武道至尊的叶陵在突破成神的最后关头 被一股神秘力量打断强行控制抹除 随便携带着一丝带着不甘的灵魂力跨越无数时空星海。 最后在魂力消耗殆尽之前 便将仅剩的灵魂力注入一名七八岁的少年体内。 无聊写着玩不时更新。简介:本该人生平平无为的主角,从一个性格柔弱到脱变成刚毅的成长故事,后来主角从这跌宕起伏的生涯中成就无上荣耀。未来,太阳老化,地球被吞噬文明程度到达三级的人类被迫去侵略其他星球展开了星际战争尘寰外,碧海中,桃花之间桃花岛。秋风起,海波兴,几度潮来听玉箫。且看东邪黄药师传人,如何纵横都市。满天神佛朝我跪拜,天下美女唯我独揽!已完本,放心阅读。傀儡挣不脱手的操控,风鸢扯不断线的束缚。但你是否甘心? ...... “执吾契约,为吾使徒!天地常在,子亦长存。愿否?” “终为始,始亦终。化身尘土,还灵天地!愿否?” ...... 苍老的声音在雾海中翻腾,沉默等待那意料之中的答案...... ...... 前科幻频道《星徒》作者,日更连载1076天无断更。 地图设定、3D人设、作者信息尽在公众号,搜索“游云之语”或者“cloud-whisper”欢乐向热血爽文,不小白,无后宫,权谋,热血,偷得浮生半日闲,半缘修道半缘仙,这是半个冷馒头开始的故事,且看一个垂死挣扎的小奴隶如何在边塞小镇崛起,搅弄朝堂,问鼎仙道,双刀斩断缥缈峰,八万玄甲战修罗,半生被镇无字碑,三千剑仙开天门。(剧情杀较多,虐主,勿寄刀片) 叶云天得到十殿阎罗之主的两大神通,左手一念寻因果定生死,右手袖里乾坤内含无数古宝。 登顶巅峰第一人,看我遨游这红尘世间......
看网络营销教程心得 网络安全应急响应服务 唐山网站搭建 中山精品网站建设方案 网络安全和信息化领导小组成员单位 网络安全 领导小组 京东 网络营销部 启明星辰 天?h网络安全审计系统 flash网站设计 提供商城网站 头脑混沌咨询【www.richdady.cn】 官司的原因分析【www.richdady.cn】 公司破产对股东的影响咨询【www.richdady.cn】 感情纠纷的前世因果咨询【www.richdady.cn】 婚姻生活不顺的前世因果咨询【www.richdady.cn】 孩子不爱读书的阅读习惯【企鹅383550880】√转ihbwel 意外事故对家庭的影响【σσЗ8З55О88О√转ihbwel 大龄剩女的婚恋心态咨询【σσЗ8З55О88О√转ihbwel 与女友前世的因果关系【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 亲子关系的共同成长【www.richdady.cn】√转ihbwel 如何超度婴灵?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 通灵老师预约咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与公婆前世的因果关系咨询【微:qq383550880 】√转ihbwel 大龄剩女的改运方法【www.richdady.cn】√转ihbwel 升迁障碍的职场瓶颈如何突破?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 升迁障碍的职场晋升威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与老公前世的前世解析咨询【企鹅383550880】√转ihbwel 大龄剩女的情感生活咨询【企鹅383550880】√转ihbwel 家庭关系的情感维护方法有哪些?咨询【企鹅383550880】√转ihbwel 孩子不爱读书的家长引导方法有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 网站飘动 关于信息安全的证书 公安网络安全检查 网络安全 专题 北大 信息安全 网络安全 领导小组 传统零售营销的特点是什么 国家网络信息安全委员会 看网络营销教程心得 营销型b2b网站 网络安全 乌云 中软网络安全考试 北大 信息安全 网络安全测试工具 如何用jsp和access2003制作一个有后台的数据库的网站 营销 老师 信息安全领域cia 网站永久免费建站 网络安全行业有哪些问题 长沙市网站制作公司 重庆政府网站建设单位 空间网络安全 什么是产品的营销定位 网站制作模板 传统零售营销的特点是什么 江苏网站制作企业 广告网络营销 营销培训学院招聘酒店业网络营销特点 东莞建网站 国家网络安全周主题 如何用jsp和access2003制作一个有后台的数据库的网站 企业网站制作 营销型b2b网站 启明星辰 天?h网络安全审计系统 电子商务网站开发 公司做网站 浙江网络安全 网络营销行为有哪些特点 网络安全预防 哈工大信息安全854复试营销号的公司 长沙市网站制作公司 看网络营销教程心得 林芝网站建设 晋城做网站 周黑鸭营销软文 网站制作优化济南 网站改版传播营销 电子商务网站开发 信息安全员 icp 网站改版传播营销 网络安全攻击手段 数据中心 年度网络安全检查报告 网络安全自动化处置 建设门户网站需要注意什么 广告网络营销 网站制作公司排行榜 谷歌英文网站 关键基础设施网络安全 无锡网站建设哪家专业 中国网络信息安全法 惠州网站建设 企业网络安全是什么 国家信息安全漏洞 江苏网站设计公司 企业网站制作 信息安全管理规范立项 网站飘动 中软网络安全考试 佛山+网站建设 企业网络信息安全公司 广州网站建 网站建设需要哪些素材 景德镇网站建设 传统零售营销的特点是什么 网站制作优化济南 谷歌英文网站 非常成功的营销策划 网站建设改版 信息安全服务资质标准 行业网络营销现状 手机端营销 信息安全服务资质标准 北大 信息安全 工业信息安全政策体系 重庆政府网站建设单位 网站制作行业 简约大气网站设计欣赏 石家庄移动端网站建设 信息安全机构的资质认证 网络安全项目经理 网络安全与黑客的关系 网络营销对全球影响 北大 信息安全 长沙市营销工作室 长沙市网站制作公司 企业网络信息安全公司 网络安全检测机构 长沙市网站制作公司 通辽网站建设 免费网站制作新闻 提供商城网站 网站飘动 网站单子 网站建设改版 建立网站的方案 怎么做自己的网站? 信息安全五个保护等级 网络营销行为有哪些特点 哈尔滨网站开发 h5网站搭建 网络安全测试工具 网站制作行业 唐山网站搭建 广东省计算机信息网络安全协会 营销培训学院招聘酒店业网络营销特点 网站永久免费建站 网站建设改版 创做网站 网站阴影 网络安全技术认证 网络营销是 网络公司制作网站 手机端营销 珠海集团网站建设外包 什么是产品的营销定位 网络营销是 网站制作模板 京东 网络营销部 林芝网站建设 网站制作模板 网络安全应急响应服务 东莞 外贸网站 建站 东莞建网站 改密码为保障网络安全狮山建网站 顺的网站建设咨询