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
浦东新区苏州网站建设网络安全与中国方案设计昆明网络营销网站手机模板网站部门信息安全如何处理浙江省网络安全办公室网络安全 网络摄像头营销推广课程电子营销课程体会网站的组成凡尘之中存在着不凡之事,光怪陆离早已对地球求之欲渴,天选之人们该如何应对……精灵族与巨人族自古以来就生活在艾夫海姆大陆,可日益严重的贸易冲突打破了双方的和谐,至此!精灵族与巨人族开始了一次又一次的战争,本身生活在生命之树下的精灵族靠着灵力可与巨人族相匹敌,可就在这时精灵族缺意外分裂,分裂成光精灵族和暗精灵族,暗精灵族似乎是与巨人族合作起来进攻光精灵族,至此,光精灵族的年轻精灵——池本,开启了他的逆天道路,只为拯救艾夫海姆!天地玄黄,宇宙鸿荒……一个老大的人干嘛还读这个?啥?我小叔叔是个盗墓的?疫情期间在外面漂泊异乡人要怎么回家,魏东阳天天想着要怎么回家的事情,青梅竹马的初恋情人病危。自己在外面要如何才能回去了。一部练笔的小说,请留下你的评论,,谢谢!谢谢!上天给了李锋一次重生的机会, 意外寻得神器翻天印, 丹药随手便可炼制;神兽轻易收服;美女投怀送抱。 这一世,李锋发誓一定要诸天万界称雄……陌生朝代一品大将府的庶子,突然融合了一个现代人的记忆。 这段记忆会给他带来怎样的变化?又会给这个世界带来怎样的变化? 游戏俱现,五开玩家李长生,突然获得五个号的修为! 别人满级200,李长生:“我1000级什么鬼?” 别的玩家只能选一个职业,李长生:“你见过八块腹肌的法师吗?” 在末世当中求生的凡人,死在了残酷末世之中,不过他重生了,重生在末日之前,他发誓要弥补前世所有的遗憾,成为末世中的王者 康纳森博士启动hope的原因是为了什么,那一直隐藏在背后指使着变异人的又是谁,末日计划的真正内容究竟是什么。这一切的谜团都隐藏在这末日十一天中,当.最后一天到来究竟会发生什么,重生还是末日,命运将何去何从..... ???
信息安全标准可以分为 东莞阿里网站设计 成都信息安全企业排名,-1 国际网络安全保护联盟 商贸网站建设 vmware 网络安全 陌陌提示网络安全验证失败 昆山做网站 工业信息安全公司,-1 简述网络营销组合内容 脑部不清晰的咨询技巧【www.richdady.cn】 孩子不爱读书的家长引导咨询【www.richdady.cn】 去世的母亲的前世解析【www.richdady.cn】 冤亲债主咨询【www.richdady.cn】 感情纠纷的解决方法咨询【www.richdady.cn】 忧郁症的咨询技巧【微:qq383550880 】√转ihbwel 前世今生的缘分如何续写?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 阴间生活的前世缘分【www.richdady.cn】√转ihbwel 亲子关系的情感交流方法有哪些?咨询【σσЗ8З55О88О√转ihbwel 忧郁症的原因分析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婴灵的安抚与超度咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 升迁障碍的改运方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 头脑混沌的环境影响咨询【企鹅383550880】√转ihbwel 存不住钱的心理调适咨询【σσЗ8З55О88О√转ihbwel 孩子压力大的教育建议【σσЗ8З55О88О√转ihbwel 无形干扰的案例分享咨询【σσЗ8З55О88О√转ihbwel 老公家暴的前世因果咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 去世的父亲的前世缘分【www.richdady.cn】√转ihbwel 事业不顺的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子厌学的咨询技巧咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 昆明网络营销网站 软营销举例 手机网站建设的趋势 沈阳 网站开发制作 龙华三网合一网站建设 微信群营销教程 网络安全新形式 解放军信息安全测评认证中心 信息安全红蓝对抗 建网站的步骤 营销式建站什么意思 网络安全与中国方案设计 办公室信息安全考试 金融网络安全试题 工业信息安全公司,-1 信息安全专业技术培训 网站营销培训 阜阳网站建设 双11店铺营销亮点 信息安全咨询服务 龙岗网站设计 烟台网站建设公司 信息安全工程师证 网站建设品 网站建立公司四川 麦肯锡 网络安全解决方案 浦东新区苏州网站建设 麦肯锡 网络安全解决方案 网站制作的英文 信息安全大学排名2016 南京网站制作 90信息安全 网站营销公司 烟台网站建设公司 常用的信息安全防护方式是 信息安全基础课程简介 部门信息安全如何处理 信息安全保护等级 密码 平台信息安全险 信息安全的认证,-1 web网络安全工具 平台信息安全险 做网站电话 设计新颖的网站建站 东莞阿里网站设计 龙岗网站设计 成都营销策划 网站创建公司 昆山做网站 网络营销Ar是什么 营销式建站什么意思 信息安全相关法规 网站快速备案 龙华三网合一网站建设 网络安全技术趋势 免费建.com的网站 公司网站制作 步骤 深圳网络安全专业 百度网络营销能力秀 专业的网络营销 常州网站制作企业 个人网站建设 免费 网站制作 常州 信息安全日志分析工具 信息安全与管理课程 简述网络营销组合内容 陌陌营销 狮山做网站 一直播信息安全 信息安全与管理课程 连州网站建设 信息安全与管理警校,-1 网络安全实验室 注入 连州网站建设 台山网站建设 国际网络安全保护联盟 信息安全工程师证 做网站电话 本地网站建设 网站营销公司 常用的信息安全防护方式是 网络安全 网络摄像头 党政机关网络安全 网络营销渠道类型 网络安全新形式 上海信息安全师 网络安全责任的了解 2017网络安全峰会视频 设计新颖的网站建站 网络安全服务上岗 商贸网站建设 营销型网站设计 重庆网站设计 山西网络营销公司 网络信息安全工作方案 防篡改 北京网络营销自学网搜索引擎营销的特点 青岛网站优化公司 常州网站制作企业 分析企业网站和搜索引擎两者在传递网络营销信息方面有何不同 2017网络安全日 有免费的营销软件吗 青岛网站优化公司 网络安全研究步骤 营销式建站什么意思 网络营销的专业 网络安全宣传月 医院营销4P.4C.STP 网络安全扫描的内容 网络营销研究目的 台山网站建设 双11店铺营销亮点 手机网站和pc网站 百度营销部 办公室信息安全考试 网络安全中的个人信息安全 电子营销课程体会 信息安全的认证,-1 网络安全法 是法律吗 手机网站建设的趋势 广而告之微信营销平台 网站建立公司四川 信息安全咨询服务 酷黑网站 网络安全的防范方法 网络安全的严峻形势 石家庄哪里有网站推广 图解 网络安全和信息化领导小组 营销推广课程 网络安全方面的法律 网站制作 常州 佛山网站设计优化公司 网络营销人性化网络安全问题安全讨论 网络安全保卫总队地址 国际网络安全保护联盟 浙江省网络安全办公室