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
信息安全测试方法深圳做网站网站不稳定营销策划和销售的区别公司设计网站建设湖南专业做网站企业微博营销是网络营销在哪些行业对网络营销的建议决策网络营销创业少年沈翔得到无上传承,获得逆天神脉,学得绝世神功,掌握超绝丹术,这使他在武道之路春风得意……饿的时候炼点丹药当零食吃,无聊时耍耍那些来求丹的武道高人……想观看更多的精彩内容,请收藏关注《傲世丹神》! 【微信公众号jixiaozei88 QQ群572384158】当看到自己的宝贝妹妹遭受到鬼怪的侵袭的时候 黄天明知道,他的超能力再也藏不住了! “妖孽!放开我妹妹!有什么事冲我来啊!” 鬼怪:“小子,既然你找死,那我们就成全你!” 当鬼怪转换目标朝着他直冲而来之时。 黄天明大喝一声从兜里掏出了一条女式胖次,表情肃穆的喊道, “感受绅士的力量吧!” 然后,头带内裤的他就这样化身为超人将这些鬼怪揍得哭爹喊娘。 这是一个穿上女装就能变强的摄影师和他的主播妹妹的都市猎奇故事 意外穿越修仙世界的他,获得诸天神魔系统,从此走上人生巅峰,收圣兽,建宗门,泡妞,踩人,那不过是小意思。打不过?没关系!系统,安排!给我降临一个神魔下来。一个打不过?那就一群!天界的姐妹凤琉璃和白子婧受天帝的嘱托下凡观察魔族的一举一动,在此期间遇见了千年之狐墨阳轩和贝城轩,双方合作一起除掉魔族,而墨阳轩一见钟情,爱上了凤琉璃,白子婧和贝城轩俩个人日久生情,东海龙王的女儿辰萱晗也请求天帝让自己去帮助琉璃她们,辰萱晗下凡之后一直在帮助琉璃她们解决烦恼,后来,辰萱晗想出去走走,告别了琉璃她们之后就走了,在外的时候意外救了凡间的大将军顾晟,两个人就此开启了瓜葛,姐妹三人在感情的道路都历经坎坷,好在对方都没有放弃和对方在一起,成功地消灭魔族之后姐妹三人分别带着对方回去了我本无意争锋,却被迫推上高位,在血与火中,一步步走到天的举世瞩目的高度,那么就剩下天了......来自他的故事传奇。陈二狗前半辈子是个傻子,现实生活中的树先生,直到有一天,他得到了阴司的传承,成为了桃源村的土地神,掌一方土地造化。 从此,在他的地盘里,天材地宝,全都躲不过他的眼睛。养鱼建厂,盖房修路,他带着大伙一起发家致富。 只不过,他做事不太讲道理,渐渐的被人称为刁民。而从前被人人嫌弃的大傻子,也慢慢成为了众多美女,争相取悦讨好的香饽饽。人世颠倒,白天黑夜迅疾而过,仙人一语长生,万物奔赴。人间就像是一个巨大无比的茧,使万物困于其中纠缠不清。盛世来临,是谁揭开人间的轻纱,使得苦难与阴谋汹涌诡谲。而此刻从山巅跌落谷底的柳山林是不是渴望着能够生长出翅膀,期盼着于某一日破茧而出,得到救赎。杨涛是一个天才高中生,他能否顺利杀入NBA呢? 意外穿越到另一个时空,救赎一个灵魂,建立一个帝国。然而改变历史,也改变着命运,罗芙蕖又该何去何从。神圣再现,风云再起,旧时代未葬下的魔,就由我来终结。(作者是个小白,文笔不好!)
苏州高端网站建设 手机网站建设哪个 免费的营销 海尔企业的营销文化 健康起源秉承怎样的营销理念. 网络安全课程表 网络安全技术与应用 官网 社区网站 信息安全 网络营销在哪些行业 营销策划和销售的区别 孩子压力大的自我提升【www.richdady.cn】 纠纷的心理调适咨询【www.richdady.cn】 去世的母亲的咨询技巧【www.richdady.cn】 孩子压力大的前世记忆咨询【www.richdady.cn】 忧郁症【www.richdady.cn】 提高孩子阅读兴趣的方法咨询【www.richdady.cn】√转ihbwel 投资项目的风险评估【σσЗ8З55О88О√转ihbwel 强迫症的家庭支持咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 什么原因意外的前世解析【σσЗ8З55О88О√转ihbwel 婚姻生活不顺的原因分析【企鹅383550880】√转ihbwel 什么原因意外的前世影响【企鹅383550880】√转ihbwel 事业不顺的解决方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的缘分再续【微:qq383550880 】√转ihbwel 婴灵的超度仪式如何进行?【企鹅383550880】√转ihbwel 前世缘份的识别方法咨询【微:qq383550880 】√转ihbwel 解梦的前世影响咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 为什么过世的前世记忆咨询【微:qq383550880 】√转ihbwel 老公家暴的心理调适【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与男友前世的前世解析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的故事有哪些经典案例?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 单页面网站开发 莱山网站建设 找营销公司 济南网站建设和维护 深圳做网站 B2B网站系统 信息安全月 健康起源秉承怎样的营销理念. 网络营销在哪些行业 信息安全月 信息安全测试方法 安全部 信息安全认证 手机网站建设哪个 网络营销创业 网站制作价 石家庄网站制作视频 单页面网站开发 莱山网站建设 找营销公司 济南网站建设和维护 深圳做网站 B2B网站系统 信息安全月 健康起源秉承怎样的营销理念. 网络营销在哪些行业 信息安全月 信息安全测试方法 安全部 信息安全认证 手机网站建设哪个 网络营销创业 中华人民共和国网络安全发 信息安全工培训中心 动力无限做网站 新闻源营销 常见的网络安全体系 温州网站制作价格 网络安全课程表 网站制作价 中国政府 信息安全 网络营销课程设计 武汉 大型 网站建设 公司网站设 温州网站制作价格 见网站建设客户技巧 网站被 网站宽屏 网站宽屏 公司网络安全做什么 郑州网络营销策划公司 首都网络安全 免费的营销 e春秋 网络安全实验室 江苏信息网络安全协会公司信息安全ppt 国际信息安全专家,-1 台州高端网站建设 京东网络营销手段分析 广东市政府网站信息安全 玉溪做网站 网络安全的几点 网络安全 特训属于网络安全服务 见网站建设客户技巧 莱山网站建设 建网站 广州 网络营销引流软件 购物网站建设 网络空间安全和信息安全 数字营销网络营销 医疗网站建设案例 健康起源秉承怎样的营销理念. 找营销公司 石家庄企业商城版网站建设 沈阳科技网站建设 信息安全等级保护官网 动力无限做网站 医疗网站建设案例 网络安全测试报告 电子政务网络安全现状 网络安全课程表 基本营销 台州高端网站建设 第五届网络安全大会 信息安全产品评测价格,-1 信息安全平台 美国cnci网络安全分析解读 朝阳企业网站建设方案 企业的网络安全 色系网站 台州手机网站建设 达内培训 网络营销 网络信息安全的图片,-1 网站开发需要什么技术 网络社区营销的技巧 找营销公司 公众号营销策划 京东网络营销手段分析 网站移动端开发公司 上海网络安全会议 数字营销网络营销 什么营销是通过微博 视频网络安全知识讲座 网站交互性 信息安全月 信息安全专业大学学费 网站快速收录 社交营销平台外贸 网络营销策划的特征 视频网络安全知识讲座 美食城营销 海尔企业的营销文化 健康起源秉承怎样的营销理念. 网站备案时间 中国网络安全有限公司 玉溪做网站 微博营销优势与劣势 深圳营销型网站公司 seo营销 太原做企业网站 天津信息安全等级保护 国际信息安全专家,-1 武汉 大型 网站建设 高端大气网站设计欣赏 郑州网络营销策划公司 国际前瞻信息安全会议 社区网站 信息安全 信息安全月 潍坊市网站制作 有哪些电商网站 旁路控制 信息安全 顺的品牌网站设计信息 什么营销是通过微博 互联网网络安全中心 深圳品牌网站推广 网络安全技能考试证书 新闻网站设计原则 常见的网络安全体系