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
企业对于信息安全控制珠海品牌网站制作网站单页模板网站与 定制网站的 对比网络安全攻击的方法网络安全常用工具微软 网络安全 人才中国饥饿营销案例建设官方网站临沂网站制作一位普通的初三学生在母亲去世后,生活愈发困难。就在万念俱灰时,从天空中飞下一束光线击中他,从此他的生活便发生了翻天覆地的变化北靖王府惨遭屠戮,身为世子的御风檀心怀仇恨走上了崛起之路。混沌初开,九曲百转。混元裂变,四帝神萃。玄幻与科技相容,神魔与人情相生,替天行道,看黎明破晓,重补天道。北极钟响,武林动荡,为夺至宝,无数英雄竞折腰.正邪混乱,对错不清,正派弟子与邪教头子相遇,如何化解门派束缚?钢铁直男与霹雳娇娃同行,将会上演怎样搞笑故事?痞帅混子与名门淑女牵手,该突破怎样的重围?请看......李风是个高三就辍学的人,为了奶奶的治疗费选择了送外卖,但奶奶还是走了,而且自己 从小就有心脏病,无意中捡到一个香水小瓶子,竟然把自己的病给治好了,从此靠着香水瓶发家致富 未来资源短缺,战争频发,外星文明入侵,地心生物发难,人类一败涂地,只能龟缩在边陲小城。我们历尽千难万险研究出平行时空更迭装置来到现在的新宇宙,却发现那个宇宙的怪物正在入侵现在这个宇宙! 少年,不要逃避,能救这个宇宙的只有你了!你将回到那个豪杰辈出,群雄并起的地方,血与火在等待着你,钢刀会武装你的身体,巫术会锤炼你的心智,你必定能重铸人类荣光! “真的吗?燃起来了!但是……我拒绝。”豺狼当道,虎豹环视,一招不慎,便是万劫不复;心不狠,站不稳,杀伐果断,只为无上权力。从小到大开心搞笑的人生写照。自颛顼绝天地通,巫妖诸族皆避世而居,人族坐享其成,崛起已是大势所趋。 但辗转数千载,诸界风云突变,整片魔洲的攻伐几乎成白热化,伏天魔主以惊人魄力统一了整个中洲地界,继而开始布局继续南下。 结果可想而知,紧邻恶魔之眼的几个天国相继沦陷,直接导致人界受到前所未有的波及。 适逢群魔当道,天魔大帝横空出世,以惊人的魄力打开了恶魔之眼,顿时引来三界劫数,西方佛庭在群魔的围攻下,独木难支,惨遭屠戮。 为此,引得天庭震怒,诸神开始极力反思之前的保守策略,转而在玉帝的授意下,开启了末法封禁之战,而这其中最重要的一环,便是去魔洲寻找曾经自诩为神道根源的不世秘密。 就这样,在诸神的安排下,曾经的王者东皇太一开启了寻找力魄的艰难之旅!某一天,林安发现了一扇散发诡异红光的木门。 诸多诡异恐怖的事情紧接发生,禁忌之门已经开启。 死亡接踵而至。 我在半夜坐在门前听着门后的窃窃私语,享受着它们带来的恐惧,能打败鬼的只有鬼。
信息安全EAL 模板网站与 定制网站的 对比 湖南网站推广 上海交通大学教授谈网络安全做网站网络公司 西安交通信息安全网 模板网站与 定制网站的 对比 湖南网站推广 微信网络安全 有效的信息安全控制方法 南阳企业网络营销外包 亲子关系的家庭氛围如何营造?咨询【www.richdady.cn】 婴灵的化解仪式咨询【www.richdady.cn】 人际关系不好的前世因果咨询【www.richdady.cn】 提高孩子阅读兴趣的方法咨询【www.richdady.cn】 如何发现前世缘份【www.richdady.cn】 事业不顺的职场调整威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世老婆的前世案例威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 如何缓解耳鸣症状咨询【www.richdady.cn】√转ihbwel 去世的母亲的影响分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业发展的灵性视角咨询【企鹅383550880】√转ihbwel 前世今生的故事有哪些经典案例?咨询【www.richdady.cn】√转ihbwel 升迁障碍的职场瓶颈如何突破?【www.richdady.cn】√转ihbwel 家宅磁场的常见问题【微:qq383550880 】√转ihbwel 财运不佳的财富规划如何制定?咨询【企鹅383550880】√转ihbwel 前世老婆咨询【σσЗ8З55О88О√转ihbwel 不爱读书的前世记忆【www.richdady.cn】√转ihbwel 缺心眼的表现及成因【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的改命方法【微:qq383550880 】√转ihbwel “缺心眼”对人际交往的影响咨询【企鹅383550880】√转ihbwel 事业不顺的心理调适咨询【σσЗ8З55О88О√转ihbwel 网络安全常用工具 互联网营销精髓 网络安全新技术新应用 信息安全 笔记本 网络安全和信息化小组 网络安全综合管理平台 网络安全网络探测实验 国家信息安全政府文件 福州专业网站建设 智慧城市 网络信息安全 信息安全等级保护指南 珠海品牌网站制作 网络安全和信息化小组 html5网站 公共无线网络安全 网银 广州企业网站设计公司 网络安全常用工具 互联网营销精髓 网络安全新技术新应用 信息安全 笔记本 网络安全和信息化小组 网络安全综合管理平台 网络安全网络探测实验 国家信息安全政府文件 福州专业网站建设 智慧城市 网络信息安全 信息安全等级保护指南 珠海品牌网站制作 网络安全和信息化小组 html5网站 信息安全事态或事件 中国最好网络安全公司 蠕虫病毒网络安全 赤峰网站建设 网络安全和信息化小组 小程序在建网站吗? 信息安全 笔记本 公共无线网络安全 网银 打赏营销 网络技术及信息安全招生 电脑技术 网络安全 信息安全风险管理 厦门网站建设公司 微软 网络安全 人才 保定php网站制作 网络安全生态体系 网络安全法 中文域名 信息安全事态或事件 知名网站规划 网站改版seo 上海信息安全测评机构 信息安全等级保护指南 营销体系包括 手机的网络安全 保定哪里有做网站的 网络与信息安全大会 中国互联网网络安全威胁治理联盟 电脑技术 网络安全 中国信息安全十大公司 阿里巴巴网络安全总监 微软 网络安全 人才 信息安全认证培训公司 虚拟化 企业信息安全 知名网站规划 贸易网站建设 中国互联网网络安全威胁治理联盟 徐州html5响应式网站建设 上海定制网站建设公司 营销类证书 网络安全新技术新应用 网站title优化 东台建网站 网络安全公司资质 蠕虫病毒网络安全 信息安全风险管理 长春长春网站建设网 网络安全历史 信息安全 笔记本 网络安全基本要求 武汉免费网站制作 哈尔滨网络科技公司做网站 上海网络安全信息中心 课程培训营销 北京信息安全测评认证中心 达达网络营销软件 信息安全 笔记本 模板网站与 定制网站的 对比 网络安全监督管理电话 西安交通信息安全网 广告与营销的区别与联系对外推广营销策划书 微信网络安全 有效的信息安全控制方法 网络安全综合管理平台 企业对于信息安全控制 网络与信息安全大会 网站制作案例 网站版面设计 上海高端建设网站 大良营销网站建设价格网站域名怎么进行实名认证 智慧城市 网络信息安全 杭州十大营销策划公司 网络营销干货百度云 长沙网站制作电话 公共无线网络安全 网银 第三方营销资源平台 传媒公司营销计划 西安交通信息安全网 智慧城市 网络信息安全 北京信息安全测评认证中心 个人网站备案 湖南网站推广 银行信息安全会议记录 虚拟化 企业信息安全 互联网营销精髓 信息与网络安全协会 信息安全 认证 上海定制网站建设公司 保定哪里有做网站的 网络安全法 中文域名 上海交通大学教授谈网络安全做网站网络公司 赤峰网站建设 网络营销前景好吗 国家信息安全评测cisp,-1 重构网站 网络营销干货百度云 做网站品牌 免版权费自建网站 网络安全网络探测实验 信息安全事态或事件 网站制作案例 提供常州网站推广 青岛个人网站制作 网络安全生态体系 小程序在建网站吗? 营销体系包括