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的关系腾汛网络安全赛中国网络安全大会2017外贸型网站制作信息安全类产品怎么理解一对一营销 天元历1214年,天元王朝在经历了数百年的繁荣后,终于是盛极必衰走向了衰亡,其时天下大乱群雄崛起,所谓秦失其鹿,天下共逐之!且看谢长安是如何从一个山野小子一步步的走向武学巅峰并一统天下,建立百花王朝,成为后世敬仰的百花大帝! 建立了粉丝群1012144039,小伙伴儿们可以进群一起畅聊。唯一微信公众号是老三的books。一位有第三眼的小法医安迪和御姐范国际警察林莎从一个小案件入手打开新的被历史掩盖掉的秘密当我接过这杆大旗 我身边没了兄弟 我辈岂是蓬蒿人?扶摇直上九万里!人是否真的有命运?命运谁造成? 各大文明之中的修真者,通过操纵低能量的行星汲取能量,肉体凡胎不能承受过高的能量!修为越高,行星提供给他的能量越高, 文明分为,人类文明,机械文明,幽灵文明,创世文明,一个是格雷斯星的守护者,一个是诅咒之子,一次意外他们相遇了,但当他的真正身份暴露时,他还会一直陪在他身边?本文是十年前的电攻杂志上发表的糊涂的《奇迹》的续篇,在糊涂的上一部著作中,作者留下了很多的悬念和未解之谜,比如卡拉的去向,四个黑暗旅人的经历,奇迹之神法修失踪,老头比尔的秘密,十三大神器中其他神器的下落,暗刃为什么要杀死雷特,毒蝗虫到底去哪了,福尔斯广场任务的结局会是怎样,蒂娜为什么会背叛风,海伦为什么凭白无故杀死风……带着诸多的悬念揭开本文的开端,本文将会对这些进行逐一的解答。 主角风,即将开始新的旅程,希望这本小说会给大家带来一个全新的感受,感谢大家对本文的关注。我天生金丹,我同境界无敌,直到我遇见那位神人,年纪轻轻化神,我以元婴期与他比高低,他一脸不屑,追杀我到天涯海角,把我堵在一个死胡同里这是一部青春时期的回忆录。每个人的青春都是丰富多彩的,值得可歌可泣的,值得大说特说的,我们富有热血,我们积极向上,我们有过迷茫,也曾失落彷徨,愿你们独一无二的青春,能够得到你们想要的结果,活出自己的自由。闲散退役兵王庄毕因缘巧合,住进了女神别墅,面对霸道美女总裁,他表示亚历山大。 庄毕:“女人,今日你对我拳打脚踢,来日我必然回报你一双儿女。”
广州网站建设团队 怎么理解一对一营销 seo的网站建设 网络营销的对策有哪些 4.29网络安全 网络安全的通知 河北网站建设自学营销 课程商城网站模板 网络安全的属性 互联网营销网站有哪些温州建网站 纠纷咨询【www.richdady.cn】 发育倒退的咨询技巧【www.richdady.cn】 精神不振的前世因果咨询【www.richdady.cn】 官司的法律援助【www.richdady.cn】 暗恋的心理调适咨询【www.richdady.cn】 解梦的方法与技巧咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 投资项目的选择方法【www.richdady.cn】√转ihbwel 强迫症的心理调适咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的前世故事咨询【www.richdady.cn】√转ihbwel 事业不顺的职场提升路径有哪些?咨询【σσЗ8З55О88О√转ihbwel 内心恐惧胆怯的前世记忆【企鹅383550880】√转ihbwel 灵魂化解的仪式威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 存不住钱的原因分析【微:qq383550880 】√转ihbwel 与公婆前世的前世修行【企鹅383550880】√转ihbwel 与公婆前世的影响分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与公婆前世的故事分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 儿子抑郁症的自我提升【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的缘分解读咨询【σσЗ8З55О88О√转ihbwel 家庭关系咨询咨询【微:qq383550880 】√转ihbwel 升迁障碍的职场建议咨询【企鹅383550880】√转ihbwel 方维制网站 互联网产品营销计划书 全网营销云推广 网站制作公司成都 网站建设售前说明书 微活动营销案例 网站建设教程浩森宇特 网络营销战略 案例分析 南宁市网站建设哪家好 网络营销案例小故事 2016年第四届中国网络安全大会 大数据技术与网络安全 北邮信息安全就业 信息安全技术 信息系统保护轮廓和信息系统安全目标编制指南 郑州做网站 国家信息安全规划 病毒式营销的营销范围 外贸网站推广方案 网络安全业务推广 数据型网站 网络营销信息流 信息安全 清华如何申请网站 信息安全的最新技术总结与原理分析,-1 营销培训讲师手机信息安全概述 客户短信营销 网络安全解决方案试题 企业网络安全怎么管理 网络安全解决方案试题 天津个人做网站 现在手机网站设计 网站建设的基本需求有哪些方面 网络营销的对策有哪些 制作网站报价 自适应网络安全 网络安全的属性 南宁互联网营销公司有哪些 网站制作公司成都 国内网络安全问题事件 新闻营销案例 企业网络安全怎么管理 杭州集团公司网站制作 大数据技术与网络安全 网络营销案例小故事 互联网营销网站有哪些温州建网站 网络安全警察电话 互动营销案例 网络安全宣传周标识 第四届首都网络安全日 网络安全敏感的国家 上海三零卫士信息安全技术有限公司 事件营销要素 简述网络营销的定义 网络安全的通知 信息安全 pki 衡水企业网站设计报价 信息安全技术 信息系统保护轮廓和信息系统安全目标编制指南 天津微网站 营销组合的4p 中国网络安全大会2017 广州网站建设团队 互联网营销推广 北邮信息安全就业 移动公司网络信息安全 信息安全类产品 第四届首都网络安全日 南昌网站建设公司 网站要多钱 网络安全的通知 信息安全 清华如何申请网站 互联网营销推广 湖南网站制作 国家信息安全规划 昆明网站制作报价 什么是微信社群营销 西安网站建设有那些公司 启明星辰网络安全审计 微活动营销案例 互联网产品营销计划书 信息安全意识 多选题 信息安全项目计划 信息安全认证启动会 杭州集团公司网站制作 便宜电子邮件营销 网络安全基线三个等级 武汉大学网络信息安全 网络广告营销模式案例 网络安全事件 公司营销案例 珠海模板网站建设公司 北京公司网站建设报价 网络安全安控科技 重庆綦江网站制作公司哪家专业 南宁市网站建设哪家好 做网站百度 网络营销热点 武汉网站优化seo 郑州营销策划培训学校 中企动力网站 广州网站建设团队 做网站 长 信息安全特性 数据型网站 外贸网站推广方案 网站漏扫 企业网络安全认证证书 成都企业网络营销 营销培训讲师手机信息安全概述 公安机关网络安全工作 哈尔滨政务性网站制作公司 网络安全行业有哪些 网站漏扫 衡水企业网站设计报价 北京公司网站建设报价 昆明网站制作报价 郑州高端网站建设 王连印中国信息安全,-1 客户短信营销 广州外贸网站效果 东莞长安网站优化公司 课程商城网站模板 网络安全监测设备有哪些内容 晋城网站建设 营销组合的4p 网络安全 江苏 工信委网络安全设备 4.29网络安全 铜川网站建设 泰安网站设计 现在手机网站设计 2016 计算机网络安全大会 重庆綦江网站制作公司哪家专业 客户短信营销 网络营销公司微信号 武汉大学网络信息安全 网站要多钱