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提供商城网站上海地产网站建设定制网站与模板建站维护营销活动网怎么做自己的网站?记录走入大学之后的心路散情本源时界前身,方天翼的第一世,复仇,背叛,卧底,尽忠,他该何去何从赵风穿越秦朝成为了始皇帝的第七子,嬴子歌! 原以为远离咸阳便能躲避灾祸,但赵高却找上门,好在系统如愿开启。 【神选一:接受始皇召令,卸下兵权,立即启程返回咸阳。】 【神选二:拒接始皇召令,立刻起兵,自立为王!】 【神选三:接受始皇召令,立刻回都,向始皇索要太子位!】 面对选择,嬴子歌选择了去向嬴政要太子之位。 至此,暴揍胡亥、疯斩徐福、莽破匈奴、凶伏百越..... 蒙恬:报始皇帝陛下,太子殿下率兵诛杀了匈奴二十万。 嬴政:...... 章邯:报始皇帝陛下,太子殿下已经诛杀了六国叛徒,这是刘邦与项羽的人头。 嬴政:...... 江湖并不只存在古代,现代江湖更加澎湃。 风起云涌时谁将乘风而上,变异突生时谁又能保全自身。 本书无系统,传统类都市。第一本小说,更新一年十更,为爱发电。一声龙吟,将他送回一百多年前,那是末世开始的前一天。 他不是什么圣母,敢对他造成威胁的,不妨,在烈火中欣赏他的惨叫。 或许,他真的只是一个嗜血屠杀的修罗。 善,还是让那些心怀大义的人去贯彻吧。 身上流淌的血脉,本来就昭示着,它们眼中的恶。 但,他也不是没有感情的杀人机器,重活一世,不妨,为她疯狂一次。 毕竟,一个人的末世,未免太单调了些…… ps:本书一切内容均系作者虚构,情节,世界观,力量体系等均与现实无关。 pps:新人写作经验不足,请各位看官多多关照(轻点喷奥) ppps:受世界体系和情节需要,本书中的某些内容可能与您的认知相悖,请见谅 pp…害搁这儿看什么注释,往后翻呐!(`Д′) 远古人类探索,揭秘古老遥远的史前世界!长生路已段,以我血肉,再续长生桥。破神界,斩苍天,阴阳轮转,再辟一界,名为苍天神界。。"三阴绝脉"者,史书所载;凡患此症者非但终生不能修武,并且几乎无一人能侥幸活过十三岁。命运关上所有的幸运之门,却开了一扇窗,令其在绝境中峰回路转,当其踏着尸山血海攀上巅峰之时,骇然发现一个惊天之秘。暮然回首,惊觉自己脚下的这片世界幌若恒河之沙粒,渺若微尘。何去何从……萧羽通过一颗魔瞳吊坠可以进入平行世界,那些平行世界拥有神奇的能量造物,获得了它们,就能获得无比强大的力量,进而造就一方宇宙的主宰!!!
网络安全人才奖 2016 聊网站推广 小米式营销 网站套餐 信息安全和管理 国外的app设计网站 建设通网站 设计网站的元素 大安市网站 建网站用什么服务器好 什么原因意外的前世因果【www.richdady.cn】 前世今生的轮回存在吗?咨询【www.richdady.cn】 大龄剩女的婚恋现状如何改变?【www.richdady.cn】 什么原因意外的原因分析咨询【www.richdady.cn】 祖灵【www.richdady.cn】 老公家暴的前世记忆咨询【www.richdady.cn】√转ihbwel 性压抑的心理调适【企鹅383550880】√转ihbwel 纠纷的心理调适咨询【www.richdady.cn】√转ihbwel 与老公前世的故事分析【www.richdady.cn】√转ihbwel 迟缓儿的康复训练【σσЗ8З55О88О√转ihbwel 特殊学校的前世影响咨询【www.richdady.cn】√转ihbwel 家庭关系的和谐共建咨询【σσЗ8З55О88О√转ihbwel 前世老公威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 有官司的预防措施【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何克服升迁障碍?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何解决感情纠纷?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主干扰的常见案例【企鹅383550880】√转ihbwel 亲子关系的教育建议咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 灵魂化解的方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 内心恐惧胆怯咨询【微:qq383550880 】√转ihbwel 成交型网站 注册信息安全员在哪考,-1建一个政府网站 金融网站开发方案 title:网站制作公司 powered by dedecms 网站制作app 建站宝盒做的网站 小米式营销 信息安全的主要特性 建网站过程 网站制作中心 网站数据怎么会丢失江门网站设计 网络安全社区 国外网络安全厂商 国家网络安全技术排名 诺顿网络安全调查报告 网络安全作品 网络金融信息安全中心 个人工作信息安全 网络安全服务的功能有 网站手机开 保定市网站制作公司 网站格局 国外网络安全厂商 信息安全 将密钥层次由高到低排序 营销的概念 设计网站的元素 上海信息安全管理中心地址,-1 定制网站与模板建站维护 信息安全和管理 顺的网站建设咨询 网络营销专业 网络营销对全球影响 响应式网站 有哪些弊端 杭州营销型网站建设 企业内部网络安全 案例 网络信息安全软件 上海地产网站建设 定制网站与模板建站维护 网络与信息安全有哪些 营销型品牌 2012西电网络安全大赛 破解题目 杭州营销型网站建设 电子商务与网络营销 广州网站建 大安市网站 网络安全设备 网什么 建站宝盒做的网站 诚信信息安全服务资质咨询公司,-1 原型图网站 网站建设项目个人主页网站申请 网站制作中心 临清做网站 淘宝中的信息安全 诺顿网络安全调查报告 西安网站seo优化 如何建设网站 学校网络安全使用 镇江网站制作 长沙网站维护 网络营销第5版中文13章 网络营销整合平台 原型图网站 网络安全法影响的行业 网络安全的文章 信息安全面临哪些威胁 2017中国网络信息安全峰会 网络营销是 浦东分局网络安全保卫 金融网站开发方案 网络安全作品 山东省信息安全协会 李 佛山新网站建设平台 信息安全的研究内容 广东信息安全 大学 风雨同舟网站建设 信息安全培训资格证,-1 如何建设网站 网络安全专栏 提供商城网站 小龙虾网络营销方案 网站阴影 点内营销 网络安全设备 网什么 国家信息安全报告 行业网络营销现状 破坏公共信息安全 供应商营销 信息安全的主要特性 上海信息安全管理中心地址,-1 网站建设 php 企业网站 国家领导人重视网络安全 网站阴影 镇江网站建设机构 网络安全最新 苏州网络营销推广 网络安全的基金 中科大 信息安全专业 网站套餐 国外的app设计网站 注册信息安全员在哪考,-1建一个政府网站 太原网站建设dweb 物流整合营销 title:网站制作公司 powered by dedecms 电脑版网站制作公司 怎么给网站添加站点统计 建站宝盒做的网站 网络安全服务标准方案 互联网信息安全中心 广告 &quot;爬虫&quot;,-1 信息安全的主要特性 企业成功营销策略案例 信息安全和管理 网站制作中心 个人工作信息安全 营销的概念 网络安全社区 供应商营销 网站套餐 国家网络安全技术排名 网络信息安全与管理 免费自学网络营销网站 网络安全作品 小米式营销 免费自学网络营销网站 个人工作信息安全 网站常识 国家信息安全测评认证 网站手机开 网络营销模式有几种 珠海集团网站建设外包 网站格局 网络安全人才奖 2016 建设通网站 信息安全 将密钥层次由高到低排序 网络安全服务标准方案 信息安全的攻击有哪些