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
企业信息安全培训内容网络安全检测系统b北京网站建设医疗网站设计网站层级与营销相关的公众号个人信息安全下载重庆网站平台建设遂宁网站制作网络信息安全的技术特征.陈阳被困在了一个永远无法逃离的循环里,只要过了情人节的15点15分,他就会重新回到15天前。 陈阳发现他无论做什么,都无法打破这个半个月的循环,所有的一切都会重置。 在经历了震惊、刺激、狂喜、焦虑不安、绝望和痛苦等情绪后,陈阳开始各种作妖,决定把这个世界搅得天翻地覆。 陈阳开始学习各种技能和知识,利用它们去达到自己的目的,也完全不用考虑任何后果的恣意妄为,去成为世界的焦点。 尤其是针对那些为富不仁的富豪和权贵,更是让陈阳兴奋的难以自制。 直到有一天,陈阳掀翻了娱乐圈的时候,却发现循环忽然被打破了.....写网文好痛苦啊!一直写不出来啊! 要不来写日记吧? 正经人谁写日记啊?你写么? 我写~ 。。。。。。 徐通穿越洪荒世界,成为未来的圣人通天。 想到未来自己的悲惨命运,熟知洪荒剧情的徐通决定苟起来再说! 紫霄宫听道?不去! 创立截教?休想! 任他洪水滔天,我自稳健修行! 待我出关之时,一切腥风血雨量劫落幕。 至此,尘归尘土归土,天上飞天,地下入地,西方的和尚上西天!世界就是一个圈,我们都生活在其中,没有预示谁会踩进谁的圈里,只是一旦进了,就在了。20年代地域通往人类的恶魔之门产生裂痕,恶魔从缝隙中进入人类世界,而人类诞生了异能者,每个人的异能各不相同,身体的各项也得到质的提升,并建立的防卫局,专门猎杀恶魔。初期,一位优秀的b级异能者在一次英雄救美中得罪了上级的儿子,被流放到臭名昭著,恶魔横行的乱冈区,并有一个不靠谱的上司王大胖(胖局长),来的第一天解救了一个人,遇见了百年难得一遇的血吞月,也代表着区中心的九层塔即将开启,预示着灾难来临...原来,乱冈区的人并不是人,而是恶魔基因为激发的恶魔....如今人类主宰大地,诸般神魔都已烟消云散? 考古发现的怪兽化石统统按上恐龙之名是不是太过敷衍? 摇着躺椅的文玩店小老板,仰望星空,对着圆月嘟囔着:“这一次,我们要做执刀人。”  弑荒年间,这是人族最为黑暗的年代,万族并立,人族最为弱小,不是为奴,便是成为其他种族的食物。   千源星   林叶所建立的灵槐门派刚登顶世界,剿灭恶人,却发现自己居然穿越了!   面对陌生的世界,原以为自己孤苦伶仃,却发现同样穿越过来的居然不止自己一个?穿越异界,没有系统,没有外挂,这还让人怎么活!是躲于阴沟暗角苟且偷生还是绝境拼搏逆天改命?且看雇佣兵王为穿越异界的精彩人生。不为人知的隐秘空间,充斥着众生千万年累计的善与恶的投影,体内伴生着魔界的禁忌之魂的方问,在无尽的生死轮回中,刀碎轮回,为众生重塑生机。在这个世界里,跨界石,是一种神奇的东西。相传上古时期,轩辕姬得之,拥有掌控南北两极之能,所以控磁场,造司南。大禹得之,拥有排山倒海之势,所以治江海。? ?...... 而觉醒职业和灵器,是这里每人都渴望的事。 雪擎,一个被祝福和诅咒同时缠上的少年,即将开启一段传奇之旅...... ?
川大网络安全空间学院 信息安全技术培训 中国网络安全领袖 新闻营销稿 国际网络安全论坛2017 网络营销的几个模型 网络安全 信息 信息安全测评eal3 网络营销就业明星 营销电脑培训 前世今生的因果关系咨询【www.richdady.cn】 如何改善精神不振的状态【www.richdady.cn】 前世缘份咨询【www.richdady.cn】 亲子关系的教育策略有哪些?【www.richdady.cn】 孩子压力大【www.richdady.cn】 前世今生的轮回传说【企鹅383550880】√转ihbwel 忧郁症的自我提升【微:qq383550880 】√转ihbwel 头脑混沌的案例分享咨询【微:qq383550880 】√转ihbwel 精神不振的前世记忆咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的缘分如何续写?【σσЗ8З55О88О√转ihbwel 升迁障碍的前世因果【σσЗ8З55О88О√转ihbwel 去世的母亲的前世缘分威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 维护良好家庭关系的秘诀有哪些?咨询【www.richdady.cn】√转ihbwel 亲子关系【σσЗ8З55О88О√转ihbwel 财运不佳的财富规划咨询【σσЗ8З55О88О√转ihbwel 前世老婆的前世记忆咨询【微:qq383550880 】√转ihbwel 家宅磁场的检测工具【微:qq383550880 】√转ihbwel 与男友前世咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 内心恐惧胆怯【微:qq383550880 】√转ihbwel 脑部不清晰的环境影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 计算机信息安全病毒,-1 网站互动 医疗网站设计 经典网站设计 网络安全框架怎么写 上海创意型网站建设 深圳市珠宝网站建设 软件营销吧 海口做网站 川大网络安全空间学院 行业网络营销 济南网站建设优化 手机营销软件论坛 凡客诚品网络营销评估 网站类型有 网络安全现状调研报告 龙华响应式网站建设 企业 推进信息安全 数据保护 珠海门户网站建设 大网站成本 医疗网站设计 济南网站建设优化 在iis网站的asp脚本文件权限分配时安全权限设置为 国家网络安全通报中心 家具营销策划 优帮云 网络安全从入门到精通pdf 网站办公室 无锡网站建设原则 达内网络营销要学多久 app网站公司 信息安全周丰台手机网站设计公司 软件信息安全吗 郑州网站推广 济南网站建设优化 营销型网站有哪些 信息安全行业岗位 网站推广优化张店 三大基本网络安全需求 网店营销计划有哪些 网站优化课程 网络安全仿真靶场 在网站中添加百度地图 网站建设 长春 信息安全产品检测 免费网站模板下载 独特网站的 企业营销成败的实例 网站链接数 企业网站配色绿色配什么色合适 个人信息安全下载 北京网站建设有限公司 网站办公室 北京营销网站建设 衡水网站制作 信息安全行业岗位 网络安全师资格证 文件信息安全,-1 订制网站 网络与信息安全通报机制 中国信息安全认证中心颁发一级应急服务资质,-1 西安移动网站建设 聊城网站优化 海口做网站 北京网站建设有限公司 软件营销吧 企业网站建设公司排名 网络安全框架怎么写 网站建设成都公司 绵阳的网站建设公司 摄影网站制作 遂宁网站制作 聊城网站优化 网络安全企业协会 网站层级 企业网站配色绿色配什么色合适 主动营销意义 上海创意型网站建设 网络信息安全的技术特征. 个人信息安全下载 网络安全框架怎么写 模板网站不利于seo吗 网络安全现状调研报告 文件信息安全,-1 网络营销是做什么的 福州做网站的公司 信息安全产品检测 深圳市珠宝网站建设 邮箱营销案例 信息安全的防护,-1 网络安全防御系统 在网站中添加百度地图 互动营销公司 网络安全企业协会 企业 推进信息安全 数据保护 深圳市信息安全测评中心 官网 长沙网站设计服务 电子商务习题集 网络营销实施运作过程基本步骤给出方案框架及简要描述 营销号软文 北京营销网站建设 中国网络安全领袖 模板网站不利于seo吗 信息安全管理体系审核 软件信息安全吗 深圳做自适应网站设计 中国网络安全领袖 博客营销类型 西安移动网站建设 企业如何运用网络营销 网络营销就业明星 台州做网站哪家好 网络安全防御系统 济南网站建设优化 重庆网站平台建设 网站运营模式 网络安全日志 网站建设com农村宽带建设营销方案 网络营销怎么搞 无锡网站建设原则 在iis网站的asp脚本文件权限分配时安全权限设置为 台州做网站哪家好 旅游网站的营销策略 如何制作网站 电子商务习题集 网络营销实施运作过程基本步骤给出方案框架及简要描述 整合营销传播的理解 郑州网站优化_郑州网站推广_河南网站建设公司_seo外包顾问服务 计算机信息安全病毒,-1 渠道策略的网络营销 无锡网站建设原则 国家信息安全漏洞共享平台 cnvd 信息安全认证考试报名 中国网络安全领袖 电商网站规划 个人网站在那建设 关于网络安全的误解 网络安全设计级别