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
精准营销网络安全中的个人信息安全山东省信息网络安全协会是骗人的吗汽车网站模板网站建设时间建网站后如何维护全景网络安全东营做网站哪些行业适合网络营销建网站素材这是最坏的时代!这是好的时代!这是人类为刍狗的时代! 这是崛起的时代!崛起还是死亡?他会如何选择呢!紫金大陆,李文浩,由于母亲是婢女出身,从小被大房欺辱,养成了他坚毅果敢的性格,在一次采药途中巧合救下了一名炼药师,从此开始了不一样的人生,开启了追逐紫金巅峰之旅途……人活着无论干什么都挺困难。即使坚守不招惹人的原则都躲不过被人刁难。即使是对的,在金钱和权力的逼迫下变成了错的。人活着是最痛苦的事了,压抑的怒火早已烧毁了心脏。人需要发泄的地方,请来疯狂直播间。财是什么?一千个人就会有一千个答案; 财是就是金钱,是贵重金属; 财是就是资源,一切发展的资源; 财,人生经历,认识,胆识,才华甚至是血脉; 为了财,我在亮剑中卖军火;为了特工技术,我在五号特工组中卖装备;为了钱,我在开日奇侠装提供保镖服务;为了财,我在平行世界帮助崇祯一统天下;为了,能量,我在建国大业帮助光头佬在火奴鲁鲁建立王国。 为财,我可以做一切。“陛下不好了!下凡捉妖的天兵天将全被打趴了!” “陛下大喜事!狱神出手了,妖怪都被打趴了!” “陛下不好了!狱神突然收手……他跑路了!” “酉时了,他…下班了!” 玉帝气得拍了拍龙辇,并且在极度愤怒的情况下愤怒了三天三夜… 三界出了个朝九晚五的楚大佬,从此画风变了。 刚破封的罗睺:三界什么时候出了这么一个猛人?我差点被锤爆! 西方教大佬:+1,现在只敢星期六日出来溜达,因为那俩天,楚大佬不上班 玉皇大帝:楚大佬求求你加个班,当个人吧!茫茫宇宙,点点繁星。名不经传,却塑造了一位超级无敌大剑修!!古蓝星,只是一个边陲宇宙,却是叶泽从小赖以生存的家园。家人相继离去,担子只能由年幼的自己扛!睡梦中醒来,改变了命运,一剑在手,天下我有!!我有一剑,可破诸天!!!!一部三国时期的剑侠传奇,熟悉的人物,全新的演绎,一次不一样的三国之旅黎明终结夜的奏章, 黄昏普照忠实的信徒。 那反方向的钟是否能让你回到过去, 一览江河,执步天下。 平凡的王辰,坐上双向的列车,在人生中匆匆驶过。 却因被世纪的魔手选中,让王辰回到过去。 再回首,几度夕阳下,天边依旧红。喂!最近怎么开始听emo歌单了啊?别难过,我分骨头??给你啊!我的字典里希望你能开心 ——爱你的狗狗??笨蛋狗狗只要被人摸一下头就开始喜欢人类。人类的科技已经停滞不前很多年了,工业的污染,人类的贪婪,使得很多东西已经消失在这个世界上。 在灾难面前,万物皆有自救的本能,一场浩劫改变了这个世界的规则! 所有物种已经没有生存之道!它们唯一的希望只能寄托于人类! 为了生存,它们将寄身于人类的体内,吸取所需要的养分! 作为它们的回报,它们也能赋予超越人类的力量! 人类不在依赖于发达的科技。 从此!末日变法开始了!
网络安全行业企业50强 网站制作公司 云南 杭州网站建设设计公司 网络安全解释 网站建设公司 校园网站 网络安全命令大全 信息安全重大事件2017 深信服ac网络安全 南昌电商网站设计 世界环境日借势营销 头脑混沌时如何提高注意力【www.richdady.cn】 家庭关系的矛盾化解方法有哪些?【www.richdady.cn】 财运不佳的财运改善咨询【www.richdady.cn】 人际关系不好的沟通技巧【www.richdady.cn】 婴灵咨询【www.richdady.cn】 去世的父亲的前世因果【σσЗ8З55О88О√转ihbwel 冤亲债主的干扰与化解【σσЗ8З55О88О√转ihbwel 升迁障碍的职场瓶颈咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 心慌胸闷头晕的前世因果咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 财运不佳的自我提升咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 莫名其妙感伤的情感释放咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 精神不振的环境影响【微:qq383550880 】√转ihbwel 不爱读书的案例分享咨询【企鹅383550880】√转ihbwel 灵魂化解的具体步骤咨询【σσЗ8З55О88О√转ihbwel 感情纠纷的原因分析咨询【www.richdady.cn】√转ihbwel 升迁障碍的风水布局咨询【σσЗ8З55О88О√转ihbwel 前世缘份的缘分揭秘咨询【微:qq383550880 】√转ihbwel 婴灵的安抚有哪些技巧?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 莫名其妙感伤的解决方法【微:qq383550880 】√转ihbwel 内心恐惧胆怯的案例分享咨询【σσЗ8З55О88О√转ihbwel 罗湖网站设计 南宁制作营销型网站 全景网络安全 网络安全委员会 网站学习流程 域名 备案号 网站的关系 网站设计公司 网络安全认证 网站推广优化 商城建网站 新都区网络营销 网络安全的经典实例 太原网站开发哪家好 税务系统信息安全基本要求 建网站后如何维护 女生适合做网络安全 设计网站app 长沙网站设计 哪些行业适合网络营销 手机网站开发教程 南昌电商网站设计 网络安全信息培训 手机网站开发教程 美国信息安全排名许可营销工具有 国家网络安全月 惠州网站开发公司电话 国家网络安全月 网络安全产品展会 网络安全扫描器nss 网络安全行业企业50强 杭州网站建设设计公司 2012 西电电子竞赛信息安全邀请赛西电 医疗器械网站制作 中国网络安全公司山西网站建设 网络安全解释 房地产型网站建设 中国网络安全公司山西网站建设 罗湖网站设计 精准营销 马云营销企业 企业网络营销调查心得 南宁制作营销型网站 什么是网络病毒营销方案 武威网站建设 1.2信息交流与网络安全 全景网络安全 网站怎么做内容 计算机信息安全四级 昆明网站设计 网络安全委员会 门户网站做 山东省信息网络安全协会是骗人的吗 网络安全扫描器nss 网站学习流程 西乡建网站 网络安全和信息安全的区别 河南信息安全公司排名 域名 备案号 网站的关系 信息安全 中央,-1 深信服 国家信息安全测评信息安全服务资质 安全工程 国家实施网络安全等级保护制度 网站设计公司 高州做网站宜兴网站建设 中国网络安全公司山西网站建设 网站的定义 网络安全 项目工程 家具网站建设 网络营销软文 招聘网络推广营销 中小企网站设计 网络安全命令大全 病毒营销的三个特点是什么 网络安全防御系统是个动态 2017网络安全热点事件 医疗器械网站制作 网络安全防御系统是个动态 网络安全 项目工程 网站建设公司 校园网站 英国网络安全管理局 蓝色网站 如何建网站 量子计算和网络安全 国家网络安全月 长春给企业做网站的公司 高端大气网站设计欣赏 保定 营销型网站建设 国家网络安全周专题 2017网络安全峰会视频 湖南高端网站制 信息安全条例 确定 山东大良网站建设 绵阳汽车网站制作 菏泽做网站 网站制作软件 网络安全产品展会 网站对比 信息安全重大事件2017 世界环境日借势营销 恩施做网站 深圳 企业 网站建设 病毒营销的三个特点是什么 国家网络安全月 网络安全设计指标 网站制作的困难和解决方案 网络安全教学平台 信息安全培训的机构 网站组成费用 网络安全教学平台 网站建设时间 如何做一个网站 事件营销缺点 网站制作公司 云南 手机版免费申请微网站 网络安全项目方案 惊艳的网站 河南信息安全公司排名 信息安全产品厂家,-1 网站建设维护 绵阳汽车网站制作 惠州网站开发公司电话 网络安全论文1500 网络安全漏洞的分类 网站怎么做内容 网络安全教育与培训 网络平台营销专业术语 网络安全科普 江苏网络安全龙头 常州微网站建设 网络营销11 网站设计公司长沙 鸟哥的linux私房菜 认识网络安全 网站的定义 三零盛安 信息安全培训 内网信息安全解决方案,-1 信息安全 中央,-1