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
网页设计分享网站关于网络安全的新闻电商做网站电子商务 和传统营销相比网络营销的优势和不足之处体现在什么地方电子邮箱营销微信营销推广2012年网络安全大事件石家庄网站建设找哪家昆明信息安全培训班,-1提高网站安全性一个理科大学生意外灵魂穿越来到异界大陆,重生在战场之中。这是一个以玄气修炼为尊的玄之大陆,他历经磨难却百折不挠,从小小的玄者到一方霸主的玄王,他的每一步都异常的艰险,精彩人生,从穿越异界开始。【无毒+不圣母+不送女】 宁凡穿越仙侠世界,觉醒分身养成系统。 开局创建四大分身。 只要把分身培养成大佬,他就能获得奖励。 分身的实力越强,奖励就越丰厚。 于是... 太上宗:我宗道子先天道体,有大帝之姿。 宁凡:对不起,他是我的分身。 紫斗仙宗:我宗圣子摘草可斩尽日月星辰。 宁凡:对不起,他也是我分身。 合欢宗:我宗圣女总该不是你的分身了吧! 宁凡:对不起,她是… 罗刹魔宗:除了这句你还能说点其他的吗? 宁凡:其实你们宗主… … 异族女帝:人族的大佬都是同一个人?笑死朕了! 宁凡:你笑啥?你刚过门的相公,也是我的分身。 异族女帝:???狗贼,啥也别说了,拔刀吧!  【迪化+种田+幕后+伪心声】   林天穿越洪荒,成为一名地仙。   只要每天写日记,就能获的相应的奖励。   从发牢骚至洪荒大事,都被林天写了进去。   【长耳定光仙是截教的叛徒】   【多宝是个反骨仔,后来成立佛教,化名如来】   【天道圣人,也是鸿钧的阴谋而已】   写日记,也获得了相应的奖励。   可林天不知道的是。   通天却能看他写的日记,于是怒斩定光仙,并自废圣位!   当你的名字出现在这本书上的时候,厉鬼会在暗处觊觎你的身体,抹杀你的灵魂。   当远古的神明开始苏醒,长眠的灵异开始复苏。   当高悬于天空的太阳月亮开始驱逐他的子民,当漫天的繁星变成达摩利克斯之剑高悬头顶。   当生死无法掌控,欲望不再限制,人间沦为炼狱,黑暗笼罩大地。   我是严落,我是这枯萎世界中的最后一道光。   漆黑的星空,闪烁一丝亮光,古朴的令牌从天边划落.......武道之途,乃与天争命,逆天而行,遭天罚万劫。世间唯有九脉者,脉与天合,顺天而行,身怀天地气运,迎劫渡身,逢凶化吉。 林辰本乃天赋异禀,为天纵骄子,修途一路高歌,遍处风光。因缘偶得奇功妙诀,断脉重修。从此遭同门羞耻,宗门遗弃,兄弟背叛,处遭唾弃。 待我重回巅峰,问鼎苍穹,势必一洗前耻,傲世凌天。任人欺凌的吴用,从小就梦想有一天,挺自腰杆行侠仗义。 胸大无脑的杨茜茜,一直幻想着成为商界的女强人。 碌碌无为大半辈子的齐叔,总想着把45平米的洗衣店做到全国开花。 “做我陈越的朋友,心想事成,荣华富贵唾手可得。” “与我为敌,看看那些原始森林一般的坟头草,就知道他们的下场有多么的凄凉。。”叶墨带着记忆重生,来到了明朝,只是这里却和想象中不太一样。 在这里,有江湖 在这里,有权谋 在这里,有恩怨情仇 在这里一切的一切都将重新开始。在这崭新的大明中,且看叶墨如何书写自己的奋斗史。重生回到1996的男主肩负拯救国足的重任,同时还要寻找自己的挚爱. 不到18岁就称为国足第一球星,接下来看男主如何征服欧罗巴,带队为国家荣誉征战世界杯赛场. 踢球的同时还建立了庞大的商业帝国,搞青训,执掌国足帅印,入主足协. 一路成长还要遇见各种随机的副本一样的事件,警匪?武侠?仙侠? 应有尽有! 主角李风玉是一个今年刚刚成年的少年,他在父亲的引导下进入期货市场,所有人都没有想到,这个年纪轻轻的少年将在国际金融市场上掀起一阵腥风血雨,将成为自北半球的伦敦金融城到西半球的纽约华尔街无人不知无人不晓的人物.................
虚拟专用网络安全问题 上海网站建设要多少钱 网络营销传播含义 全球网络安全500强 制作网站 电子商务 和传统营销相比网络营销的优势和不足之处体现在什么地方 信息安全培训目标 广州省建筑信息安全网 延安网站建设 中国网络安全敏感国家 孩子压力大的自我提升咨询【www.richdady.cn】 纠纷的心理调适【www.richdady.cn】 如何识别外灵干扰的症状咨询【www.richdady.cn】 心慌胸闷头晕的环境影响咨询【www.richdady.cn】 升迁障碍的自我提升【www.richdady.cn】 解梦的前世因果咨询【企鹅383550880】√转ihbwel 提高情商的方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生的改命方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的应对策略咨询【www.richdady.cn】√转ihbwel 交通意外的常见原因【www.richdady.cn】√转ihbwel 心特别累的自我提升【σσЗ8З55О88О√转ihbwel 前世老婆的前世案例【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 阴间生活的文化背景【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何解决感情纠纷?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 暗恋的自我提升威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 如何化解婴灵带来的负面影响?【σσЗ8З55О88О√转ihbwel 无形干扰的前世故事威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主的干扰与解脱【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 投资项目的案例分享咨询【微:qq383550880 】√转ihbwel 脑部不清晰咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 关于网站设计的价格 网络安全和渗透测试 长沙网站改版 中国网络安全官网yunos 信息安全 网络营销评价方法 网络营销实践内容 网络营销案例 微信公众号营销文章 信誉好的龙岗网站制作 专业的常州做网站 什么是互联网新媒体营销策划 网络安全法检查内容 平台营销推广方案 佛山新网站制作机构 石家庄网站建设找哪家 网络营销的营销渠道 立体营销 信息安全 访问控制 网络安全和渗透测试 容易做的网站 南昌建网站的公司 无锡市网站设计 营销的作用 微信营销推广 c2c电子商务网站 成都网站设计公司哪家好 信息安全风险评估平台,-1 cdn信息安全管理系统 4C营销理论 网络营销案例 我国信息安全等级 网络营销的营销渠道 2014年网吧计算机信息网络安全员培训考试答案 中华人民共和国网络安全法 网络营销调查方法有哪些 网络营销怎么收集数据分析 电商做网站 湘西网站建设 广州 网站 设计 石家庄网站建设找哪家 北大青鸟网络营销班 搜索引擎营销的分类 信息安全的特征包括 多元化网络营销 公司网站制作策划 平台营销推广方案 成都网站建设电话 信息安全工程师官网,-1 网络安全攻防技术人物专家介绍 网站建设需要多少钱 下面不属于计算机信息安全的是 关于网络安全的新闻 网站设计) 广州市手机网站建设 万和城网站 网站设计书 网络安全铁人三项 网络安全铁人三项 多元化网络营销 网站建设官方网站 关于网络安全的新闻 营销型网站的设计框架 大型网站建设方案 运营商 信息安全,-1 信息安全培训课程 如何进行internet信息搜索?有哪些搜索引擎网站? mmm营销 中华人民共和国网络安全法 信息安全专项风险评估 娄底建网站 北大青鸟网络营销班 营销解决 大连企业做网站 如何开展等级保护信息安全 网络安全法检查内容 展示类网站 信息安全培训实验室 网站建设优化文章 上海网站建设要多少钱 网络营销调查方法有哪些 营销特点 信息安全国标 网络营销评价方法 上海信息安全 监管 网络安全特征包括哪些方面 网络安全攻防技术人物专家介绍 网络安全测评方法 全球网络安全500强 信息安全 技术 管理 信息安全 技术 管理 网络安全测评机构申报 广州 网站 设计 信息安全 访问控制 网站背景怎么弄 无线网络安全检测软件 网站建设需要多少钱 电子邮箱营销 自个网站 如何制作营销网站模板 推销和营销国家计算机与信息安全管理中心 我国信息安全等级 虚拟专用网络安全问题 信息安全的核心是 网络安全测评方法 互联网营销前景如何 网络营销相关案例分析 北京网站页面设计 佛山新网站制作机构 运营商 信息安全,-1 无锡市网站设计 2014年网吧计算机信息网络安全员培训考试答案 广州做网站的 网站开发功能需求文档 企业h5网站建设 关于网站设计的价格 mmm营销 上海科技网站建设 2014年网吧计算机信息网络安全员培训考试答案 b2c电子商务网站 公司网站制作策划 虚拟专用网络安全问题 网络信息安全认证中心 中国网络安全敏感国家 张家港专业的网站制作公司 信息安全大赛题库 湛江网站开发 网络安全赚钱 c2c电子商务网站 平台营销推广方案 网站设计书 网络营销实践内容 企业信息安全峰会,-1 网络安全的特点 中国网络安全官网yunos 信息安全 免费企业网络安全系统