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
营销案例互联网加互联网网络安全周app 营销方式营销推广怎么写网络信息安全法 2016虚拟化网络安全技术学校网站制作信息安全专业的比赛信息安全技术做什么xcon安全焦点信息安全技术峰会清末国家腐败无能,军阀林立,政权更替,百姓任人宰割,此时四川出现了一代枭雄……叶鑫是一名普通高中生,某天发现自己被惊悚副本选中。   副本只有4.3%存活率。   凉凉!无助!   叶鑫绝望时觉醒了人鬼皇系统:他能看破鬼怪生前!他能看见好感度!他还能使用鬼怪的武器!   从此以后,骚鬼如风,常伴吾身。因一封邀请函再起的故事,这也是新的续篇。 命运的挑战?弥补的救赎? 不哦,或许……不仅仅是这样。 记住,实力为重,却非最上。自古乱世多诡异 三起连续的人口失踪案,加上突发的床底藏尸案,让刑侦队长沈杰手忙脚乱。男主聂一仑用他专长的美术学和心理学,以及法医女主宁无瑕的帮助下,藏尸案得以告破。 可人口失踪数还在增加,更诡异的是,接踵而来的大街割喉案、静脉投毒案等多起命案,似乎都与藏尸案有些关联。随着逐一的侦查,发现身边的人才是最可怕的。 而且,最终的矛头还指向了四年前的一起案件……叶天,一名普通的游戏设计者,资深的奥特迷,迪迦奥特曼的忠实粉丝。因为意外被一道光芒,穿越到奥特空间,成为光的巨人,迪迦奥特曼。拥有‘无限技能升级系统’,有无限技能天赋。直接大喊一声:“系统助我升级闪耀型迪迦,向奥特之神前进吧。”高二的时候学校校花莫名其妙的说我是她对象,害的我被学校大哥给盯上了…… 有一种孤独是,心心念念着一个人,却没有她的联系方式,如果最后是你啊,晚一点没关系。我叫路森尧,我的故事 从高二开始。这里没有玄幻,没有穿越;只有新活的生命,逻辑的真实。 这是一个虚构的故事;一个关于生意与情怀的故事。一群年轻人,在小说主人翁李非的带领下,历经千辛万苦,克服重重困难,在小城香州,书写了一段商业传奇。香水星河酒店,一个给予了无数客人美好记忆,承载着一群酒店人理想的航器,在到达了它辉煌的顶峰后,突然掉头…… 结果怎么样?为什么会这样?是历史的悲剧,还是人生的释然?——一千个读者就有一千个哈姆雷特——如果你想得出自己的结论,请阅读天界无际的小说《香水星河》。本文主人公文春水,是个高考落榜的农村青年。本文主要写了文春水坎坷的人生,和他缠绵悱恻的罗曼史。他多才多艺,文静儒雅,一表人才。他为人正直善良,但命运坎坷,爱情多磨难……【轻松诙谐向+假太监+女扮男装的皇帝+假太后+种田+权谋天下】   孙羽意外穿越到了大秦宫内一个小太监身上,同时觉醒了超级大太监系统。   哄骗过净身师傅,孙羽带着茶壶嘴进了皇帝御书房当差,本来还打算找机会开溜的他,突然发现那个眉清目秀的皇帝,竟然是女儿身……   还有那个在内宫作威作福的太后,竟然也是假的?   看着系统给出的任务,孙羽犯起了难,他该兼收并蓄,还是该雨露均沾?    既然手持系统,自然要一步步向上,一步步站到最高,做最高的…太监太上皇?
虚拟化网络安全技术 信息安全管理体系是指:,-1 政务网站开发 三门峡网站建设 互联网 信息安全 信息安全 SAG 供应商信息安全管理 信息安全发展史 网络安全网络空间 网站的尺寸 如何提高孩子的阅读兴趣?【www.richdady.cn】 干扰的常见类型【www.richdady.cn】 外灵干扰的自我提升咨询【www.richdady.cn】 解梦的前世影响【www.richdady.cn】 亲子关系的教育理念【www.richdady.cn】 灵魂化解的步骤咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 过世前可能出现的征兆咨询【σσЗ8З55О88О√转ihbwel 大龄剩女的婚恋规划如何制定?【www.richdady.cn】√转ihbwel 前世今生的改命方法咨询【微:qq383550880 】√转ihbwel 前世老公的前世记忆威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 无形干扰的案例分享【www.richdady.cn】√转ihbwel 商业决策的心理学支持咨询【微:qq383550880 】√转ihbwel 去世的母亲在哪咨询【σσЗ8З55О88О√转ihbwel 老公家暴的自我保护【σσЗ8З55О88О√转ihbwel 祖灵对家族的影响咨询【企鹅383550880】√转ihbwel 莫名其妙感伤的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 忧郁症【企鹅383550880】√转ihbwel 前世老公的前世故事咨询【微:qq383550880 】√转ihbwel 与男友前世的识别方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 公司破产的咨询技巧【微:qq383550880 】√转ihbwel 网站布局有哪些常见的 网络安全和信息化官网 网络信息安全法 2016 网络安全运维标准 香港网络安全中心 娃哈哈营销策划目的 网络安全网络空间 xcon安全焦点信息安全技术峰会 2017网络营销典型案例 深圳企业网站建设公司排名 手机网站开发语言 软件网络安全认证 做信息安全需要的技能 网络安全世界领导人奖 义乌网站建站 银行信息安全案例 移动终端信息安全,-1 企业网站怎么建站 qq网络安全修复 锦州网站建设 网站和h5 乔布斯式营销 信息安全产品分类标准 小红书 营销玩法 网络营销属于什么院系 深圳网络安全检测公司 广东信息安全协会 衡量网络安全的主要指标有哪些 网络安全监测方式 网络营销策略术语 拍拍网营销 信息安全保护是指,-1 我与网络安全 网络安全网络空间 中央 信息安全 营销网 网站建设初期 口碑营销的经典案例 成都网络安全 网络安全和信息化官网 国际信息安全联盟高端网站制作公司 淄博那里有做网站的 互联网信息网络安全技术保护措施 中国石油信息安全 网络安全漏洞扫描 十堰网站建设 营销型网站方案ppt 网站制作价格 达内网络营销课程版本 北京北京网站建设 西安信息安全研究中心 引擎营销关键词 下列哪项不全是防火墙的功能 防止内部信息的外泄强化网络安全性 个人落实网络安全法 网站的尺寸 无锡网络营销 优帮云 网络信息安全常用,-1 手机网站开发语言 网络安全态势感知技术 如何维护国家信息安全 网站解决方案 企业网站怎么建站 公安部关于网络安全 拍拍网营销 无线网络安全解决方案 优化:高效的seo社交媒体和内容整合营销实践及案例 上海网站制作顾问 行业网络安全培训 网络信息安全创新创业大赛 无线网络安全解决方案 互联网营销模式 初级信息安全测评师 网络安全监测方式 互联网营销模式 建立网站的条件 网站的尺寸 营销体系内容 饥饿营销最成功的 app 营销方式 企业网络营销人员 网络安全开发环境 中国黑白it信息安全 义乌网站建站 达内网络营销课程版本 淄博那里有做网站的 qq网络安全修复 网络安全网络空间 商务网站的网络安全 学校网站制作 我与网络安全 口碑营销和眼球营销 娃哈哈营销策划目的 情感营销策略案例 2017年网络安全案件 营销网 网络安全和信息化工作细则 深圳建网站的公 个人适合建什么网站广东信息安全公司 国际信息安全联盟高端网站制作公司 网络信息安全法 2016 东莞网站推广公司 深圳建网站的公 网站制作公司 深圳 黄山网站建设 信息安全技术做什么 沈阳网站制作公司 网络安全技术知识 中心网络安全管理办法 网络营销师的认证考试 建立网站的条件 宁波seo营销 网站布局有哪些常见的 信息安全等级保护研究 简述网络营销的特征 信息安全保护是指,-1 信息安全防护规范 网络信息安全工程师需要读什么专业 互联网热点营销 xcon安全焦点信息安全技术峰会 广东信息安全协会 十堰网站建设 移动网络安全管控 公司网站的制作公司 地产平台网站模板 网站布局有哪些常见的 国际信息安全管理标准体系 网络安全日宣传活动 供应商信息安全管理 企业网站建设 苏州网络营销哪家好 麦包包营销 网络营销环境分析步骤网站html设置首页 网络安全 硬件 信息安全系 网络安全开发环境