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
中国最好的邮件营销edmsns社交网站网站设计公司-信科网络企业面临的信息安全海尔电脑网络营销计划佛山网站建设的首选成都网站制作公司网站特效网站背景音乐互联网营销 问题研究外贸模板网站深圳石家庄网站建设找哪家差点被夺舍的林逸.......从一名普通人,摇身一变,成为了一名天才武者。人是人,仙是仙,人若想为仙,难比登天。天下凡人千百万万,得道成仙者百千年不得闻。 凡人非大机缘者,莫寻修仙路。然,何为机缘,机缘何得。 争,是智慧;不争,亦是智慧。 修仙修仙,修的是什么,修的不就是心么。穿越玄幻大世界。 炮灰命运的江榆激活气运模板,能够随意查看并截胡他人机缘。 查看天命之子。 截胡天道造化,神兵功法,种种大自在加身。 查看天命之女。 截胡进境气运,百族臣服,将之收为自身红颜。 等等... 连终极大反派的机缘都能截胡?这可就有意思了! 多年以后。 当江榆立足诸天之巅,行首投足间,皆是造化手段时。 某宗门杂役:“说起来可能没人相信,当年那块至尊骨,其实我感觉是属于我的...”李文杰重生了,1992年,那个火热的年代。 震惊世界的工程,经济和资本的苏醒。 睁眼就是机会,遍地都有黄金。 还有那场股灾,那些意外。 忘却已久的温情,和深入骨髓的痛楚,历历在目。 李文杰拍了拍脑袋,他感觉自己清醒了很多。 这一世,不想再受委屈了。 既然上天给我这样一个机会,这个时代,必将由我掌握!苏石魂归异界,认识许多有趣的人,却似乎陷入一个又一个陷阱。如何在重重危机中脱身,亲爱的人一个个死去,自己却苟活于世,活得不明不白,他又如何解开这些谜团?梅家和颜家的仇怨,周家和许家的恩怨,随时代而变迁。 冤冤相报何时了,相逢一笑泯恩仇。 历经千辛初心在,独立自强报国恩。 小说明线:小人物如何打好一手烂牌。 小说暗线:建设好我们的家园。 新书元宇宙小说《变局2028》已经在17K发布,希望大家支持。 (里面也写有股市风云)名牌大学生叶峰,被豪门富二代打压,找不到工作只好回家捕鱼为生,谁知竟因此得到惊天传承,开启逆天人生!当吴狄秉着爱国,诚信,敬业,友善的优良品质,混进金庸先生笔下的武侠世界当中,成为一名武当道士时 面对上辈子无数个夜晚在床上幻想过的武功秘籍,看见那一位位老爷子笔下倾城倾国的女猪脚们,吴狄表示 别无选择,唯有制霸江湖! 因为系统出现故障,陈己辉没有成功穿越到自己想去的修仙世界,反而来到了万国争霸的世界,成为大炎王朝的皇帝。 从此开始,陈己辉便开始任意妄为。 后宫参政。 重用外戚。 宠信太监。 流放重臣。 陈己辉在努力的做好一个昏君,但是事情却逐渐超过了他的预料。 “恭喜陛下,梁国大军已经溃不成军!” “陛下圣明!国内粮食产量已经翻倍!” “喜讯!刘国请求纳入炎国版图!” 喜欢本书的读者,欢迎加入扣群:二零,二五零,久久七零。 22388655
网络安全渗透测试 安徽电信网络与信息安全管理部 高端网站建设搭建 谷歌营销的概念与含义 信息安全测评认证意义 个人信息安全事件案例分析 国家信息安全师 网络安全加固设计方案 网络安全专题网站软件与信息安全学院 公安信息安全 检测中心 大龄剩女的婚恋心态如何调整?咨询【www.richdady.cn】 感情纠纷的改运方法咨询【www.richdady.cn】 前世缘份【www.richdady.cn】 大龄剩女的婚恋心态【www.richdady.cn】 自闭症咨询【www.richdady.cn】 与老公前世的因果关系咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 迟缓儿的心理调适咨询【σσЗ8З55О88О√转ihbwel 去世的父亲的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 存不住钱的咨询技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与女友前世的前世解析咨询【www.richdady.cn】√转ihbwel 情感心理咨询在线【σσЗ8З55О88О√转ihbwel 什么原因意外的前世影响【企鹅383550880】√转ihbwel 化解祖灵的仪式流程咨询【σσЗ8З55О88О√转ihbwel 财运不佳的财运改善威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 老公家暴的环境影响咨询【www.richdady.cn】√转ihbwel 精神不振【企鹅383550880】√转ihbwel 强迫症的心理调适【www.richdady.cn】√转ihbwel 与女友前世的记忆解析咨询【企鹅383550880】√转ihbwel 去世的母亲的前世案例咨询【企鹅383550880】√转ihbwel 发育倒退的解决方法咨询【σσЗ8З55О88О√转ihbwel 营销qq怎么推广方案 简述网络营销内容 云南网站设计 保定设计网站建设 020网站系统 潍坊网站制作 做网站设计制作的公司 信息安全发布 郴州做网站公司 江苏网络安全中心 南宁定制网站建设 西安网站seo优化 信息安全技术手段包括 网络安全主题基金 权威的手机网站建设 东莞公司网站制作 国网 电厂 网络安全 海尔电脑网络营销计划 网站左侧滚动带微信二维码的jquery在线qq客服代码 央企网络安全大会 团队营销的作用 兰州网站推广 企业面临的信息安全 中国最好的邮件营销edm 网站用字体 重庆微信网站开发公 网络安全法分析 个人信息安全事件案例分析 网络安全 售前 技能 gb/t 20272-2006 信息安全技术 操作系统安全技术要求 影楼网站建设 佛山网站建设的首选 建网站程序 网络营销渠道策略有 企业面临的信息安全 网络安全加固设计方案 南阳手机网站建设 南阳手机网站建设 信息安全国际有哪些标准 网站左侧滚动带微信二维码的jquery在线qq客服代码 百科营销 网页创建网站 网络营销与网络销售的关系 安徽电信网络与信息安全管理部 青岛网站建设培训 郴州网站建设公司 潍坊网站制作 网络整合营销4i 北京网站页面设计 我国网络营销环境现状 国家信息安全扫描 gb/t 20272-2006 信息安全技术 操作系统安全技术要求 网络安全举办了几届 网络安全实验室综合关 影楼网站建设 绵阳房产网站建设 邮件营销的适用人群 网络安全如何推广业务 兰州网站建设公司排名 南京营销型网站 网站服务器在哪 中国网络安全局 信息安全销售总监 北京 网站设计 网络安全英文期刊 兰州网站建设公司排名 网络营销渠道策略有 2017中国信息安全招标 信息安全发布 做网站设计制作的公司 郴州网站建设公司 互联网营销理论 企业网络安全防护 网络安全宣传活动信息 网络安全 数据威胁情报 培训 020网站系统 蓝色网站建设 网站文章图片加标签加 网络安全事件案例分析 信息安全保护二级证书 信息安全 行业新闻 广东手机网站建设费用 怎么取消建设营销交易 网络营销渠道策略有 最新信息安全新闻 信息安全属于哪个学院 罗湖网站制作 网络安全idc排名 个人主页网站申请 2016网络信息安全案例 江苏网络安全中心 网站背景音乐 电商网络安全深圳医疗网站建设报价 信息安全防火墙源码 营销四p 潍坊网站制作 信息安全 标准讲解 江苏网络安全中心 做网站设计制作的公司 如何用网络营销的方法有哪些方法有哪些方法 新网站制作平台 东莞网站开发推荐 网络安全主题日 网站建设策略 网站格局 北京网络营销 信息安全评估结论 信息安全技术手段包括 2017 429网络安全周 网络信息安全投资 简述网络营销内容 太原网站建设dweb 精彩营销事件 信息安全等级保护保护大会召开 互联网应用与网络安全 .黑龙江省网络安全协会 影楼网站建设 网络安全事件案例分析 信息安全监控系统 企业网站建立哪 2016网络信息安全案例 河北网站制作 厦门网站排名优化软件 网络营销优化顾问 网络营销成功的案列 外贸网站建设公司 建网站程序 信息安全测评工作原则,-1 自助建设分销商城网站 信息安全 标准讲解 工业控制网络安全 网络安全法分析 腾讯澳大利亚网络安全 网络安全专题网站软件与信息安全学院 保定设计网站建设