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
学校网络安全使用外贸网络营销总结网络安全机构分支机构网络安全硬件平台厂商嘉兴网站设计999 999网页区设计网站诊断邢台网站制作镇江网站制作聊网站推广石家庄网站制作哪家好苍天啊,明明是穿越,你为啥还要买一送一。 刚得知自己兄长也是穿越者的孙国瑞不由得闭上了眼睛,算了,还是装傻当个闲散王爷吧。  这是伪神黄昏,也是新神黎明,当新旧两派神祇还在不断明争暗斗之时,是否有人曾抬头望向那深邃黑暗的天空,那里,也许还有别的东西在默默注视着他们!   而当末日之战真正降临的这天到来,是否有人能逃过那不可名状的恐怖,又或是置之死地而后生,成为新的恐怖存在!   身为最后一个人类,名为余烬的少年将如何创造自己的传说故事,又将在这场即将笼罩整个蓝星的阴影中何去何从?刚穿越成蜀山剑派大师兄,就因为勾结邪魔教妖女,被废去修为,剥夺身份,羁押在锁妖塔! 好在绝望之际,楚风获得神级签到系统! 在锁妖塔前签到,奖励剑体之首,【无始剑体】! 在三皇殿签到,奖励【轩辕剑】! 在三清殿签到,奖励【紫金红葫芦】! …… 楚风本着不无敌,不轻易出山的想法,苟在蜀山默默签到! 但当三千年前的绝世邪魔,邪剑仙率众攻上蜀山剑派时! 楚风挺身而出,负手而立,横剑身前! “前方蜀山,妖魔禁行!” 于耀明被人陷害坐牢,被逼无奈的他,和甜美女友说了分手。 他辗转来到了港岛,并在混乱与黑暗中崛起。 但是天不遂人愿,坐拥百亿身家的商界大佬,却被癌症给压垮。 回顾一生,最放不下的,还是后来成了甜心教主的前女友——姚心凌! 这些年他孑然一身,最遗憾的是没有能和她在一起。 他留下了遗嘱,将全部身家都留给了姚心凌,然后不甘的迎接了死亡…… 一朝重生,他回到被人陷害之前! 此时他还没有坐牢,没有跟心凌分手! 一起都还来得及! “心凌,我一定会让你火到大江南北……” 姚心凌只当他是哄她开心。 谁知? 于耀明竟是天纵奇才! 不仅在港岛混的风生水起,还亲自当起了她的经纪人 他看中的曲子和影视剧全都能大爆!没过几年,姚心凌俨然火遍了全国。 “接下来,就是把你推上国际舞台了!” 于耀明狡黠一笑 以他的财力,为她量身打造一部大片都没有任何问题! 多年后,国际甜姚心凌站在颁奖典礼上,望着台下的于耀明,大声说着: “于耀明,你真是这世上最完美的男人!”古之大能者,无不是有天地之大道气运加持于身。 我有一堆古之大能加持于身。 菊花受创,开启无敌之路。太初大陆,强者为尊。 草根出身的天才少年被情人背叛,惨遭杀害,却意外开启了仙帝传承。 从此,丹方、秘法应有尽有,天骄、强者无须畏惧! 练最高深的仙家道法; 去最危险的遗迹寻宝; 泡最优秀的绝色美人! 一路高歌猛进,所向无敌,感悟混沌法则,问鼎仙魔两界!看似平凡安逸的生活,实际却暗潮涌动,当原本其乐融融的潜在势力群雄并起时,这个世界能否像以前一样昂首挺胸的迈向未来的下一个篇章?(简介无力,新手作家,请见谅) 在你面前的 是两个世界的救世主 图鉴持有者“约定之人” “合理”的代名词 火箭队首领 研究界的最强训练家 对战界的最强研究员 「对战传奇」 扣no李何哒仰望仙道尽头,你我的命运在何方? 纵观古史,谁为棋手谁为棋? 在这一场浩瀚无边的仙道棋局中,多出的一子,究竟是棋手还是棋子? 江南水乡,一俊俏女子在等待着自己心仪的男子 天下,朝廷,藩王,蛮夷之间的摩擦愈演愈热 江湖,即将到来的战争使江湖暗流涌动 少年。。。
网络安全协调处 网站建设新趋势 2016工业控制网络安全态势报告 网站代优化 网络自动化营销软件 网络技术与信息安全 360网络安全大会 便利的龙岗网站设计 网络安全监管机构是: 网络安全编程培训 迟缓儿的前世因果【www.richdady.cn】 头脑混沌的生活习惯咨询【www.richdady.cn】 感情纠纷的心理调适【www.richdady.cn】 与公婆前世的前世修行【www.richdady.cn】 财运不佳的风水调整方法有哪些?【www.richdady.cn】 与老公前世的前世案例咨询【σσЗ8З55О88О√转ihbwel 婴灵的超度过程咨询【σσЗ8З55О88О√转ihbwel 感情纠纷的原因分析咨询【企鹅383550880】√转ihbwel 特殊学校的案例分享【企鹅383550880】√转ihbwel 人际关系不好时的心理调适咨询【企鹅383550880】√转ihbwel 外灵干扰的前世因果【www.richdady.cn】√转ihbwel 冤亲债主的定义【www.richdady.cn】√转ihbwel 孩子压力大的教育建议【微:qq383550880 】√转ihbwel 耳鸣的原因及治疗方法【企鹅383550880】√转ihbwel 迟缓儿的自我提升咨询【σσЗ8З55О88О√转ihbwel 大龄剩女的婚恋建议【www.richdady.cn】√转ihbwel 为什么过世的前世记忆咨询【微:qq383550880 】√转ihbwel 冤亲债主的化解方法【微:qq383550880 】√转ihbwel 前世缘份的轮回续缘【σσЗ8З55О88О√转ihbwel 人际关系不好的咨询技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 网络安全机构分支机构 信息安全三级等保要求 崇左网站建设 flash个人网站 邢台网站制作市场 网站类型案例 杨卿+网络安全 广州信息安全服务资质咨询公司,-1 温州网站设计 免费网站专业建站 信息安全 一级 营销方式方法有哪些 网络安全协调处 外国教程网站有哪些 建站宝盒做的网站 网络安全编程培训 网络安全图片和文字 网络安全公司有哪些 佛山新网站建设平台 关于网络安全的通知 巴彦淖尔市 网站建设 大学生网络信息安全大赛比什么 网络安全协调处 宣城网站seo诊断 郑州网站制作公司 深圳建设网站 2016工业控制网络安全态势报告 池州做网站 网络安全手机可视化 网络安全 公安部 信息安全和管理中心地址,-1 党政信息安全工作的重要性 网络安全常见病毒 漏洞 网络安全测试标准 医院信息系统的网络安全策略和管理的关系 大学生网络信息安全大赛比什么 网络社区营销的功能 百度 营销策划 asp汽车销售公司网站源码 4s店网站源码 汽车网站建设 完整无 网站备案要多久 网络技术与信息安全 萍乡建网站 国家信息安全一级认证 信息安全专业报名 武汉网站seo 网络营销数据的来源和作用 重庆网站 曲阜做网站 破坏公共信息安全 外贸营销平台有哪些 网络安全硬件平台厂商 湖北省信息安全等级广州招聘SEO营销 唐山网站托管 邢台网站制作市场 网站代优化 网络安全的攻击报告 郑州微网站 英文网站建设 重庆网站 网站建设新趋势 做网站行业 昌平手机网站建设 ps个人网站的首页界面 南京网络安全赛 温州网站设计 忻州网络营销 郴州网站设计 销售网站 网站设计咨询电话 铜陵网站建设 网站意义 网络安全 公安部 怎么建设自己的网站 东莞做网站 网站设计公司 网站代优化 网络安全协调处 信息安全和管理中心地址,-1 便利的龙岗网站设计 网络信息安全素养 深圳市信息安全 邢台网站制作 网络安全常见病毒 漏洞 网络营销时时彩 杨卿+网络安全 国家信息安全部门电话 网站内容好 信息安全专业报名 营销投资回报 龙岗网站建设 网络信息安全素养 曲阜做网站 诺顿网络安全调查报告 商城购物网站有哪些模块 网络技术与信息安全 浙江做网站 网络安全公司有哪些 asp汽车销售公司网站源码 4s店网站源码 汽车网站建设 完整无 郑州微网站 北京信息安全公司 东莞做网站 网络安全公司有哪些 破坏公共信息安全 响应式公司网站 营销者网站 sns网络营销的缺点 网站备案要多久 2015年 网络营销4p策略案例分析 衡水网站建费用 网络安全编程培训 5设计网站 网站后台更新没有变化 网站建站 seo王者荣耀微博营销方式 网络营销促销的类型 高端网站 网络营销数据的来源和作用 建设网站的目的 网络安全防范手段 鹤山做网站 苏州专业网站设计制作公司 国际网络安全标志 闸北区网站制作 外国教程网站有哪些 .信息安全测评机构的资质认定网络营销属于工科吗 广州信息安全服务资质咨询公司,-1 镇江网站建设机构 佛山网站建设 建网站过程 2016年信息安全 长春网站建设推广 天融信网络安全准入 网站类型案例 sns网络营销的缺点 网站代优化 深圳 网站定制