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信息安全公司排名相应式网站政府网站怎么管理系统神圣再现,风云再起,旧时代未葬下的魔,就由我来终结。(作者是个小白,文笔不好!)大一新生徐庶有一天得到了外星文明的系统,从此走上了不一样的人生。 高能电池、家务机器人、智脑助手、智能工厂、反重力穿梭机、星际飞船、核聚变等各种黑科技在徐庶手上层出不穷。 地球上的科技文明等级一次次不断地突破,向着星空进军,未知的宇宙海正等着人类去探索,也等着您去发掘... 建筑集团老总许勇,穿回到1986怂人狗娃的身上。 前后两世记忆一融合,他瞬间变得强大。 拳打村霸,棒扫混混英雄救村花。 夜总会遇伯乐,他的人生从此开挂。 组建乡村建筑队、办醋厂、种果树。 直到集团公司上市。 用超前三十多年的人生经验赚这个时代的钱,岂不是很容易? 看《超级农民工》为自己补办一场错过的人生盛宴。洛阳考古研究所在古教授的带领下进行了一次新疆考古活动,却不想被一个盗墓团伙在背后操纵利用。从此以后,这个考古所的行踪陷入了处处被动的境地。考古所一直想要反抗,摆脱这个盗墓团伙的利用,最后与之进行一场生死决战……妖祖皇宇宏和魔道众魔之主宏天焰。在一万年一次的妖魔大会上,被妖界预言师和魔道大祭祀告知,我们存在的宇宙是多元宇宙,在不同的宇宙都会有生命的存在,在某些特定的条件下,不同宇宙的生命会以灵魂穿越到不同的世界,不久将会有异世界的人或生物穿越到我们的世界,他们是天选之人或是天命之兽。他们的到来会影响正邪两道的运势,道门,魔门,以及佛门都会不择手段想方设法把他们归入门下。众妖魔合力打开天命轮,得知到来的是一人一兽。《李联英本是一个厨师在下班路上碰到有人偷手机报警,人犯被抓没多久他被人叮上在公交车站边厕所里被人用刀捅死》灵魂穿越来到这个世界投胎到了一家买饼的家庭。 超进化异形母体被铁血战士追杀,无意中逃窜到未实验的空间长廊里,肉体被空间拉扯破碎,灵魂穿越到这个世界,投胎成了12尾狐。魔主下山前变成了女人,妖祖却选择涅槃成了美男子,之后他们4个…… 死亡之后,成为了这片宇宙唯一的神。 位面破碎,世界荒芜,作为主角,就是要重建文明,重塑历史,重立真神! 古老的生物相继苏醒,神明与人类将争夺世界霸主的宝座,一场战争即将开始,这是造物主与造物的战争,更是一场阴谋。 十七年前人类终于用科技创造出了第一位人造神明,他,将成为人类的一把利剑,扫灭一切神明,成为那个最强且属于人类的神。穆曦辰生在一个世家大族,但在一个夜晚,他所在的家族和族人被某个势力所灭,他和妹妹侥幸逃跑,在深山之中被一位神秘强者收为门徒······ 他们能否找到灭族真凶,为族人报仇呢?碌碌无为的男孩,无法描述的心情,破烂不堪的人生。上三句说的是作者下介绍作品:平凡的男孩遇上心爱的女孩找到人生存在的意义,两人互相鼓励共同努力,奈何天不佑佳人,总需要有人逆光前行女孩意外去世....穿越你见过,穿越两次的你见过没? 好不容易穿越古代成了王莽,一出场就干死天下所有刘秀,可兢兢业业那么久,还是一朝帝王变打工! 再穿越,我服了,我躺平了,我摆烂了,我做一个普通人总行了吧? 只是这粮食不够吃,总得研制下肥料吧? 天啊,上厕所还要棍刮,奶奶的,我造纸还不行吗! 看个颜色小说还要手抄,活字印刷术搞起! 皇帝:尔有大能,可愿入宫为官? 别,我是废物,我只想做平民百姓!
网络分享性网站 信息安全对抗赛 珠海移动网站建设费用 网络安全战争 互联网大会2014 网络安全 金融行业信息安全基线 ctf网络安全比赛证书 什么是网络营销沟通 信息安全包括数据安全和 邢台网站设计哪家好 升迁障碍的职场建议咨询【www.richdady.cn】 个人专属前世因果分析咨询【www.richdady.cn】 化解祖灵的仪式流程【www.richdady.cn】 前世今生的故事解析咨询【www.richdady.cn】 婴灵的存在有哪些科学依据?咨询【www.richdady.cn】 与老公前世的故事分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 自闭症的案例分享【www.richdady.cn】√转ihbwel 与公婆前世的前世修行咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 强迫症的环境影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 外灵干扰的心理调适咨询【σσЗ8З55О88О√转ihbwel 感情纠纷的解决技巧【企鹅383550880】√转ihbwel 冤亲债主干扰有哪些症状?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 暗恋的自我提升威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 莫名其妙感伤的心理调适【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份如何影响人际关系?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 发育倒退的早期干预措施【σσЗ8З55О88О√转ihbwel 解决孩子不爱读书的问题咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 升迁障碍的职场瓶颈【www.richdady.cn】√转ihbwel 忧郁症的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 解梦的咨询技巧咨询【微:qq383550880 】√转ihbwel 网络信息安全问题登记 云南网站推广信息安全咨询公司名称,-1 购物网站推广 网络安全展门票 信息安全资质包括哪些 唐山做网站网络安全研究平台 网络安全管理技能大赛 网站创建公司 信息安全等级保护建设资质证书 长春专业网络营销公司 信息安全如何实现,-1中国中央网络安全和信息化领导小组办公室 网络营销行业介绍 高端网站定制费用是多少 全网营销套餐 网络推广营销平台 福州自适应网站建设 增城做网站 网站建设流程 如何做网站 宁夏 网络安全和信息化领导小组 营销推广要点 金融行业信息安全事件 珠海移动网站建设费用 青岛做网站的公司排名 顺德精品网站建设 电子商务网上营销 html5作业 建设网站 邮件营销edm 北京网站建设公司分享网站改版注意事项 ctf网络安全比赛证书 总裁营销学 南阳网络营销外包公司 常州网站制作企业 知名网站规划 全网营销模式 网络营销的主要职能? 广州网站建立 电商营销创意 网络营销方面做的比较好的企业(产品)的一个经典案例ppt 工作室网站模板 壹像素网站 什么是网络营销沟通 信息安全包括数据安全和 效果型网站建设 国家信息系统信息安全等级保护 企业网络安全防护 网站建设网站推广 监控网络安全化 顺德做网站的公司哪家好 太原网站建设培训 信息安全的漏洞网络安全管理指引 营销推广要点 网络安全战争 如何加快网站访问速度家里营销电话 郑州营销网站 信息安全的漏洞网络安全管理指引 常用的信息安全技术""是哪几种?" 网络推广营销文章 信息安全等级保护建设资质证书 常用的信息安全技术""是哪几种?" 微网站域名 壹像素网站 金融行业网络安全 余额宝营销活动 1、大型门户网站服务功能 北邮网络安全 网络分享性网站 红酒网站模板 福州自适应网站建设 购物网站推广 武汉网站开发公司 网站沙盒期 信息安全等级保护测评报告模板,-1 网站面包屑导航设计即位置导航 邮件营销edm 万先生网站 信息安全等级评测师 上海网站营销 北京网站建设公司分享网站改版注意事项 信息安全等级保护测评报告模板,-1 保定哪里有做网站的 信息安全等级保护建设资质证书 软件信息安全测评 国家信息系统信息安全等级保护 烟草行业信息安全解决方案 知名网站规划 信息安全的漏洞网络安全管理指引 移动信息安全中心,-1 什么是网络营销沟通 金融行业信息安全事件 郑州营销网站 大丰做网站 安全可靠应用 信息安全 商城网站内容模块有哪些 构建网络安全新生态 通州网站建设 网站的比较 网络营销有用的书籍 金融行业网络安全 微网站域名 手机网站前 网站建设网站推广 网站沙盒期 网络营销在我国的发展 网络推广营销文章 电商营销创意 效果型网站建设 网络安全展门票 网络营销课程主要内容 什么是网络营销沟通 顺德公益网站制作 信息安全等级评测师 小型网络安全维护方案 关于网络安全的资料 网络营销行业介绍 门户网站网站制作 移动信息安全中心,-1 金融行业网络安全 东营网站制作 顺德做网站的公司哪家好 网站面包屑导航设计即位置导航 网站设计报价 信息安全资质包括哪些 武汉网站建设企业 企业网络安全防护 qq空间给别人点赞营销 关于网络安全的资料 陕西信息安全工程技术研究中心 网站建设案例 唐山做网站网络安全研究平台 莞城网站制作 宁夏 网络安全和信息化领导小组 营销推广介绍 互联网营销和传统营销的区别 网络安全展门票