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
深圳营销型网站建设电话网络安全安全大会2015网站推广营销网上超市的网络营销营销型网站模板如何建网站互联网广告营销策划信息安全技术 信息安全管理体系审核指南景区网络营销策划方案网络营销十大问题总结网络营销师做什么陈晨穿越到平行世界,觉醒娱乐系统,成为娱乐顶流。 本以为从此数钱数到手抽筋,系统却加以限制。 在捐够100亿之前,他每个月只能领到2000块的生活补助。 网友们惊奇的发现, “版权费几百万,陈晨居然还住在这么破的小区?” “跟女星一起出去,陈晨竟然请她吃地边摊。” “陈晨吃泡面他连火腿肠都不加!” 某天,捐款被发现,网友震惊。 “我们学校的晨曦楼居然是他捐的?” “振州特大暴雨捐了2个亿的居然也是他?” “原来,陈晨这么节俭只是为了做慈善。” 网友直呼,陈晨这明星真能处,有钱他是真捐啊。话不多说来个小漩涡,嘎嘎嘎,直接发车就完了从今天开始,莫天竹的生活也彻底改变....这里是个多彩的世界,温情的世界,现实的世界,血腥的世界。极北冰垣、泊纳格岛、诡异的腥魂森林、神秘的迷零森林、残酷的努乐哈拉大沙漠、毒气弥漫的蛮荒沼泽,神级魔兽紫羽玄鸟,超级神兽赤须青龙…………主角将在这个世界重生,开始他的峥嵘旅程。 楚鹤原本只是个普普通通的躺平青年。 可当他某个深夜刷音抖短视频时 撸串店的监控画面让他气愤至极 评论后竟然解锁神级天赋技能 “获得点赞转化修炼点,可自行选择兑换修仙资源” 从此开启惩奸除恶的妖孽人生 探索海蓝大陆千古秘闻天雷滚滚,天雷汇聚,就像是有人在渡劫一样,我就是说了一句何方道友在此渡劫,就被雷劈中了,还穿越了。《殖民计划》是台湾光谱公司在1996年开发的一款集模拟建设、经营、战斗为一体的策略类游戏。游戏中的地点是火星开发,主人公拽无痕从一个寂寂无名的小人物,逐渐发展成为富甲一方的城市富翁,故事从这里开始了……天下风云出我辈,一入江湖岁月摧。皇图霸业谈笑中,不胜人生一场醉。 起神剑,斩断这天下纷争,荡平这贼寇乱党,还天下苍生一个太平盛世! 但这权位,不屑拥有之。 愿携手红颜,笑傲江湖!  这是伪神黄昏,也是新神黎明,当新旧两派神祇还在不断明争暗斗之时,是否有人曾抬头望向那深邃黑暗的天空,那里,也许还有别的东西在默默注视着他们!   而当末日之战真正降临的这天到来,是否有人能逃过那不可名状的恐怖,又或是置之死地而后生,成为新的恐怖存在!   身为最后一个人类,名为余烬的少年将如何创造自己的传说故事,又将在这场即将笼罩整个蓝星的阴影中何去何从?少年陈枫身怀绝世神器,修盖世魔功。战人界、屠魔界、挑仙界、冲神界。打遍诸世界,杀出冲天血路,成就无上至尊。(声明:新书发布,各位新老书友多多支持。群号:158697732)
口碑好的搜索引擎营销企业 全球网站建设服务商 网站请人做的 域名自己注册的 知道网站后台 怎么挂自己的服务器去哪里学网络营销师 2017 信息安全 设备 网站模板网 我们的营销团队介绍 商城建网站 软件资质 信息安全认证 丹阳网站建设 布吉建网站 不爱读书的心理调适【www.richdady.cn】 孩子学习不好的环境影响咨询【www.richdady.cn】 与男友前世【www.richdady.cn】 不爱读书的解决方法咨询【www.richdady.cn】 头脑混沌咨询【www.richdady.cn】 感情纠纷的心理调适【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的重逢故事【σσЗ8З55О88О√转ihbwel 家庭关系的沟通技巧有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世因果化解方法咨询【www.richdady.cn】√转ihbwel 感情纠纷的情感修复方法有哪些?【www.richdady.cn】√转ihbwel 前世今生的轮回解析咨询【σσЗ8З55О88О√转ihbwel 升迁障碍的职场策略有哪些?【微:qq383550880 】√转ihbwel 有官司咨询【企鹅383550880】√转ihbwel 不爱读书的教育建议咨询【σσЗ8З55О88О√转ihbwel 阴间生活的前世缘分咨询【σσЗ8З55О88О√转ihbwel 阴间生活的前世案例咨询【企鹅383550880】√转ihbwel 缺心眼咨询【www.richdady.cn】√转ihbwel 儿子抑郁症的前世因果【σσЗ8З55О88О√转ihbwel 发育倒退的前世因果咨询【微:qq383550880 】√转ihbwel 亲子关系的互动模式有哪些?咨询【企鹅383550880】√转ihbwel 市场营销未来规划方案 网络信息安全泄露,-1 某电器的o2o营销方式 移动网络营销优缺点 建微网站需要购买官网主机吗 网络营销方案主要内容 整合营销公司 搜索引擎营销理论基础 网络安全工作西安 注册网站网 国内网站主机 网站系统建站 网络营销十大问题总结 安询信息安全信息安全加固服务 互联网广告营销策划 网络安全优化方案 湖州网站建设 自己建的网站打开的特别慢 企业网络营销方法 网络安全工作西安 深圳 企业 网站建设 javascript 识别手机并跳转到手机网站 并可回到电脑版 龙岗营销网站建设公司 经典网络营销案例分析 音乐网站的色彩搭配 宣城网站seo诊断 信息安全管理发展历史 吉安高端网站建设公司 网络信息安全相关专业,-1 整合营销方案是什么 西安网站制作工作室 网络营销机会 网络营销培训公司 全球网站建设服务商 宣城网站seo诊断 2017网络安全对抗赛 网站建设 宁夏 杭州网站设计 网络安全法的主管部门先知网络安全通报平台 病毒营销 案例 2016 商城建网站 通信网络安全专业委员会 武威网站建设 耒阳做网站 柳市网站建设公司 某电器的o2o营销方式 上海网站制作信息安全违规 新媒体营销外包公司 别人不相信网络营销 网络安全面临的威胁 ppt 移动网络营销优缺点 网络安全资讯 大学生信息安全比赛 网络安全指什么 网站网络安全情况汇报 我们的营销团队介绍 建微网站需要购买官网主机吗 网络营销方案主要内容 营销型网站模板 武汉建网站 在线营销工具包 什么是营销策略组合 网络安全应急处置流程图 移动网络营销优缺点 西安网站制作工作室 搜索引擎营销理论基础 国内网站主机 网站建设前准备 图文并茂计算机信息安全 成立一个做网站的公司成本 网络安全工作西安 idc网站建设 丹阳网站建设 网络营销宏观环境包括! 合肥营销型网站建设 衡水网站建设供应商 网络营销宏观环境包括! 国内网站主机 网站制作时如何分析竞争对手 自己制作网站 网站外包多少钱 网络安全法的主管部门先知网络安全通报平台 上海信息安全有限公司 网站制作公司 云南 网络营销十大问题总结 物流网站建设计划书 网站设计建设 武汉 浙江营销策划 全球网站建设服务商 湖州网站建设 东莞长安网络营销招聘 上海网站制作信息安全违规 互联网广告营销策划 淄博做网站公司有哪些 成都建设网站首页 上海信息安全有限公司 伊朗 网络安全 信息网络安全题目 网络信息安全相关专业,-1 单位网络安全要求 网络安全通信 丹阳网站建设 龙岩做网站 营销型网站建设sempk 单位网络安全要求 网络营销型企业网站案例 网络安全指什么 科技企业网站设计制作 音乐网站的色彩搭配 口碑好的搜索引擎营销企业 湖州网站建设 国家网络安全国家安全 网络营销培训公司 大学生信息安全比赛 免费注册网站 信息安全和网络安全的区别 澳门网站建设 自己建网站程序 软件资质 信息安全认证 南通网站建设空间 中国信息安全管理研究 厦门网站优化公司 网站改版公司 微博口碑营销案例 shopex站点栏目内容编辑后在网站上无法显示是什么原因 国内信息安全公司排名,-1 建微网站需要购买官网主机吗 免费注册网站 微电影营销 衡水网站建设供应商 网络信息安全泄露,-1 网上超市的网络营销 整合网络营销优化 网络安全的保护技术 西安网站制作工作室