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
多语网站机械类内容营销案例中国最强信息安全专家信息安全检查管理办法广州微网站建设效果具有国家信息安全等级保护测评资质的机构个人网站设计欣赏qq邮箱营销方法及管理系统目前的信息安全形势,-1网络安全交流第十五届中国信息安全大会国内f型网页布局的网站一部自信的小说仙尊重生后回到少年时代,本想静心修炼,重回巅峰,但实力不允许。 “陈风,我真的好喜欢你,答应我好吗?” “我不是跟你说过了,我不会拒绝,一旦答应,就是一生一世。”妖乱末世,巨兽屠城,万妖夜行,人间如狱。 神秘少年,半妖之身,踏上猎妖风云路,书写一代妖相传奇! 且看他,猎妖、除魔、斗巨鳖、擒天龙、佐明君、征天下、运筹帷幄、纵横捭阖、荡除妖兽、平定末世!来自于那个时代的故事 但带着这个时代的气质 这是一部给有机缘的人看的书。 超硬核群穿种田装逼打脸!超硬核!超硬核!超硬核!重要的事情说三遍! 旧世界的一群普通人,在两位神秘人士的帮助下,集体穿越到明末清初那个大时代。本书讲述的,是这群人如何筚路蓝缕开启山林,演绎出一段波澜壮阔、真实且魔幻的历史故事。当然了,毕竟这里所讲述的,是一个多角色群穿故事,所以开头有一些休闲、有一点慢节奏,然而前期的一切铺垫,都是为了今后的精彩。所以,此书不是单纯的小说,这里记录的,是一群人的秘史,因为现实比小说更魔幻,而你却能从魔幻的现实中读懂更真实的历史…… “林诺,我不会放过你的。” “珍惜你的所拥有的时间吧,毕竟你拥有的时间可是不多了哦。” “不要走。” “你好,我叫星辰,星辰大海的星辰。”(一笑) “她是谁?我。。不记得了。” “这个世界,,不存在?” “我叫林诺,是一名高中生。。。” “前辈,让我们一起来玩游戏吧,哎嘿嘿……”萧央重生平行世界,这世界没有前世那些大明星,大导演,大作家,于是他笑抽了。 随便写写小说,版权费到手,随便写首歌,火爆全国…… 但是他的梦想还是当个光鲜亮丽的演员,或者,能做个大导演岂不更好?   (本书企鹅号:436276579)我们在这个世界上每个人都是自己的主角,每个人都有悲欢离合,每个人也都有一些只属于自己的独特经历,这些事情会让我们成长,也会让我们的性格得到一些改变。 在不知不觉中,我们已经不是当初的那个少年模样了,我们长大了,变得成熟了,变得开朗了,但同时:也变得没有小时候那种单纯的快乐了…… 菩萨低眉,所以慈悲六道! 撒旦低头,所以血流成河! 以撒旦之名,专职杀戮,他要当最强的那个男人! 最燃的都市,且看一个男人如何成就霸业,成为傲立巅峰的一代传奇!   【七少出品,铁血霸气】 撒旦军团群:198247503 事故之后,我竟转生成为了异世界魔物? 这是一个魔法的世界,帝国纷争,城邦联合,神秘力量的苏醒改变着着世界的方向,不受时间消磨的“永恒星碑”上记载的过去引起着世界的动荡...... 在异世界苏醒后成为了魔物,伪装成人类走向人类世界,学习魔法,增强实力,游历各地探索这精彩异世界的奥秘!
制定攻防结合的网络安全战略 网络安全保卫局3所 2014广东省信息安全 大数据网络安全分析报告 2016年信息安全产业,-1 广州知名营销策划公司 郑州营销网站托管公司哪家好 网络营销课程短期班 信息安全员 信息网络安全培训 迟缓儿的康复训练咨询【www.richdady.cn】 头脑混沌的原因分析【www.richdady.cn】 阴间生活的前世因果咨询【www.richdady.cn】 迟缓儿的咨询技巧【www.richdady.cn】 家庭关系的沟通技巧【www.richdady.cn】 与女友前世的故事分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 婴灵的超度流程威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 学习成绩差的案例分享咨询【微:qq383550880 】√转ihbwel 官司的法律咨询【微:qq383550880 】√转ihbwel 与男友前世的前世解析咨询【www.richdady.cn】√转ihbwel 强迫症的家庭支持咨询【www.richdady.cn】√转ihbwel 大龄剩女的职场发展【σσЗ8З55О88О√转ihbwel 发育倒退的案例分享威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 心慌胸闷头晕的解决方法咨询【www.richdady.cn】√转ihbwel 莫名其妙感伤【www.richdady.cn】√转ihbwel 特殊学校的前世记忆【σσЗ8З55О88О√转ihbwel 儿子不读书的心理调适威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 公司破产对股东的影响咨询【σσЗ8З55О88О√转ihbwel 前世今生的轮回解析咨询【σσЗ8З55О88О√转ihbwel 孩子不爱读书的阅读习惯【www.richdady.cn】√转ihbwel 小学生网络安全教案 创新的购物网站建设 网站页面开发流程 网络营销seo 网站 信息安全运维流程 网站建设的搜索栏怎么设置 网络营销属于工科吗 营销的产品策略 大数据网络安全分析报告 网络安全仿真系统 品牌型网站 2014广东省信息安全 网站点击率 设计网站需要考虑哪些 马建峰 信息安全 营销培训v6 网络安全应急处置平台 信息安全员 信息安全等级保护测评认证 网站主页设计 信息安全国际标准 网络安全交流 贵阳有哪些可以制作网站的公司 沈阳网站制作 网络信息安全调研报告 微3g网站 网络信息安全 培训 网络信息安全 培训 新乡网站建设 信息安全规划的内容 盈利网站 郑州营销网站托管公司哪家好 网络营销注册师 网站建设 上市公司 网络营销类职业 网络营销注册师 完整的营销流程 网站建设模式有哪些 网络安全会议北京 成都网站优化公司 对网络安全有何感想 网络安全威胁包括 贵阳有哪些可以制作网站的公司 长安网站优化 网站页面开发流程 机械类内容营销案例中国最强信息安全专家 病毒营销的营销理念 深圳做企业网站的公司推荐 网络营销seo 营销的产品策略 广州品牌设计网站建设 南天信息 信息安全 网站 网络安全评估时间 信息安全工程类 西安做网站的 信息安全运维流程 网络营销课程短期班 b2b门户网站运营策划:循序渐进增加内容——运营时的关键点 山西网络营销推广 网站建设的搜索栏怎么设置 列举网络营销成功案例 新乡网站建设 qq邮箱营销方法及管理系统 网络营销属于工科吗 信息安全属于那个学院 信息安全市场需求 网络安全第几级 营销的产品策略 创新的购物网站建设 城域网网络安全 网络安全信息管理系统 大数据网络安全分析报告 网站制作公司 深圳 南京邮电大学 网络安全 网络营销产生的基础是 网络安全仿真系统 网络营销属于工科吗 湖南网页设计培训网站建设 第十五届中国信息安全大会 品牌型网站 营销广告宣传语 目前的信息安全形势,-1 信息安全的内容包括( ). 2014广东省信息安全 b2b门户网站运营策划:循序渐进增加内容——运营时的关键点 营销广告宣传语 河北网站建设 网站点击率 微3g网站 具有国家信息安全等级保护测评资质的机构个人网站设计欣赏 莱州网站建设 设计网站需要考虑哪些 合肥微网站 网站建设明细 网站 马建峰 信息安全 信息安全行业招聘 互联网整合营销策划苏州网站优化 陕西省网络安全协会 营销培训v6 网络安全数字签名和手写签名 北京大学信息安全实验室 手机网站开发技巧济南做网站公司有哪些 网络安全应急处置平台 网站建设的搜索栏怎么设置 网站迭代 手机网站解决方案 无忧网站 马建峰 信息安全 网络安全语录 网络营销思维 电子书营销 信息安全等级保护测评认证 酒店网站建设公司 国家网络安全技术创新 美国信息安全15万美元 具有国家信息安全等级保护测评资质的机构个人网站设计欣赏 信息安全等级保护测评认证 网络安全保卫 会议 网站设计公司无锡 信息安全国际标准 网络安全保卫 会议 信息网络安全培训 手机网站开发技巧济南做网站公司有哪些 今日头条营销策划面试 莱州网站建设 信息安全市场需求 网络营销经典书 营销全流程 qq邮箱营销方法及管理系统 北京大学信息安全实验室 重庆搜索引擎整合营销 网络营销思维