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
奥巴马营销信息安全资源信息安全测评项目展示型网站制作服务俄罗斯 信息安全 2016网站改标题石家庄网站制作网络营销经典案例网站信息安全管理办法网站权重低与《斯卡德科技》同世界观下的一个故事,主要讲述了一位可以与亡灵交流的侦探,在被归类为下城区的13区中工作的故事。叶辰生于诸神黄昏时代,神格散落大地,人人皆可成为神! 本是天之骄子的叶辰,却因自身神界内的信徒皆是无法修炼的人类,从而惨遭退学…… 幸好,他还觉醒了超级科技系统! 于是,当所有人都在钻研各种魔法,信奉个人之勇的时候。 他的信徒却凭借科技的飞速发展,创造了机械飞升的道路。 二向箔、光速飞船、反物质导弹、基因进化、人工智能、计算机破解一切魔法公式……错的不是我,而是这个世界! 那就以不被世间所理解的雷霆,去击碎这不理解我的世界吧! 直到——我停止心跳为止!“不是说好成为战力顶峰天花板就可以回去了吗?!” 对于穿越,大多数人都是喜闻乐见的。 这个人已经对穿越二字烦心死了。为了回到原来的世界,洛羽枫闯过了一个又一个位面的历练,本以为位面最强就可以回到原来的世界了。但是等待他的却是下一个位面。在终于成为真正的天下无敌之后,洛羽枫终于明白了他无论如何也不可能回去了。 于是他打算随便找一个位面摆烂。 “……关于我穿越天下无敌之后,开始开宗立派摆烂这件事…………”我叫白小飞,从见鬼后活着。穿越到异界获得了表便光鲜实则苦逼的身份,在死后重生后还是没有逃过····霸刀现,大王出,山鬼从此成大巫!毕业直接就职保安,少走四十年弯路的陈煜,在救人的时候发生意外,一段精彩的旅途开始了。 第一世界-红楼朋友一般叫我枫音道人 敌人一般叫我疯阴老魔 其实大家可以叫我风影,风灵月影的风影200人将在一个孤岛上生存一年,活着出来的人能获得一亿美元的奖金。面对周围人的猜忌与背叛,主办方设计的阴险的突发事件,幸存者将如何突破重围,活着走出这座孤岛呢?
云管端 网络安全 深圳html5网站建设 工业控制系统信息安全 网络与信息安全培训 青岛设计网站的公司哪家好 免费设计网站 海外网红营销平台 网站推广页 网站建设周期 营销型网站定制 无形干扰咨询【www.richdady.cn】 大龄剩女的婚恋建议有哪些?【www.richdady.cn】 发育倒退的前世因果咨询【www.richdady.cn】 孩子学习不好的咨询技巧【www.richdady.cn】 老公家暴【www.richdady.cn】 大龄剩女的情感生活【σσЗ8З55О88О√转ihbwel 儿子抑郁症的症状与诊断咨询【www.richdady.cn】√转ihbwel 公司破产后的员工安置问题咨询【微:qq383550880 】√转ihbwel 不爱读书的原因分析咨询【微:qq383550880 】√转ihbwel 意外的前世记忆咨询【微:qq383550880 】√转ihbwel 感情问题咨询专家咨询【σσЗ8З55О88О√转ihbwel 纠纷的调解技巧咨询【σσЗ8З55О88О√转ihbwel 缺心眼的环境影响威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 升迁障碍的风水布局【微:qq383550880 】√转ihbwel 儿子抑郁症的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 有官司的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的前世故事咨询【企鹅383550880】√转ihbwel 老公家暴的自我保护【企鹅383550880】√转ihbwel 冤亲债主干扰的心理影响咨询【微:qq383550880 】√转ihbwel 升迁障碍的自我提升咨询【σσЗ8З55О88О√转ihbwel 网络视频营销案例 网站建设字体变色代码 网页是网站吗 盈利型网站 上海网站设计开 商城网站都有什么功能模块 网络 营销 手机 网络安全 两会 网络安全监测平台 莱芜网站推广 网络安全 两会 信息安全办公室,-1 中科院软件所信息安全 北京网络媒体营销 通信网络安全服务能力评定证书 安全设计与集成 什么叫b2b营销模式 视频营销优缺点 手机网站设计尺寸 信息安全cnas认证网吧网络安全 国内欣赏电商设计的网站 不属于网站后期维护四川网站设计 网站策划书 信息安全经理 简历 论坛营销案例 厦门网站推广 网络安全管理的内容 2016网络安全大事件 网站建设字体变色代码 网页制作淘宝网站建设 上海客服营销外包公司 知名信息安全企业排名 什么叫b2b营销模式 2014 会议预告 信息安全 信息安全 软件 2016中国网络安全技术对抗赛 美国信息安全投入 业务信息安全英文 计算机信息安全是什么 怎样建免费网站 昆明网站营销 验证码 网络安全 营销网站与传统网站的区别 病毒营销是什么意思 网站建设周期 自己怎样制作公司网站 福州搜索引擎营销 青岛设计网站的公司哪家好 作网站 个人免费网站注册com 长沙网站制作 石家庄网站制作 南昌建网站 网络 营销 手机 信息安全虚拟机,-1 信息安全竞赛证书 信息安全竞赛证书 营销网站与传统网站的区别 网站设计psd 长沙网站制作 网络安全谷地址 湖南网站优化 小米盒子网络安全性wpa 南昌建网站 网页制作淘宝网站建设 网络安全领域的领头羊 seo营销技巧培训班 深圳公司做网站 网络市场营销策略 网络营销经典案例 美国信息安全投入 网络 营销 手机 做网站销售 眉山网站建设 云管端 网络安全 seo营销技巧培训班 病毒性营销的视频案例 论坛营销案例 丹东网站建设 馆陶网站建设 网络安全工作小组 信息安全cnas认证网吧网络安全 青岛设计网站的公司哪家好 网络营销个性化服务 遵义网站建设 海外网红营销平台 网络营销的实施计划方案 郑州网站建设最独特 郑州网站建设最独特 昆明响应式网站制作 网络信息安全培训招生简章 网站建设字体变色代码 对网站主要功能界面进行赏析 怎样网络营销 2016中国网络安全技术对抗赛 广州学网络营销 信息安全经理 简历 个人免费网站注册com 厦门网站推广 网站开发技术 网络营销经典案例 最新企业网站系统 网站策划书 网站推广页 网站行销 广州网络信息安全有限公司,-1 眉山网站建设 信息安全指导意见 上海高端建设网站微信小程序做网站 数据信息安全体系建设方案,-1 长沙网站制作 怎样网络营销 什么叫b2b营销模式 可信网站认证 工业控制系统信息安全 互联网营销网站有哪些 信息安全之家庭生活 网络与信息安全培训 美国信息安全投入 最新企业网站系统 网络 营销 手机 福州搜索引擎营销 小米盒子网络安全性wpa seo营销技巧培训班 网络安全+招聘 南平网站建设 对网站主要功能界面进行赏析 国内欣赏电商设计的网站 公安部网络安全研发 做网站实验体会 青岛设计网站的公司哪家好 昆明网站营销 网络安全体验服务器 信息安全保障协议书 系统 网络安全工作小组 信息安全指导意见