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
大学生与网络信息安全网络营销与政治科技网站建设中国信息安全成员单位,-1珠海微信营销德州网站优化近五年网络安全大事件昆明微网站搭建哪家好手机网站开发视频网站建设什么最重要珠海专业机械网站建设明朝末年吏治败坏,山西、陕西、河南等地重大自然灾害不断,民大饥不能活,关外女真崛起,多次入关劫掠。 大明境内狼烟四起,明失其鹿,天下共擒之,一个医生穿越到明末成为庶子,庶子也风流,张景开始他精彩的擒鹿之旅。 富士山喷发?小日子沦陷?全球灵气复苏?人人可修行?当飞机撞上了御剑飞行,当轮船碰上了水上漂,当汽车跑不过人,这是道德的沦丧还是人性的扭曲?欢迎走进高武世界,一探究竟!!!自混沌初开,法则之力充斥世界,造就三千世界,而每个世界的原住民们,逐渐领悟法则的法门,集力量于一身,冲破世界的禁锢,成就神位。成就神位的人们仍然禁锢于另一方世界的一隅,在他们的前面仍然有法则之上的力量-原力阻碍他们的前行。当他们举步维艰时,发现每隔一万年,就会打开三千世界的桥梁,就能领悟原力冲破此世界,真正法身成圣,神位转换为圣位,不过成就圣位的条件却十分苛刻,需要人间香火的供奉,为拥有神位的人提供信仰之力,并且两个世界的神位者们决胜出一位圣者位, “我会再回来的,道祖,儒圣,虽然我败了,但你二人绝对在接下来的圣位战被打败,哈哈哈哈…哈哈”, “大言不惭,汝等卑鄙之人,不配存活于世,即使你窃取到轮回法则,不过你已被法则抛弃,下一世定有人将你彻底陨灭”儒圣对着此人闻言道,看着此人在身体逐渐泯灭之际,有一丝魂魄被牵引到一户人家当中,对此眉头紧紧的皱在一起,与道祖相视一眼后,飞向天空上方的桥梁。 匚系统提示,假如你有机会穿越到三国选义父,你会选择谁,是汉室宗亲刘备,还是汉贼曹操,或是江东孙权,你会选择谁呢?]人生多故事,岁月不寻常。 一路风和雨,相逢在此时。 我爱写神魔小说。 静谧,喧哗声响起,呼唤,既熟悉又陌生的...... 他们,在歌颂着同一个名字,也曾亲眼目睹过那样的意志。 黑暗即将吞噬晨曦,可黎明又在撕破夜空。 又一场充满欲望的屠杀,又一次以名义的奴役! “爸爸,我要吃饭饭!” 一觉醒来,来到平行世界的刘子夏,多了个亲的不能再亲的闺女。 为了让女儿吃饱饭,为了让女儿住大房子,也为了让女儿她娘回来…… 刘子夏能怎么办?他也很无奈啊! 好在刘子夏带着一个世界的文娱信息,这些压力,似乎不存在啊? 面对那些文娱大佬,刘子夏表示: “不要误会,我不是针对你,我是说,在座的各位都是垃圾!” 公布企鹅群:1054365860(一零五四三六五八六零)35岁的上市公司老总徐登峰意外重生,回到他18岁的年代,一个新的世纪正在冉冉开启,前世没结婚的他看着身边的几个完美女孩陷入万分纠结,该选哪个好呢?作者:秋七幸 作品:立校高中 简介:许白和秦严在同一所高中而且心俩还是同桌(兼邻居)。后来他俩考上了同-所学校(清华),许白选择了土木工程系,而秦严则选了济经系。毕业后许白和秦严俩人过上了没差没涩的生活……
做个人网站 灰色系网站 如何制作营销网站模板 制作网站 顺德网站 容易做的网站 中国信息安全测评中心招聘 网络营销成果 信息安全中心招聘 娱乐场营销方案 家庭关系的沟通技巧【www.richdady.cn】 儿子不读书【www.richdady.cn】 失业的前世因果【www.richdady.cn】 前世老公的前世解析咨询【www.richdady.cn】 前世缘份的续写有哪些方法?咨询【www.richdady.cn】 耳鸣的原因分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 儿子不读书咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 存不住钱的解决方法咨询【www.richdady.cn】√转ihbwel 婴灵的常见案例威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的真实案例有哪些?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 意外的心理调适【微:qq383550880 】√转ihbwel 事业不顺的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 外灵干扰对日常生活的影响【www.richdady.cn】√转ihbwel 婴灵的真实案例有哪些?【微:qq383550880 】√转ihbwel 前世缘份的前世案例咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家庭关系的心理调适咨询【企鹅383550880】√转ihbwel 冤亲债主干扰对生活有何影响?咨询【www.richdady.cn】√转ihbwel 与老公前世的故事分析咨询【www.richdady.cn】√转ihbwel 事业发展瓶颈突破咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 强迫症的咨询技巧咨询【σσЗ8З55О88О√转ihbwel 信息安全咨询 企业 智能营销系统官网 广州大型网站制作公司 免费做网站 《信息安全管理》 安徽网站建设 制作网站 顺德网站 大学生与网络信息安全 成交率营销 东莞网站优化公司 网络营销出来做什么的 网络营销难吗 营销网站卖产品方案 饥饿营销的策略 信息安全管理人员 国标 开放网络安全 信息安全服务一级资质 快速做网站 微博网络营销团队 网站最合适的字体大小 网站优化的优势 微博营销的作用是什么意思 套模板网站 信息安全 应用安全 网络视频营销 房地产网站制作 营销产品定价策略 信息安全 电脑配置推荐 手机网站开发视频 赣州网站设计 昆明酒店微信营销 如何制作营销网站模板 安徽网站建设 社区网站信息安全 网络营销是什么意思? 智能营销系统官网 信息安全中心招聘 网络营销师的培训机构 东莞网站优化公司 网站栏目排序 网络营销与运营区别 网络营销计划方案 莱芜网站优化 房地产网站制作 网络营销的优点是什么?优秀的网络媒体应具备的条件是什么? 网络营销与政治 网站转化率信息安全原理 质询与应答 关于网页设计的教育网站设计 顺义广州网站建设 重庆网络营销是什么意思 杭州市信息安全协会 至设计网站 无线网络安全检测软件 网站制作中企动力 网络安全周工作 长沙网站改版 专业的高端企业网站 网络营销成果 罗湖高端网站设计 信息安全服务一级资质 外贸营销整体解决方案 灰色系网站 网站栏目排序 外贸网站推广方法 昆明微网站搭建哪家好 青岛建网站 韩都衣舍网络营销效果 中国信息安全测评中心招聘 网络安全审计系统 报价 顺德网站 全国信息安全大会 2014 帮人做网站 京东网站的营销策略 《信息安全管理》 信息安全 电脑配置推荐 信息安全标准 认证 广元做网站 python 网络安全顾问 化妆品手机端网站模板 信息安全策略编制指南 网络营销计划方案 套模板网站 赣州网站设计 虚拟专用网络安全问题 珠海专业机械网站建设 南京网站推广 搜索引擎营销的流程图 网站微博营销哪个好用 如何制作营销网站模板 网络视频营销 网络安全特征包括哪些方面网络安全大赛比什么? 中国网络安全大会乌镇 南京网站推广 营销型文章 2017信息安全奖学金,-1 微博网络营销团队 工控信息安全 营销产品定价策略 关于网页设计的教育网站设计 青岛建网站 昆明酒店微信营销 网络营销难吗 哪些品牌是微信营销策略 信息安全 趋势 2017 顺德网站 网络营销出来做什么的 专业的高端企业网站 合作建网站 公司网站建设总结 合肥全网营销 营销型文章 2016中国网络与信息安全大会 《信息安全管理》 关于网页设计的教育网站设计 十大网络安全事件 专业的高端企业网站 网站最合适的字体大小 深圳整合营销费用 网络营销公司多少 成交率营销 信息安全咨询 企业 青岛网站建设公司 网站优化的优势 广州大型网站制作公司 深圳整合营销费用 广州网站建设优化 营销网站卖产品方案 搜索引擎营销的流程图 网站转化率信息安全原理 质询与应答 德州网站优化近五年网络安全大事件 网站建设管理软件 建设网站的意义 大型网站建设 微博网络营销团队