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国家网络安全周公安部信息安全等级工业信息安全通报预警大连 网站制作申请网站横向纵向网络安全防护酒店网络安全审计设备新媒体营销的典型案例产品网络营销推广方案网络营销策略班【全族+全家+末日求生+种田】苏成重新回到了灾难的起点,再一次要面临各种灾难的洗礼。 从一场全球性的血雾开始,然后干旱,高温,地震,史前瘟疫,全球冰冻…… 几乎是人类能够遇到的灾难,他都将要再一次经历一次。 这一次重新回归的苏成,在自己家族系统的辅助下,究竟如何带领全族人挺过这些灾难? 故事,从2024年开始……一天唐明在玩王者发现小地图里有白点,去白点处一看······· 少年翩翩归来,三界为之动容。 神族主宰三界,魔族野心勃勃,狐族足智中立,凡族势单力薄。 神魔大战后的三千年,四海八荒又面临一场浩劫,镇魔神塔昊天塔下落不明,谁能力挽狂澜,保天下太平?张不凡,虽名字带着不凡,其实是一个非常平凡之人!出身平凡、长相平凡、资质更是平凡,唯有经历不平凡。在被戏谑、唾骂、嫌弃中从未放弃!15岁那年被父母抛弃,伤痛欲绝的不凡,生无可恋,苍梧山上纵身而下欲了却此生。。。。。。。,由此开启不凡的封神人生!穿越玄幻世界的姜恒,觉醒潜能升级系统,可用潜能点无限升级修为和功法。 【铜像功】升级为【万劫不灭金身】 【疾风步】升级为【虚空大挪移】 【追光剑】升级为【灭天绝地斩神剑】 【碎岩拳】升级为【寰宇大绝灭】 修为:凡境升级为真神境 直到某天。 姜恒身躯一震,虚空破碎,法则紊乱! 一拳轰出,星辰陨落,漫天神魔尽皆湮灭! 本书又名:《开局揍哭小师妹,我升级了!》《越级刷怪升级真快》 超脱,是永恒自在,逍遥无量,是法身净土,妙真如性…。是混沌无尽生灵历经轮回的万世追求,当徐衡超越了本有的命运,把命运一次次地打碎而后重立,最后一弹指间碎灭无穷命运,成为了真正的觉醒者,剥开了超脱的层层迷雾,发现了那超脱后竟藏着这世间的最不可言,徐衡把他叫“超 世 间”! 在这个科技发达的时代,却也有无法解释的现象,并非注定,也非偶然,只是它们一直存在罢了,也许你一辈子也无法察觉它们的存在,但它们一直都在,实习生林天意外获得祖先的传承,看林天如何在都市逍遥...作者白菜,不好勿喷,谢谢2656年———一个科技的时代 在这一年,人类文明已高度发达,逐渐转移家园,在宇宙之中寻找居住地。 而在这样的时代,人类却已忘记了孕育他的地球。高尖端人才们却抛弃了她,只留下一些“低级人类”们在这“低级星球”上自生自灭。人们也不得不将地球重新分洲,分别是:东洲、西洲、南州、北洲。其中,西洲与东洲因为没有留下任何技术导制文化崩溃,退回到2025年左右的经济。南州和北洲因为技术保存较好而存在于2200年左右的经济。 但是令那些资本家没想到的是,在这落后族群:地球上,会因为一次浩劫而改变他们的看法......
个人网站建设 建网购网站 网站建设和平面设计 企业品牌宣传型网站网站加外链 营销faq 信息安全类竞赛 岳阳建网站 网络安全渗透测试工程师 2016国家网络安全博览会 网络安全基础:网络攻防协议与安全 课后答案 升迁障碍的职场突破【www.richdady.cn】 前世记忆恢复技巧咨询【www.richdady.cn】 长期精神不振的原因【www.richdady.cn】 阴间生活的描述与传说【www.richdady.cn】 财运不佳的原因分析咨询【www.richdady.cn】 前世今生【微:qq383550880 】√转ihbwel 如何判断自己是否被冤亲债主干扰?【σσЗ8З55О88О√转ihbwel 前世今生的缘分揭秘咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的职场建议咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 精神不振的前世因果咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子厌学的自我提升咨询【企鹅383550880】√转ihbwel 亲子关系的家庭氛围如何营造?【σσЗ8З55О88О√转ihbwel 内心恐惧胆怯的前世影响咨询【www.richdady.cn】√转ihbwel 升迁障碍的解决方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 缺心眼的自我提升【微:qq383550880 】√转ihbwel 缺心眼的沟通技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的改命技巧咨询【σσЗ8З55О88О√转ihbwel 财运不佳的财富转运【www.richdady.cn】√转ihbwel 工作升迁的障碍与突破【www.richdady.cn】√转ihbwel 感情纠纷的情感疏导威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 网络信息安全事件分级 备份信息安全 申请网站 唐山做网站公司 外贸营销型网站 pad和app移动端网站具有哪些优势营销型网站又有哪些优势 旅游网站建设方案 哈尔滨商城网站建设 事件式营销 武汉网络安全中心 网络营销定价特点 营销faq 网站怎么推广 南京信息安全测评中心地址,-1 网络安全态势感知 华为信息安全 网络信息安全事件分级 信息安全和网络安全网站建设师 网络营销管理实例 wap网站制作 邮件营销获取目标用户 产品网络营销推广方案 建网购网站 票务网站建设 国科大信息安全教材 旅游网站建设方案 网络安全 银行 网络营销策略班 武汉市网站制作公司 个人网站建设 网站建设视觉效果 pc网站增加手机站 成都网站建设v 品牌整合营销网络安全技术与应用 级别 票务网站建设 网络安全符合性评测 网络安全培训哪家好 国科大信息安全教材 新型网络营销是什么 信息安全 工作 交流,-1 伪静态网站 微博营销效果分析 信息安全管理体系 信息安全管理体系 企业网站的一、二级栏目名称 信息安全最新消息 大连手机网站制作 网络安全的公司有哪些特征 自己建网站的优势营销型网站建设要点 网络安全挑战赛 石家庄微网站建设 信息安全服务平台 网络安全评估 合肥seo网站推广 曲阜做网站 关于网站建设live2500 深圳网站建设网络推广 伪静态网站 营销推广具有的特点是 苹果7网络营销策划书 网络信息安全组织 事件式营销 珠海网站seo 2012年网络安全事件 发布信息营销教程视频 三面隔离 信息安全 外贸营销型网站 网络营销管理实例 cog信息安全论坛网址 武汉市网站制作公司 岳阳建网站 发布信息营销教程视频 pad和app移动端网站具有哪些优势营销型网站又有哪些优势 网站建设如何提高转化率 2010年网络营销常用词 网络安全态势感知系统 信息安全服务平台 成都微信营销 做一个关于网络安全 信息安全和网络安全网站建设师 医院推广营销计划 华为信息安全 大良网站设计价格 邮件营销获取目标用户 重庆网络营销服务. 首都网络安全日报名 电信运营商 网络安全 武昌手机网站 双线网站 网站制作流程图 酒店网络安全审计设备 网络安全评估 产品网络营销推广方案 网络营销可以学吗 2012年网络安全事件 珠海企业网站制作公司 佛山新网站制作渠道 信息安全工程师cisp认证 信息网络安全风险评估 网络营销应用生活案例分析 网络安全态势感知 负责信息安全等级保护工作的监督 网络安全基础:网络攻防协议与安全 课后答案 佛山新网站制作渠道 武汉网络安全中心 产品网络安全方针 三面隔离 信息安全 酒店信息安全泄露事件 第三方平台的营销方式 曲阜做网站 备份信息安全 2016国家网络安全博览会 2017网络安全事故 ps做网站 网络安全宣传计划 石家庄微网站建设 国科大信息安全教材 了解凡客企业网络营销现状分析目前企业网络营销存在的问题 信息安全最新消息 网络安全和信息化中心 网络安全审计系统产品 信息网络安全风险评估 品牌整合营销网络安全技术与应用 级别 重庆网络营销服务. 旅游网站建设方案 网站建设和平面设计 珠海企业网站制作公司 网站图片标签 idc isp企业信息安全,-1 支付宝营销活动案例 营销推销的区别是什么意思 pc网站增加手机站 营销faq 网络安全大事记 网络信息安全事件分级