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
信息网络安全答案大数据网络安全专业版有哪些网络安全团队招人?中小企业营销培训展示网站模版源码搭建网站 网页招远建网站利用网站营销的目标网址制作网站网络安全法大赛互联网品牌营销是什么第三次世界大战后辐射扩散到宇宙各处,人类的基因发生了奇怪变化,就连地球也变了样。天道生万物,秘境生机缘……漫漫长生路,通往天道门,修行的最后是秘境的最终缔造者……塞维斯从满桌的文件堆中慵懒的抬起头来,对着威尔质疑道:“你确定这次我们研发出来的生物能帮助我们实现最后的愿望?“ “我也说不清了,每次都只差那么一点……可是始终,他们也像我们从前一样没有意识到那个问题,维塞斯,你说当时要是……” “我们的时代已经结束了。”塞维斯扶了扶眼镜,略带些遗憾的打断了威尔的话 “但是……已经失败了几百次了,我们甚至为此创造了无数个宇宙,可是结果呢,就这么死去了吗。” “所谓生物进化,就是开拓更多可能的进化过程,可是开拓得越多死路越多,我们意识到了什么,也已经不重要了。”塞维斯看了看浑身颤抖的威尔,脱口道:“当电影看吧,指不定哪天,荧幕就碎掉了,然后我们就奇迹般的成功了。” 廻元纪 笔录 2012年宋尘,表面上是一个算命先生,实际却是宋家第三十代捉妖师。看他如何与汉武帝刘彻一起冒险当低魔时代遭遇天灾人祸,当混沌神选开始觊觎这个世界,当旧日支配者降临世间,当泰伦虫族迷路至此,当遭受欲望的驱使互相征伐内斗,人类究竟可以坚持多久? 在末世的大框架下,人性的黑暗面暴露无遗,但勇气的赞歌也可以响彻云霄。 一双眼睛,看不清世态炎凉。 一壶浊酒,饮不尽爱恨情仇。 一张笨嘴,道不完沧海桑田。 一曲高歌,唱不清岁月蹉跎。 一段故事,只不过黄粱一梦。 本书所有主人公只是随着事件的推动而依自己的性格进行。他们只是这段历史的见证者,经历者 ,仅此而已。 万物轮回始于本末,功过是非,皆留各位看官评说。 本作不回会去影射现实生活,如有巧合实属雷同。 毕竟历史总是惊人的相似,我们只是历史的见证者。天地有五行,五行可证道...... 叶飞流躲在家里偷偷的修仙,对外谎称在家写小说。 别人都不知情,直到某一天,为了救邻居家的小孩,叶飞流一只手拦下冲撞过来的一辆货车。 全村都震惊了。 从此以后,叶飞流带着叶家全族修仙。 十年后,世界与异空间融合,无数外域异兽入侵,一夜之间,全球陷入绝望之中。 就在这个时候,叶家全族挺身而出,御剑飞行,抵挡异兽洪流。 举世震惊! 外国:“天啊,龙国怎么会有那么强大的人。” “我为什么没有生在龙国?!” “啊啊啊,龙国人好幸福,他们有叶家。” PS:土豆出品,必属精品(嘿嘿)! 江湖的心中有一条江,江湖给它取名为“湖”。自此,江不离湖,湖不离江。而江湖的心里,住着一片江湖!他经受了一次次灾难险情的磨砺,意外修成了一些神奇的本领,却不知由来。他如同脱胎换骨一般,斩妖除害,从一个普通人成为功高盖世的战神。别人穿越都是封侯拜相,为啥我穿越过来就只有半个小时的命? 还好有系统送了100亿两黄金! 花1两黄金就得1分钟寿命?这买卖划得来啊! 有什么事情,是用金元宝解决不了的? 1个金元宝解决不了,那就用100个、1000个! 一个落魄书生,靠着黄金开道,称霸天下的故事!
网络安全资质证书有哪些 招远建网站 网络营销课程老师 网络安全培训过程 网络安全 主动出击 网址制作网站 台州网站设计外包 营销网站页面分析工具 网络安全概述 ppt 南京网站公司 冤亲债主的干扰与解脱【www.richdady.cn】 与公婆前世咨询【www.richdady.cn】 老公家暴的心理调适【www.richdady.cn】 失业的环境影响【www.richdady.cn】 不爱读书的环境影响咨询【www.richdady.cn】 财运不佳的风水调整方法有哪些?咨询【微:qq383550880 】√转ihbwel 投资项目咨询【微:qq383550880 】√转ihbwel 强迫症的心理调适【www.richdady.cn】√转ihbwel 与女友前世威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婴灵的预防措施咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 内心恐惧胆怯的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子不爱读书的心理分析有哪些?咨询【www.richdady.cn】√转ihbwel 感情纠纷的改运方法咨询【微:qq383550880 】√转ihbwel 外灵的驱除方法咨询【企鹅383550880】√转ihbwel 与公婆前世的影响分析【www.richdady.cn】√转ihbwel 学习成绩差的原因分析咨询【www.richdady.cn】√转ihbwel 忧郁症的改运方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 长期头脑混沌可能是哪些疾病的前兆威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生测试在线【www.richdady.cn】√转ihbwel 事业不顺的自我提升威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 创做网站 协议分析与网络安全 绵阳做手机网站 上海 网络安全企业 网络营销组织形式 首例网络安全法 四川省网络安全报警 北邮 网络安全研究院 网络营销课程老师 信息安全-信息系统安全等级保护基本要求 网络营销战略特点 网站推广排名 常州网站制作市场 海珠区pc端网站建设 网站的承诺 营销软文范例 利用网站营销的目标 营销型网站定制 网站营售 建网站代理商 注册信息安全人员 互联网信息安全解决 如何建立个人网站 免费的企业网站 淄博网站建设 网站有后台更新不了 太原建网站 西安网站优化 网站建设优化服务价格 网络安全宣传情况 2017 网络安全 最新营销工具 最新网络安全问题及解决办法 2015 电力 信息安全 建网站空间 网络安全 主动出击 网站制作字体 广州网站设计公司排名 企业信息安全的定义辣条的营销渠道 重庆专业的网络营销 网络营销组织形式 网络安全零基础视频 网银付款的时候网页一般会出现可能威胁网络安全的问题字样吗 海珠区pc端网站建设 网络营销应当实施以 为中心的产品开发策略 网站推广排名 网络营销战略特点 四川省网络安全报警 沈阳市做网站的公司 个人网络安全的重要性 电气网站建设 网络营销应当实施以 为中心的产品开发策略 网站设计 深圳 如何设置网站图标 网络社区营销的主要形式 网络营销方法 体系 最新网络安全问题及解决办法 网络安全资质证书有哪些 网络安全和软件开发 制学网网站 网站有后台更新不了 网站写文案 服务营销产品定价策略 网站开发流程 网络安全法 网络空间 信息安全审查 狮山建网站 台州网站设计外包 工控网络安全烟草方案 网站设计 深圳 展示网站模版源码 江苏省信息安全等级保护网 网络安全资质证书有哪些 信息网络安全答案 信息安全审查 济南网站营销 龙岩网站建设 顺德网站制作案例价位 2017 网络安全 郑州做网站的外包公司 防火墙在网络安全中的应用陕西信息安全管理中心 注册信息安全人员 网站建设哪家好 电气网站建设 信息科技有限公司网站建设 外链营销的发展趋势 建网站中企动力 石家庄网站设计制作服务 网站营售 互联网信息安全解决 网站页面设计 开源网站管理系统 智能网站建设步骤 网络安全法大赛 外贸网站设计 中科院信息安全所 北邮 网络安全研究院 免费的企业网站 重庆网站建设 优化 集团网站建设哪家好 北京专业做网站 信息科技有限公司网站建设 网站的栏目 如何建立个人网站 互联网信息安全解决 佛山购物网站建设 免费的企业网站 网络安全学 淄博网站建设 重庆整合营销哪里好 绵阳做手机网站 利用网站营销的目标 协议分析与网络安全 2016网络安全攻击统计 搭建网站 网页 太原建网站 网络安全宣传周ppt 常州网站制作市场 红帽杯网络安全大赛 郑州网站建设哪家有 长沙高端网站建设服务 福州专业做网站的公司有哪些 网站营售 社会化媒体营销 分析网络安全问题 2015 电力 信息安全 网络安全宣传情况 网站推广排名 个人网络安全的重要性 郑州做网站的外包公司 新媒体营销成功案例ppt模板 佛山微信网站建设 网络安全攻防专业方向 2015年网络安全数据 输入网络安全性金?