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
网络营销传播 案例珠海网站推广上海网络营销娄底网站建设2017网络安全中共中央网络信息安全办公室销售观念的营销手段是福田的网站建设公司微信网站方案广东省网络安全应急平台网络安全网络信息安全网店营销培训嘀...嘀...嘀... 人死后灵魂究竟会魂归何处? 带着心中最后一个想法,许一安望向呈现一条直线的心电图,缓缓地闭上了双眼。 但......耳边...传来... “一安哥哥,一安哥哥。” 不,生命的旅途还远没有结束。世家天才涅槃重生,诡异身影相伴左右。 上天庭 下地狱 只为那心中的信念。 《木石前盟》是以《红楼梦》木石前盟神话故事为蓝本,展开想象完成的玄幻电影剧本,描写了神瑛侍者、茀璃仙子、绛珠仙子等人的前世情缘,并从中引发对东西方文化渊源探寻,人类文明发展问题解读和人的生命精神追求的探讨,内容新奇,情节动人,富含哲理。2003年至今的真实娱乐圈大事“爽文演义”。 用半纪实的春秋笔法描绘作者一线文娱工作时的真实人生投影。 主角尚云从文娱江湖小虾米到顶级策划人的爽利不凡人生,秘辛频爆,异彩纷呈。 镁光灯下的娱乐圈, 上位者铭撰本纪,称王称霸; 高位者书写世家,纵横捭阖; 我们白手起家,努力靠双手奋斗出—— 属于自己的人间列传! ——娱乐圈之云上耕耘 纪实的手法记录生活,丰富的剧情白描梦想。 把人生写成一篇散文诗,近二十年的真实文娱经历,化作轻描淡写的一笔激情。 《娱乐圈之云上耕耘》上菜! 自从1976年开始,长洲温岭国道公路的路段,事故频发,还发生了多次尚可未为人知的神秘事件! 1976年一对夫妻在温岭国道公路的路段,那是给发生了特别严重的9.9重大车祸之后,温岭国道公路的路段,那就开始收割人的生命了。 然后,那就是1979年,温岭小男孩事件,1981年,温岭公路建筑工人事件。1985年温岭公路救护车事件。还有1987年温岭大火灾事件,1990年温岭大卡车事件。 1993年的温岭公路隧道诡异人影事件,1996年温岭公路上吊事件。1998年,温岭跳涯事件,还有2002年温岭公路路段的大连环车祸。 2005年温岭老太婆死亡事件,2009年温岭灵异小轿车事件,2012年的温岭公路红棺材事件,2014年的温岭公路段的大树倒塌砸毁路过巴士事件。 2016年温岭拖拉机事件,2018年温岭小学生失踪事件,2019年,野外业余摄影爱好者拍摄到多组灵异照片事件。 本书那就一起带大家去解密温岭灵异事件吧!宇宙悄然变化,地球的模样逐渐变得和往日不同,丧尸,怪兽,变异人如同雨后春笋般涌出。每个生命个体都在进化着,地球变了?不这就是他真正的模样。一夜醒来,魂穿大秦第一男宠嫪毐。 虽然战国美女多、钱好赚 但想起嫪毐的悲惨结局——车裂 赶紧恢复21世纪的三好青年的形象 叉着腰硬气的说:“老子就不是吃软饭的人!!!” ...... 江山如画,美人如玉 这一世,他战国“转轮王”决定做个正派! 书名别称《战国男宠逆袭记》《我是大秦转轮王》本书的主人翁逍遥华,醉酒救人后穿越到异界。在绝色师尊们的抚养下,长成风流倜傥、玉树临风的翩翩少年。为振兴师门,下山入仕。逍遥华堪称修仙奇才和人生赢家,短短数十载登顶修炼之巅,爱恨情仇在那片华夏大地、纵横捭阖、开创自己不一样的开挂人生 这是一个光怪陆离的世界,深色的天空中有血泪如雨,暗黄的地面上如龟背皲裂,在那座远古的大殿中,身边是魑魅魍魉张牙舞爪,身边是漫天仙皇,威逼九天,掂起了一枚棋子,放在那张棋盘上,“胜利者,你相信神明存在吗?”老者笑而不语,同样落下一子,我不得不专注于棋盘,额头沁下几滴汗珠,终于“将死!” 败北之后,我的眼神空洞了许多。 老者笑着伸出手,盖在我的头顶上,“我,不就是神明吗?”世道不靖,民生皆苦。 黑暗里的幽灵,星空中的刺客。 天上地下屠魔弑神,只为创造一个美好的世界! 他是一个来自异世界的灵魂。 不甘心命运被安排,反感这个恶者逍遥自在,善者不得善终的黑暗世界。 为了实现理想,他一路苟着做人,努力积蓄力量,终于改天换日,重塑乾坤!
国家信息安全局网站 网络营销传播 案例 网站建设案例 汽车的信息安全指哪些 军事网络信息安全 渠道策略的网络营销 顾客对网络营销的建议 网店营销培训 信息安全 活动视频,-1 企业信息安全 婴灵的超度仪式咨询【www.richdady.cn】 与男友前世的前世缘分【www.richdady.cn】 强迫症的前世因果咨询【www.richdady.cn】 婴灵的形成原因【www.richdady.cn】 感情纠纷的案例分享【www.richdady.cn】 干扰【www.richdady.cn】√转ihbwel 头脑混沌的自我提升咨询【www.richdady.cn】√转ihbwel 如何缓解耳鸣症状咨询【微:qq383550880 】√转ihbwel 感情纠纷的情感沟通方法有哪些?【σσЗ8З55О88О√转ihbwel 前世缘份的续写有哪些方法?【企鹅383550880】√转ihbwel 冤亲债主的干扰与化解技巧咨询【σσЗ8З55О88О√转ihbwel 大龄剩女的咨询技巧咨询【σσЗ8З55О88О√转ihbwel 发育倒退的前世记忆咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 亲子关系的情感交流【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 迟缓儿的案例分享咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 长期精神不振的原因【企鹅383550880】√转ihbwel 事业不顺的原因分析咨询【企鹅383550880】√转ihbwel 存不住钱的理财建议【www.richdady.cn】√转ihbwel 婴灵的超度与心理安慰威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 网站备案 无印良品营销创意 顺德公益网站制作网络安全分级制度 为什么要学网络营销 企业网站配色绿色配什么色合适 信息安全认证标准,-1 珠海网站推广 什么是全网营销 台州做网站哪家好 网盘建网站 网络营销网址 国家信息安全局网站 网络营销在线讨论法 网络平台信息安全管理,-1 营销4.0 银川网站建设 网络营销师证书名称 网站建设案例 淘宝服装店营销策划 温州网站制作价格 为什么要学网络营销 网站托管套餐 顺德网站建设原创 长沙微信网站公司 网络营销应用知识 上海平台网站建设公司 网络安全培训前景 主动营销意义 娄底网站建设2017网络安全 渠道策略的网络营销 深圳网站外包 网络营销事件案例分析 汽车的信息安全指哪些 东莞网络营销 认证代码 信息安全 知名网站规划 网络营销能力秀注册 淘宝常见营销手段 分析出现信息安全原因的作文 广州网络信息安全,-1 网站建设咨询 全网营销网 福田的网站建设公司 2016信息安全专业排 信息安全人才培养计划 长春作网站 交友网站建设网站型营销 信息安全专业创业 成都网站建设市场分析 网络信息安全组织机构 武汉手机网站建设动态 网站建设咨询 第七届信息安全漏洞分析与风险评估大会 手机店微信如何营销策略 网站推广文章 医疗服务营销策划 招商网站建设 舆论营销 福州优化营销 北京信息安全测评认证中心 病毒是营销 大连 营销策划公司 高端企业网站报价 销售观念的营销手段是 西安网站建设公 美国网络安全攻防 淘宝服装店营销策划 长沙市网站制作 信息安全专业创业 网站运营公司 网站建设案例 主动营销意义 营销型网站有哪些 网络安全取证 淘宝常见营销手段 交友网站建设网站型营销 舆论营销 市南区网站建设 做网站程序 为什么要学网络营销 网盘建网站 网络安全培训前景 为什么要学网络营销 营销型网站有哪些 营销4.0 台州做网站哪家好 平台信息安全管理办法 西安信息安全培训 唯品会的营销特点 网络与信息安全等级 网站备案 网站托管套餐 网络安全主题网站 淘宝服装店营销策划 信息安全 活动视频,-1 摄影网站建设 昆明网站开发 第七届信息安全漏洞分析与风险评估大会 什么是网络直播营销 计算机网络安全资料 宁波信息安全 网络营销网址 信息安全服务资质认证证书 东莞网络营销 深圳网站外包 中央信息安全学院,-1 广州网络信息安全,-1 做网站程序 网络与信息安全等级 小米公司网络营销定位 教育部信息安全研究中心 新媒体企业微信营销成功案例 大连 营销策划公司 山东省信息安全等级 网络营销应用知识 甘肃移动 网络安全 企业信息安全 西安论坛网站制作维护 网络平台信息安全管理,-1 软件营销吧 北京网站建设有限公司 网络安全局头像 小米手机网络营销预算 上海平台网站建设公司 认证代码 信息安全 什么是网络直播营销 2015中央网络安全 思尚营销 视觉营销网站 聚美优品营销策略存在的问题 第三方人员 信息安全 信息安全联盟章程范本 新媒体企业微信营销成功案例 福田的网站建设公司 美国网络安全攻防