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
企业网络营销计划方案网络安全法网站展示型和营销型有什么区别信息化与网络安全协会绿盟网络安全法解读2014年工业控制系统信息安全蓝皮书 下载,-1提供常州网站推广牛肉干营销方案视频网站制作信息安全典型案例一位现代年轻人,刚刚考上国内有名的大学,却被告知换来绝症晚期。在临时的夜晚电闪雷鸣,穿越了,穿越到玄武大陆,玄武大陆是一个以实力唯尊的修仙世界。 又名:乌云下的岛 我的前半生虽未结束,但我却时时不在缅怀。我的前半生是孤独的,也是有光的。我是一个矛盾的人,是一个病人,我渴望着温暖与救赎,却也享受着时常出现的孤独寂寞。青春不是某一瞬间结束的,而是在无数个悲痛的日夜中渐渐不再那么光彩照人,它会随着时间隐没在我生命的某个角落,在记忆中留下印记,陪伴我一生。 一个三无男青年和都市靓女们的平凡爱情故事 简要:2058年的一个夏天,向东北忽然接到了一个电话,当她接起电话的那一刻,他们的命运便被牢牢的捆绑在了一起。一通神秘的电话,一段来自过去与未来的连接,让早已死去的家人再次相聚。重生在了天道即将崩溃,鸿钧三清远走寻到,天地王母受援以进,现代科技飞速发展,对于修行却是半开放的世界,江屹煊被选为了复苏天道的棋子。 对于这些,江屹煊有话说:“我只想把仙丹当糖豆,把八九玄功当炼体术,让亲人无病无灾。用真火来炒菜,用灵泉当家庭饮用水,让石材释放出它最美味的口感。对于复苏天道什么的,谁爱作谁作,我没兴趣!”兄弟几人修炼保护妹妹(姐姐)的小说 作者第一次写小说有不好的请谅解,也请大家多提提意见灵异局,这事你们不能不管呢,有人对鬼下手了,老惨了,我的腰子都不见了,还让不让我们这些鬼活了不追求CP结合,架空历史的一部帮派穿越小说! 道上老大白楚阳,在一次斗殴中被人刺杀,结果直接穿越到数百年前的白氏家族。 为了能让自己存活下去,同名同姓的白楚阳,使出自己在现代混迹的所有本领,让这个古代的白氏家族,逐渐成为一方霸主! 穿越到大乾王朝的陈河,入赘叶家,本想着这辈子要不做个赘婿吧。   混吃等死算了。   谁想到新婚妻子娇艳如花,奈何天生体弱,红颜多薄命。   一本《伤寒论*小青龙汤》救了新婚的妻子。   一本《本草纲目》本奉为万世医典。   《神农本草经》济世悬壶,引得天下医道追逐。   多年以后,看着自己的济贤堂开遍大乾,陈河本想着这辈子也就这样过吧,娶个七八房媳妇,生个十几个娃,但没想到大乾内乱。   一纸诏令直达应天。   宣:陈河入宫! 在异能流行的世界中,源明空明明觉醒了异能,成为了1/500的存在,却根本无法使用异能。 直到异能觉醒的5年后,赴约路上的源明空遭遇了一场“主角专供”车祸,并获得了痛苦烙印。从此,他开始使用异能,并和一位总是与他吵吵闹闹的少女一起解决种种问题。叶天,一名普通的游戏设计者,资深的奥特迷,迪迦奥特曼的忠实粉丝。因为意外被一道光芒,穿越到奥特空间,成为光的巨人,迪迦奥特曼。拥有‘无限技能升级系统’,有无限技能天赋。直接大喊一声:“系统助我升级闪耀型迪迦,向奥特之神前进吧。”
意图营销 微信营销软件招代理商 网络安全案例ppt 恒安 网络安全 网络营销策略评价 中国好的营销策划 b2c网站有哪些 2014信息安全发展趋势,-1 营销研究 公司网络安全做什么 如何维护良好的家庭关系?【www.richdady.cn】 干扰的预防与化解【www.richdady.cn】 忧郁症的预防措施咨询【www.richdady.cn】 冤亲债主的干扰与超度【www.richdady.cn】 婴灵的前世今生咨询【www.richdady.cn】 前世老婆的识别方法【微:qq383550880 】√转ihbwel 财运不佳的理财技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 发育倒退的咨询技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主干扰的真实案例有哪些?咨询【www.richdady.cn】√转ihbwel 外灵干扰的前世故事咨询【σσЗ8З55О88О√转ihbwel 长期失业对个人的影响【www.richdady.cn】√转ihbwel 化解咨询【微:qq383550880 】√转ihbwel 冤亲债主的干扰与化解技巧【企鹅383550880】√转ihbwel 脑部不清晰的解决方法【σσЗ8З55О88О√转ihbwel 事业不顺的咨询技巧咨询【企鹅383550880】√转ihbwel 事业不顺的改运方法咨询【微:qq383550880 】√转ihbwel 发育倒退的前世因果咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 存不住钱的财务规划威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 人际关系不好的前世因果咨询【微:qq383550880 】√转ihbwel 亲子关系中的沟通艺术咨询【企鹅383550880】√转ihbwel 信息安全月 动力无限做网站 国家网络安全中心在哪 mcafee 网络安全 建网站可靠 中国国家信息安全局 网页设计网站 信息安全防火墙源码 中国信息安全办 网站注册页面设计 微信营销师 全国网络安全周 网络安全法 河南网站建设 采用邮件营销的广告 网络安全小报字体设计 网络营销策略评价 中华人民共和国网络安全发 企业网络营销计划方案 网络安全主题日 做一个简单网站 福州专业网站建设 天津信息安全等级保护 营销研究 中国信息安全人才大会 通信网络安全合格证 网站建设素材 网络营销产品组合 绿盟网络安全法解读 温州企业网站建设 信息安全服务资质管理办法 信息安全防火墙源码 网络信息安全投资 营销环境分析的内容 上海卫士通网络安全有限公司 信息安全监控系统 网络安全idc排名 b2c网站有哪些 网站免费注册 公安局网络安全大队 无线网络信息安全 企业营销有 大数据与信息安全讲座 哈尔滨网络科技公司做网站 2017网络安全生态峰会 网络安全产品 ppt 重庆微信网站开发公 微信营销软件招代理商 软文营销的要素 网站网格 南山区网站建设公司 2014信息安全发展趋势,-1 信息安全监控系统 内蒙古网站建设流程 网页设计网站 中国信息安全办 网络营销有关的视频 中国好的营销策划 维护网络安全从我做起 手机网站例子 中国国家网络安全局 网络安全协会发展问题 网络安全加固设计方案 网络营销的市场前景信息安全等级保护技术标准体系 网站示例 南昌网站制作 宝安网站制作公司 特朗普 网络安全委员会 怎样给网站增加栏目 济南营销型网站公司 济南营销型网站公司 重庆微信网站开发公 深圳整合营销案例 互联网信息安全评测机构 网络安全渗透测试培训机构 网站注册页面设计 社区网站 信息安全 南充网站建设 建网站可靠 信息安全竞赛ctf 2014年信息安全事件 信息化与网络安全协会 网站颜色 mcafee 网络安全 特朗普 网络安全委员会 深圳网络安全局 企业的网络安全 网络营销策略评价 深圳企业网站制作 上海网络营销策划公司 中国信息安全人才大会 南昌网站建设公司渠道 网络营销产品组合 重庆专业微网站建设 成都网站设计公司价格 微信营销师 微信营销软件招代理商 中国网络安全网 南昌网站建设公司渠道 网站配色方案橙色 切图网站 中国国家网络安全局 网络营销服务包括什么 建网站可靠 网站网格 绿盟网络安全法解读 信息安全防火墙源码 中华人民共和国网络安全发 福州专业网站建设 自助建设分销商城网站 网络安全法 深圳全网营销外包 信息安全等级保护测评报告 天津信息安全等级保护 网络安全工作会 全国网络安全周 网站配色方案橙色 营销研究 建行个人电子营销平台 网站设计学习 人工智能与网络安全 中国信息安全人才大会 网络信息安全投资 中国国家信息安全局 b2c网站有哪些 通信网络安全合格证 网络安全握手青岛城阳网站设计 企业网络营销计划方案 信息安全竞赛ctf 广州营销外包公司有哪些 中国国家信息安全局 上海卫士通网络安全有限公司 网络安全服务市场 网络营销产品组合 意图营销