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
网络安全 实施目标虹口公安 网络安全属于信息安全产品的有网络安全培训材料网络安全法概述信息安全等级保护修订信息安全测试师网站内容运营昆明建网站要多少钱信息安全人员等级传记叶凡上一世的仙王老婆重生归来,找到叶凡带他走上修仙路。 斩魔帝,斗五宗,破天穹,打开仙路,直杀天穹,带领全民修仙。 我的时代谁敢称无敌!上来一战! 以双修正道!徐东发现自己的手机不再耗电,这似乎与他做的一个梦有关,睡前一句普普通通的抱怨竟然让他实现了一个看起来并没什么大用途的愿望。在调查究竟是手机出了问题还是自己出了问题的过程中徐东遇到越来越多的怪事——陌生人对他不理不睬、太阳落山后日期似乎也并没有变更、联系不到自己的朋友和家人。 随着时间的推移,徐东认识到自己陷入了一个奇怪的空间,所有的人都如同行尸走肉。这一切困扰着徐东,直到通过手机通信软件联系到了唯一一个有着正常反应的人,他踏上了寻找同伴的旅程。江边夜里,爷爷将我捡来,取名江夜。 我本以为自己就是一个孤儿,却不曾想十八岁那年,身边开始怪事频频…… 我没有想过,江边飘来的红木棺材,改变了我的一生…… 我更没有想过,这辈子会和一口棺材纠缠不清……你想要得到超凡的力量吗?那么欢迎来到玄星超时代。 这世界需要人站出来时我便会伫立于此于尔等共行《紫薇真经》内经篇是对中医理论的探索和创新,提出了天干命理辨证分型的新方法,星星之火,可以燎原,希望这一理论研究能振兴没落的中医传统文化,为实现中华民族伟大复兴尽绵薄之力。 睫在眼前长不见,道非身外更何求。身染恶疾的孩童,在治病过程中,引出一段奇遇。  综武大陆,王朝林立。   李损穿越而来,成为古墓派唯一男弟子,激活鸿蒙签到系统。    从此丹药、神功,样样不缺,美女、公主接连不断。   九阴真经我有!   十绝体我有!   大还丹我有!   降龙十八掌我有!   我有!我有!我全都有!   李损签到十年,自此无敌世间!                   你可曾知天下间最强大的功法是什么? 一气化三清? 抑或四海八荒唯我独尊功? 不不不! 这些武功在小爷我面前就是个屁。 系统给我满级天赋,自创心法专克天下顶级武功! 什么越级挑战,以下克上那都是小case! 可系统还说,让我一生要做别人家的配角! 我淦……换你你能受得了? 要我说,不如把系统杀了算球!
西安网站建设制作 昆明网站推广优化 网络安全 最好的大学 网络信息安全日 杭州营销外包公司 信息安全工信部,-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 磁场化解服务【www.richdady.cn】√转ihbwel 长期精神不振的原因【www.richdady.cn】√转ihbwel 外灵干扰的解决方法【σσЗ8З55О88О√转ihbwel 忧郁症咨询【www.richdady.cn】√转ihbwel 前世缘份如何影响人际关系?咨询【微:qq383550880 】√转ihbwel 自闭症的案例分享【微:qq383550880 】√转ihbwel 自闭症的心理调适【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 缺心眼的沟通技巧咨询【www.richdady.cn】√转ihbwel 与男友前世的故事分析【σσЗ8З55О88О√转ihbwel 去世的父亲的前世案例【σσЗ8З55О88О√转ihbwel 脑部不清晰的生活习惯【www.richdady.cn】√转ihbwel 杭州营销外包公司 顺德做网站的公司哪家好 建网站过程 网站设计 无锡 个人网站设计 2017网络安全公司排名 西安制作手机网站 西安制作手机网站 武汉 网站设计公司 国家信息安全部长 青岛做网站哪家公司好 杭州网站设计 信息安全 c++ 什么叫网络的软营销 wifi 网络安全 全球网站建设服务商 信息安全风险评估的重要性 网络安全在线实验室 网络安全扫描工具 虹口公安 网络安全 网络安全法概述 2017国家信息安全周主题,-1 工业控制系统信息安全指南 网络安全培训课程 网络信息安全日 山西全网营销服务商 网络安全合格证 公司设计网站建设 昆明建网站要多少钱 沈阳做网站的公司排名 物流网站建设计划书 网站 排版模板 微信营销推广案例 启明星辰信息安全 四川开设信息安全专业吗 广州网络安全大会 网络营销创业 国家信息安全管理的主要规定包括,-1 信息安全工信部,-1 区域整合营销 内容营销的概念和特点 建网站过程 西安制作手机网站 互联网营销可以做什么的 网络安全证 第四届互联网网络安全 企业网站趋势 上海绿盟计算机网络安全技术公司 中国 信息安全 法规 珠海微信营销 2017年网络安全预测 公安信息安全考试,-1 开展网络安全认证 检测 风险评估等活动 网站挣钱网 工业控制系统信息安全指南 网站建设流程案例 网站网络安全情况汇报 网络安全协调局 服装网络营销 网络安全合格证 微博营销的原则 服装网络营销 公安信息安全考试,-1 物流网站建设计划书 信息安全等级保护安全要求的基本框架 杭州营销外包公司 2017网络安全公司排名 营销班 信息安全等级保护备案表 ubuntu网络安全 风雨同舟网站建设 政府网络安全现状分析 受欢迎的汕头网站推广 网络安全 实施目标 全球网站建设服务商 wifi 网络安全 学网络营销费用 网站制作公司 云南 网络营销创业 公司设计网站建设 营销班 苏州网络安全作业 山西全网营销服务商 武汉 网站设计公司 好模版网站 中国 信息安全 法规 启明星辰信息安全 2017国家信息安全周主题,-1 网络与信息安全信息通报中心 好模版网站 芜湖网站建设 内容营销的概念和特点 公司中信息安全管理工作般做什么 芜湖网站建设 深圳网络营销公司排行 网络安全审计专业 网站建设公司平台 建国内外网站有什么区别 网站建设流程案例 广东政府信息安全问题 国际前瞻信息安全会议 深圳 网络营销 企业 网络安全扫描工具 经典营销策划案例南通网站制作 龙岩做网站 seo营销行业平台网站建设 信息安全测评中心 郭涛 信息网络安全题目 物流网站建设计划书 2017信息安全发展趋势 昆明建网站要多少钱 提供邢台网站优化 广东政府信息安全问题 网络安全 最好的大学 瑞星网络安全预警系统 保密局 信息安全测评 福州网站制作好的企业 网络安全攻防环境 微信营销推广案例 网络空间信息安全专业,-1 网站建设工作室 福州网站制作好的企业 德州做网站 受欢迎的汕头网站推广 网站 排版模板 德州做网站 手机微信一体网站建设 信息安全测评中心 郭涛 四川开设信息安全专业吗 深圳网络营销公司排行 ubuntu网络安全 企业营销型网站推广 美国大选 信息安全 网络安全自主可控 网络安全合格证