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网络营销如何收益全国公安机关网络安全网络安全法 讲解常见网络安全的威胁和攻击有哪些手机微信网站稳坐心理学领域领军交椅的秦尧,在一次犯罪团伙交战中被人开枪打死了,等他再次睁开眼睛时,他竟然成了一国之君,君临天下的他,在面对诡谲波澜的皇权争夺战中,他能否稳操胜券,力挽狂澜稳定朝堂?更有甚者当初开枪打死他的人,竟然成为了外番与之交好的献礼……“乱世枭雄争锋来,此乃大海贼时代!”神话仙武版海贼王的故事,魔改剧情,慢热,多铺垫伏笔,有大量自己的情节,也有原著的时间线,完整多体系,逻辑严谨,带你领略仙武海贼江湖的冒险故事,在重重迷雾中找寻历史的真相,争夺气运,问鼎独道之神!一开始,穿成假太监的李易只想安分苟活着,但后来,看着高贵雍容的皇后,李易心思变了。 “江山你坐着,皇后我替你照顾。” 李易都跟皇帝打好了商量,奈何那把椅子,皇帝就是坐不稳啊! 前有狼,后有虎,奸臣又一堆堆,眼看国不国,家不家的,李易操起了屠刀……一座危城,一条老街,一个念想,一个人,一群人,守一城。 陈枫重生异世,在最弱小的时候得到了一群最善良的人的帮助,为了一个念想守住一个城。守西北,入中京,踏塞北,这一世,希望可以活成自己想要的模样。记忆的片段只是存留,无聊之余用文字记录而已;我称它为“黄梁元年”。 记忆中,在这里人有着辫子的,我的名字叫初三,这个名字是怎么来的,收留我长大的老道士告诉我,我是他正月初三在庙门捡到,也不知道父母是谁,他就这样收留了我;这个老道士给我起了一个道号“初三”,别人也都叫我初三,我就一直当我的名字是初三了。永恒圣堂门开,狂雷洗涤异世之魂。拥有神识海的骑士学徒,死不瞑目的元素魔法师。一直被坑的丁馗集两家血脉传承精髓,走上空前绝后的法武双修之路。积功开辟根据地,以一隅谋全国,靠的是两世战争经验。人魔最终之战时,毅然舍去历尽千辛万苦所取得的一切。神圣,神圣,原来神之上是圣! “你已经取得资格,准备好回归了吗?” “不,那外面,才是真正的囚笼!” …… 那一天,有人格缺陷的平凡青年孟渭澄的颓废生活被搅乱,莫名其妙的超自然现象降临在他的身上,最终获得了奇妙的力量——“捷”。他不知道这是福佑还是诅咒,顺着那个也许根本就只是幻觉的指引,踏上了成为“圣者”的旅程。 大盛帝国边境一时间狼烟四起,烽火连天。镇远府陷落,敌军的铁骑逼近上京。内阁首辅之子郭曦受封征北将军,率军支援上京防线,面对危急的局势献出妙计,亲率军队大败北乾。 但随着他的凯旋而归,一场场政治风暴也随之而来。 自此之后,一代军事天骄崛起,他八出奇计,淹司城,烧井阳,千里奔袭包抄敌军……他用一次次的碾压的胜利剿灭五国,告诉侵略者:胆犯大盛者,虽远必诛。 最终,他踩着尸山血海与成林枯骨,用着阴谋诡计一步步走向了皇位,成就了一代传奇战神。(非穿越,非重生) 来此一朝,无怨无悔,天神、梦魇、苍生,我为天下生而生。 浮屠阁内糊涂生,了却浮生梦半真。 世间最真挚的情是——手下留情。 抬步纵横十万里,眺目远望百万天,黑衣染血无踪痕,幽凉悲笑讽苍天。 以尸恶名行义事,横眉冷视万夫狂,待回首,从头走,真假是非纵天行。 星冢,为古往今来历代大能之安息之地,于九霄之上,护众生之安。 百年前,初神降临,血战再起,各方大能争夺“黑石”,造成北方天穹星冢俱毁。 历史的目光被拉回了初古那段黑暗时代,一张墨玉面具,成为了再一次反抗的标志……
免费网络安全培训课程 设计网站多少钱 上海市信息安全行业协会网络安全测试与评估报告 如果做到信息安全网络安全公司采购 计算机网络安全的信息 上海科技网站建设 2015汽车信息安全报 腾讯信息安全实验室 呼市推广网站 服务器信息安全 规范 事业不顺的心态如何调整?咨询【www.richdady.cn】 生活中的无形干扰有哪些咨询【www.richdady.cn】 干扰【www.richdady.cn】 事业不顺的解决之道【www.richdady.cn】 有官司的调解技巧咨询【www.richdady.cn】 耳鸣的前世因果【微:qq383550880 】√转ihbwel 前世缘份的前世影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的案例分享咨询【σσЗ8З55О88О√转ihbwel 特殊学校的师资力量【σσЗ8З55О88О√转ihbwel 事业不顺的咨询技巧【企鹅383550880】√转ihbwel 特殊学校的环境影响【企鹅383550880】√转ihbwel 心慌胸闷头晕的前世记忆咨询【企鹅383550880】√转ihbwel 大龄剩女的职场发展【www.richdady.cn】√转ihbwel 邪灵对人的危害威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 发育倒退的心理调适威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 发育倒退的原因分析【www.richdady.cn】√转ihbwel 内心恐惧胆怯的解决方法咨询【微:qq383550880 】√转ihbwel 婴灵的前世记忆【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 大龄剩女的改运方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 官司的解决方法【微:qq383550880 】√转ihbwel 主要的信息安全威胁有? 网站都是每年续费的吗 信息安全等级保护二级要求 网站备案与域名关系 成都网站优化公司 网络营销环境ppt 企业网站建站元素 网络安全 新闻 做网站的公司 下半年的信息安全会议 简述网络营销及特点是什么 如果做到信息安全网络安全公司采购 营销型网站方案 网站的步骤 南通网站建 北京网站开发服务 网站欣赏】 深圳做网站的公司哪家好 达内网络营销有用嘛 信息安全防火墙 信息安全漏洞还原方法 网络科技网站设计 设计学网站 自己建立的网站 网站设计公司 南京 动态小网站 湖南长沙网站制作 动态小网站 手机微信网站 中国石油信息安全网 本地郑州网站建设 深圳网站推广 顺的品牌网站建设 企业网站建站元素 网站欣赏】 顺德网站建设基本流程 信息安全小组,-1 计算机网络安全的信息 汕尾网站建设 广州广告网络营销公司 广东省信息安全认证中心 河北网络营销 计算机网络安全培训 2015汽车信息安全报 wpa个人2网络安全密钥是什么 深圳做网站的公司哪家好 兰州网站建设公司排名 本地郑州网站建设 专业的常州做网站 微信微网站开发教程 河北高端网站设计公司 网站 模板 两会网络安全 上海科技网站建设 微博营销的好处和坏处 信息网络安全 法规 手机微信网站 视频营销的策略是 上海高端网站设计 建公司网站要多久 本地郑州网站建设 公安部网络和信息安全处 学建网站 计算机网络安全的信息 营销的基本要素包括 湘潭网站seo 建立网站备案需要什么资料 成都网站设计公司哪家好 河北网络营销 营销的基本要素包括 顺的品牌网站建设 杜蕾斯品牌营销战略 信息安全防火墙 顺的品牌网站建设 信息系统运营使用单位的信息安全等级保护工作情况进行检查 微博营销的好处和坏处 网络安全实验平台 计算机网络安全培训 茶叶网站建设 网络安全信息安全实验室 论坛营销的案例分析 公司网站传图片 广东省信息安全认证中心 优秀设计作品网站 网络信息安全培训班 app的社会化营销案例 主要的信息安全威胁有? 中国网络信息安全联盟 2015汽车信息安全报 信息安全从业人员规模,-1 东南亚 网络安全 企业网站建站元素 有设计感的网站 信息安全保障 认证自已建网站 等级保护 网络安全 服务器信息安全 规范 招远做网站 网络安全云管理平台 网站建设知识 网站欣赏】 成都网站优化公司 招远做网站 专业信息安全服务资质咨询,-1 河北高端网站设计公司 信誉好的龙岗网站建设 免费网络安全培训课程 信息安全等级保护二级要求 主要的信息安全威胁有? 深圳网站推广 信息系统运营使用单位的信息安全等级保护工作情况进行检查 微信微网站开发教程 网络安全检测方案 外贸模板网站深圳 2017网络安全博览会 广州广告网络营销公司 商城网站主要功能 网站制作员 商务类网站 网站怎么建 南通网站建 网络安全面对的威胁 搜索引擎营销企业 网络安全国际认证证书 河北信息安全测评中心 珠海高端网站制作公司 东软网络安全工作室 网站页面设计稿 网络安全产品 选型 营销型网站方案 重庆南川网站制作公司哪家专业 杭州品牌网站河南网站制作 兰州网站建设公司排名 免费网络安全培训课程 网络信息安全实例 全网营销网络