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
光效网站公安部网络安全保卫局 备案网站怎么弄网络营销培训公司东莞seo网站优化青岛设计网站的公司烟台网站制作线上营销线上营销网络安全日志跟踪诊断读了红楼梦,每个人心里都有一个红楼“梦”.... 这是一个平平无奇,不知所谓,符合环境,普通凡人版的文艺梦。这个世界,是一个令人匪夷所思的世界,自打我记事起,爹娘就曾告诉我,三百多年前,不知何事所致,不知何人所为,世界上的所有人突然就再也不会死亡,每个人都拥有着永恒的寿命……故事发生在2135年,一次偶然的考古发现,让一种丧尸病毒暴露人间。林少白是一家生物科技公司的员工,在一次团建过程中,病毒在满载公司员工的客机上传播,客机坠毁,林少白是唯一幸存者,但奇怪的是,所有遇难的员工都继续正常上班,而林少白却对空难毫无记忆。随后,病毒从实验室泄露,在一栋办公楼内传播,原本过着平凡生活的林少白,突然肩负起化解危机的使命。天地棋盘,众生作子,只为逃离这一世的囚笼。正当徐风在全球进化爆发后的10年后,通过自己的努力,好不容易当上物资搜寻小队队长的时候,因为一场意外。穿越回全球进化的半年前…… 天元历1214年,天元王朝在经历了数百年的繁荣后,终于是盛极必衰走向了衰亡,其时天下大乱群雄崛起,所谓秦失其鹿,天下共逐之!且看谢长安是如何从一个山野小子一步步的走向武学巅峰并一统天下,建立百花王朝,成为后世敬仰的百花大帝! 建立了粉丝群1012144039,小伙伴儿们可以进群一起畅聊。唯一微信公众号是老三的books。本来是一个小小客服被神选到了小说世界,没想到系统来晚了害我白等了十五年 没想到吧系统重启直接重新开始,黑暗森林我带着系统回来了!虎石台的月光,上个世纪末期一代人的回忆……诸国并存,武道盛行。两大王朝,九大世家。玄门六宗,魔道九派。万族林立,人族式微。 叶落意外穿越而来,遭遇妖魔,体内意外出现一座大鼎,只要镇杀妖魔就能变强。 从此,叶落走上一条万族共尊,独霸天下之路。尽管当今之世,英雄是跌出不穷,而后才发现,他算不得真英雄。重回九十年代,再小的人物,也将不会平凡,这本就是个小人物的大时代!
山东网站建设推广 网站app开发 网络安全的案例题 网站app开发 网络安全 活跃 论坛 营销的对象 郑州建站公司网站 中企动力技术支持网站 信息安全服务资质用于哪些项目 信誉好的龙岗网站建设 前世今生测试在线咨询【www.richdady.cn】 冤亲债主干扰的表现【www.richdady.cn】 心慌胸闷头晕咨询【www.richdady.cn】 暗恋的心理调适【www.richdady.cn】 家庭关系的情感维护【www.richdady.cn】 前世今生对现世的影响【企鹅383550880】√转ihbwel 大龄剩女威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 外灵干扰的前世因果咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 提高孩子阅读兴趣的方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 公司破产的前世记忆威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的风水调整咨询【σσЗ8З55О88О√转ihbwel 缺心眼的案例分享【企鹅383550880】√转ihbwel 发育倒退的早期干预措施咨询【σσЗ8З55О88О√转ihbwel 感情纠纷的解决技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的解决技巧咨询【σσЗ8З55О88О√转ihbwel 大龄剩女的真实案例有哪些?咨询【企鹅383550880】√转ihbwel 事业不顺的原因有哪些?咨询【www.richdady.cn】√转ihbwel 公司破产【σσЗ8З55О88О√转ihbwel 前世缘份如何影响事业发展?咨询【微:qq383550880 】√转ihbwel 如何避免无形干扰因素【企鹅383550880】√转ihbwel 政府网络安全通报 信息安全宣传周 深圳制作网站 淄博网站制作 网络信息安全专题 网络信息安全中的数据恢复方案 青岛设计网站的公司 我眼中的营销 烟台网站制作 网络安全渗透测试流 429网络安全日 百度河东做网站 信息安全测试技术包括 昆明网站建设首选公司 深圳网络安全信息安全培训 成都 网站设计公司 信誉好的龙岗网站建设 网站响应式和非响应式 网络安全日志跟踪诊断 网络安全合作 信息安全建设,-1 公安部信息安全等级保护评估中心 网络安全技术与解决方案(修订版) 网络信息安全监管 中国网络安全产业联盟 网络安全检测时间频率 429网络安全日 百度河东做网站 重庆网络安全培训机构 搜索引擎营销竞价排名 亿阳信息安全部门咋样 信息安全等级保护制度是国家对 社交网络信息安全事件 信息安全竞赛官方网站 重庆綦江网站制作公司电话 2016网络信息安全重大案例分析 策划口碑营销的关键 网上营销的优点缺点市场和市场营销的关系 汽车软文营销成功案例 2016网络信息安全重大案例分析 全网整合营销推广公司 重庆綦江网站制作公司电话 2016网络信息安全重大案例分析 成都 网站设计公司 深圳网络安全信息安全培训 国内网站设计经典案例 模板板网站 重庆网络安全培训机构 深圳制作网站 信息安全测试技术包括 企业网络安全防护手段 网络安全作业平台 网络安全管理的功能 什么是电子网络营销 常州网站制作市场 cpc营销 昆明网站建设首选公司 网站系统建站 网络信息安全监管 网站改版公司 信息安全宣传周 微网站无锡 开展网络安全检查工作 信息安全等级保护依据 网站排名快速提升 苏州有哪些网站制作公司 以防火墙为核心的企业 汽车软文营销成功案例 信息安全测试技术包括 社交网络信息安全事件 苏州有哪些网站制作公司 大型的网络整合营销 台州网站建设 运维网络安全宣传图 大型的网络整合营销 朝阳企业网站建设 网络安全数据分析 郑州建站公司网站 网络安全资讯APP有哪些 福永做网站 429网络安全日 百度河东做网站 如何与网站管理员联系 营销年会 颜色搭配对网站重要性 网站建设公司广告 供应链 信息安全的定义,-1 陕西营销型手机网站建设 广大的信息安全 搜索引擎营销竞价排名 深圳网络安全信息安全培训 安全等级保护配置指南 - 公安部信息安全等级保护评估中心 中国网络安全产业联盟 网络安全渗透测试流 泊头建网站 xx公司信息安全解决方案 企业网站内容更新怎么操作 信息安全等级保护制度是国家对 公安网络安全部门 访问京东为网站选择5个核心关键词和30个长尾关键词? 上海的广告公司网站建设 如何与网站管理员联系 网络事件营销的注意点 网络安全防护软件 信息安全服务资质用于哪些项目 什么是电子网络营销 网络与信息安全小组 信息安全服务资质用于哪些项目 网络安全产品介绍 亿阳信息安全部门咋样 上海信息安全产业协会 朝阳企业网站建设 网络安全技术与解决方案(修订版) 宝安网站建设 怎样建设网站 网络安全合作 重庆全网营销协会 山东网站建设推广 全网整合营销推广公司 在网站上显示地图 建站营销 潍坊营销合作 网络安全数据分析 公安部信息安全等级保护评估中心 甘肃网站建设公司 网络信息安全杂志 营销包含哪些 网站系统建站 信息安全三级等保资质 青岛设计网站的公司 网站着陆页 泊头建网站 企业网站设计 重庆网络安全培训机构 曲靖做网站 网站app开发 网络安全监测设备有哪些 原创文章网站更新