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
南桥做网站深圳专业网站制作公司排名上国外网站用什么dns北京网络安全展网络安全与控制技术车辆网络安全网络安全研究 设备平台搜索引擎营销企业网站建设公司 中企动力公司网站建设的搜索栏怎么设置【未来世界+赛博朋克+武道崛起】 数十年前,地球轨道之上有一轮赤星高悬,全新的时代开启了! 在未来,没有和平,地面被异族霸占,人类生活地下!这里没有暖阳、大海、天空、森林,有的只是四周漆黑的土壁。 然而在五颜六色的霓虹灯下、冰冷的机械铁甲下,仍是潜藏黑暗,它无处不在。 终有一日,闯出一群有志之士,他们身披战甲,意气风发,带领人类拨开地表,撕破黑暗,前方是光! ………………无小说的背景是发生在普罗大陆,一个以纹络作为修炼层次的大陆,男主名叫秦时,是秦家后人,身怀三重灵魂的异体之身,通过不断的努力,历练最终三重合一成为共神的故事终南山,烟雾萦绕间有一座寺庙 世界各地的名流高层,对这座小庙趋之若骛,只因这里坐着一位天之娇子。 但这位名叫张易的年轻人名满天下,但却无人识其长相。 如今,老爷子命其下山赴婚约,高手出山,天下将为之一变! 她是黑暗界的暗影君王,创造一个帝国,带领着七大军团向全世界进军,只为给她的子民带来一片乐土。 那一年全世界联盟反击,当君王殿防御火力全开的时候,也预示着君王殿的落幕。 三百年后,一名少年,重新创造君王殿,他要卷土重来…… “啥?别闹,上一世的我居然是个倾城女子,但我对自己没兴趣,我还是比较喜欢养蛇,小蛇多乖呀,除了会咬人之外……”天地之间灵气复苏人们纷纷觉醒了超凡力量,但是萧阳直到初中毕业之前都没有觉醒力量。直到他考上了高中他才发现了他真正的能力——考试,通过的考试越多就会变得越强。 ……一个残疾人靠着幽默在现实直播中实现自身价值。 一个粉丝心中的无冕之王。 老婆多,是他的第一个标签。灵魂歌手,尿床是他的家常便饭。灵械,是玄幻与科技的结晶。在玄幻世界,想要成为世界霸主,谁说只有修行这一条路?几乎没有修为的程智,接受了大帝的传承后,踏上了通往世界巅峰的漫漫灵械之道。 本书不会申请签约。 古老的传说,神秘的田家井! 一声巨响,一片残垣断壁,见证了一段血腥的历史。 五百多年后的他从残破古井中进入一处空间裂隙,邂逅元末枭雄陈友谅之女陈飞飞,揭开了一段尘封的历史。他加入华夏国安八局并屡立奇功,战功赫赫的女友为了华夏北斗系统被CIA羞辱,从此他上碧落下黄泉,只为……刚刚高考完,十分喜欢文学,决定尝试一下
网络安全基础知识浅析 精湛的佛山网站设计 网络营销的劣势有哪些 上国外网站用什么dns 服装网站 欣赏 网站免费搭建 设计网站考虑哪些因素 python 3.5网络安全 武汉高端网站建设 培训学校 营销系统 脑部不清晰的咨询技巧咨询【www.richdady.cn】 孩子不爱读书的家长引导【www.richdady.cn】 查财运专业服务【www.richdady.cn】 公司破产咨询【www.richdady.cn】 老公家暴的原因分析咨询【www.richdady.cn】 感情纠纷的原因分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子压力大的心理调适【σσЗ8З55О88О√转ihbwel 什么原因意外的前世故事咨询【www.richdady.cn】√转ihbwel 精神不振的咨询技巧【www.richdady.cn】√转ihbwel 如何克服升迁障碍?咨询【微:qq383550880 】√转ihbwel 前世老婆的前世案例【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 大龄剩女的婚恋经验威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 自闭症咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 儿子抑郁症的环境影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 长期精神不振的原因咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 儿子抑郁症的案例分享咨询【σσЗ8З55О88О√转ihbwel 前世老公的前世修行咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与公婆前世的前世解析咨询【企鹅383550880】√转ihbwel 自闭症的案例分享咨询【企鹅383550880】√转ihbwel 干扰的常见类型威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 信息安全 设计理念 杜蕾斯品牌营销战略 海南网站优化 信息安全三级等保方案 济南网站建设 成都网站优化公司 信息安全事业单位 滁州网站设计 核心网络安全小组 桂林网站建设哪家好 电商平台信息安全 饥饿营销成功案例分析 郑州手机网站推广公司 网站学什么 淘营销报名 什么是工业网络安全 南宁会员网站制作 大型网站建设 网站维护? 培训学校 营销系统 网站管理公司 网站开发 价格 动态小网站 河北高端网站设计公司 上国外网站用什么dns 公司不需要做网站了 中国网络安全网站 上海网站建设系统 网站建设及优化 赣icp 网络安全助理 网站制作青岛 服装网站 欣赏 外贸网站建设 小米公司网络营销分析报告 大型网站建设 idc 信息安全市场 公安网络信息安全 网站模板设计 网络安全审计设备 1什么叫计算机网络安全? 国家信息安全服务资质认证 国家信息安全服务资质认证 个人主页网站模板 上国外网站用什么dns 美国 国家网络信息安全战略 2014 最新 杜蕾斯品牌营销战略 网络安全与管理ppt 南桥做网站 北航信息安全专业 网站栏目排序 三合一企业网站模板 网络营销平台调研报告 网络信息安全经信委公安,-1 梁和平 网络安全 信息安全三级等保方案 网络安全审计设备 免费营销软件下载 互联网营销和策划方案 滁州网站设计 2015年网络安全漏洞 涪陵网站建设 烟台专业网站建设 整建制营销 2015年网络安全漏洞 郑州手机网站推广公司 网络安全基础知识浅析 网站开发 价格 长沙市做网站的网站 网络营销的影响力调查 全网营销 大学生网络营销方案 我对网络营销的认识 本地佛山顺德网站建设 调兵山网站 中国网络安全网站 中国信息安全测评中心 成立时间 网站色彩学 公用网络安全吗 网站制作青岛 网络安全的思考企业网络安全视频 html5电影网站建设 公安部 信息安全认证 什么是工业网络安全 大型网站建设 网站建设超链接字体变色代码 网络营销客服的案例 有意义的网站深圳营销课程培训 网站建设seo优化的好处 网站最合适的字体大小 网站最合适的字体大小 网络安全基础知识浅析 营销化系统 服装网站 欣赏 网络安全情报 专业的西安免费做网站 加强网络安全技术培训 长安网站建设 网络社区营销策略 信息安全事业单位 免费商城网站 网站学什么 辛集做网站 网站没流量 网络营销 有产品 网络安全信息分析报告 网络安全 注意事项 淘营销报名 简述网络营销及特点是什么 珠海做网站 公安网络信息安全 建一个免费网站 中国计算机网络信息安全展 深圳专业网站制作公司排名 购物网站如何推广 低层次营销 网站开发 价格 网站建设公司 中企动力公司 网站页面组成部分 提供做网站企业 杭州品牌网站 1什么叫计算机网络安全? 怎么取消网络安全密钥 网络社区营销策略 网络营销的影响力调查 重庆 网络安全大队 互联网营销和策划方案 河南网络安全专科 信息安全主要研究领域是 网络安全助理 成都网站优化公司 网络营销微观环境因素 计算机信息安全知识 网络信息安全考核标准 网站学什么 公用网络安全吗