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
airbnb特色营销什么是网络营销推广网络安全威胁包括社会工程学 网络安全网络安全审计终端省网络安全和信息化领导小组办公室关于网络安全知识长沙市网站制作公司西安网站托管广州网站制作广州市网站网页制作公司吞天三千界,帝陨傲世间,做妖三千载,为她弃凡尘呐,说话要讲证据! 我区区一个宗门杂役,怎么会是全能大师呢? 还有,我只是武气六段的菜鸡,怎么可能把师兄指点成首席弟子呢? 至于那些神兽、武皇、魔教……都听命于我?我不是我没有别瞎说。 最过分的是,我一个怂包,你们竟然怀疑第一美女师姐喜欢我? 好吧,就算这些都是真的,难道我想当一条咸鱼也有错吗?身怀不临世间法的百草小师叔郭玉磊,在某一天,带着一柄剑,一头猪,走下了终南山! 开始了他的传奇人生。 医术,可让大佬俯首,一针,可令百媚投怀。 以身为炉,炼化乾坤。以剑为坟,埋仙葬神! 周辰穿越平行时空成为落魄歌手,机缘巧合获得《烈日灼心》中反派老大的试镜,觉醒影帝系统。 “叮!恭喜宿主,获得反派专业户天赋!当你饰演反派时,获得一千倍演技加成!” “叮!无论宿主饰演何种角色,在影视作品首映之后,宿主都能够抽取该角色身上的某种能力!” 获得影帝系统,周辰强势崛起。 他是《烈日灼心》中,平静淡漠,令人胆寒的反派老大! 他是《大人物》中,肆意妄为,到处买单的赵公子! 他是《电锯惊魂》中,精通机关,考验人性的竖锯! 他是《汉尼拔》中,沉默冷静,渗透癫狂的医生!一场灾变,让世界沦为秩序崩坏的废土。 有人栖身要塞,有人躲在荒原,还有人在辐射中变成了另外一种生物。 世界分割为两个极端,权贵们掌握着顶尖的科技,用一座座拔地而起的要塞将自己隔绝在乱世之外。 易子而食,危机四伏的流民区内,一名迫于生计的猎人,为了度过即将到来的凛冬,走向了一条披荆斩棘的道路。 在这艰险混乱的世道当中,一群草根出身的生死兄弟,逐渐让世界为之颤抖。我是作者玄黄凌天,简称玄凌或凌天。这是我首次在本网站发布作品,也是一部长篇浪漫主义半白话同人作品。喜欢我的作品的可以进入我的联络群:452655964。欢迎各位书友前来与我交流。高中才开学一个月后,高一七班的大家都平凡而和谐的校园生活被一个奇怪的黑色软件打破了,这彻底改变所有人的命运。。一代荣耀战神青面修罗,杨枭,执行绝密任务遭遇反杀,隐忍三年之后蛟龙出海,我的恩人,我可以千百倍的报答,我的仇人,你将承受我的怒火,这一生,仗剑走天涯,唯我独尊!《风雨打工路》讲述了一个平凡屌丝漫长的情感与创业的打工之路,有喜也有忧,有苦也有乐........月寒人醉鬓成霜,红尘若梦几千年。漫漫仙路,当剑啸万里,何惧热血染青天!
网络安全 请示 聊城集团网站建设多少钱 全响应网站制作 大庆网站建设 防网络安全 简述网营销的优势 网络招生和营销 网络安全语录 社会工程学 网络安全 网站建设和优化的好处 孩子压力大的前世记忆咨询【www.richdady.cn】 纠纷的心理调适【www.richdady.cn】 去世的母亲的影响分析咨询【www.richdady.cn】 耳鸣的解决方法咨询【www.richdady.cn】 邪灵的防范方法【www.richdady.cn】 自闭症的环境影响咨询【www.richdady.cn】√转ihbwel 公司破产咨询【www.richdady.cn】√转ihbwel 冤亲债主的干扰案例【微:qq383550880 】√转ihbwel 外灵干扰的解决方法【企鹅383550880】√转ihbwel 亲子关系的沟通技巧【企鹅383550880】√转ihbwel 冤亲债主干扰的前世因果【企鹅383550880】√转ihbwel 前世缘份的重逢有什么迹象?【微:qq383550880 】√转ihbwel 忧郁症的环境影响【www.richdady.cn】√转ihbwel 交通意外的常见原因威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭关系的前世记忆【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 财运不佳的真实案例有哪些?【微:qq383550880 】√转ihbwel 升迁障碍的原因有哪些?【σσЗ8З55О88О√转ihbwel 心慌胸闷头晕的原因分析咨询【微:qq383550880 】√转ihbwel 冤亲债主干扰的表现咨询【企鹅383550880】√转ihbwel 去世的父亲的前世解析咨询【σσЗ8З55О88О√转ihbwel 内部列表email营销 网络安全保卫局3所 温州手机网站推广 付费营销 广州品牌设计网站建设 网站建设com 触屏版网站开发 建电子商务网站 网络安全公司招聘 手机网站首页经典案例 山东网站建设 airbnb特色营销 2.信息安全有哪16个威胁请解释 2014年中国网络安全现状 移动营销缺点 信息安全工作组 内部列表email营销 网络安全保卫局3所 温州手机网站推广 付费营销 广州品牌设计网站建设 网站建设com 触屏版网站开发 建电子商务网站 网络安全公司招聘 手机网站首页经典案例 山东网站建设 airbnb特色营销 2.信息安全有哪16个威胁请解释 2014年中国网络安全现状 长安网站优化 网站维护等 广州品牌设计网站建设 信息安全技术产业联盟 Fastcgi做网站 如何加强信息安全大学生信息安全考证 美国 信息安全人才 移动营销缺点 网站制作 手机 教育网站建设 中国网络安全对抗 网站添加视频代码 江苏信息安全100问手册 什么是网络营销推广 信息安全工程pdf,-1 2014 网络安全事件 网络安全 请示 长安网站优化 网络安全的基本目标包括 网站推广渠道 大庆网站建设 西安非营销类公司 网红 网络营销 网络营销职位分析 网络安全技术竞赛 营销型网站优化 airbnb特色营销 重庆微信的营销方案 西安非营销类公司 怎么考网络营销师 市场营销4c战略 浪潮集团与信息安全 浪潮集团与信息安全 网络安全专业是什么 政府 网络安全 营销助手软件 南昌市建网站的公司网络安全设备与技术 聊城集团网站建设多少钱 厦门网站的制作 温州手机网站推广 信息安全等保测评要求 夏玉明 信息安全 网站类推广软文怎么写 企业网站建设服务热线 乐清做网站的公司有哪些 公安部 信息安全实验室 提高个人信息安全意识 营销中的市场细分 建网站的公司 焦作网站建设 信息安全工作组 网络营销职位分析 大型的营销型网站建设 网络营销效果评价方法有哪些 服务好的网站建设 中国信息安全的法律法规 网络安全原因分析 网络安全管理所 网站建设com 网络营销要学什么? 网络安全态势分析 大连制作网站 网站主页怎么做 打造公司的网站 免费页面网站制作 网络安全身份验证的方法 网络营销计划书 Fastcgi做网站 构建网络安全防护体系 嘉兴品牌网站建设网络营销模式的特点是什么意思 4.29网络安全eid EDM邮件营销 内部列表email营销 政府 网络安全 合肥微网站 长沙市网站制作公司 嘉兴品牌网站建设网络营销模式的特点是什么意思 贵阳企业网站设计制作 触屏版网站开发 网站设计计划书 大庆网站建设 网络与信息安全体系 工业网络安全企业 制作企业网站 网络安全技术竞赛 网站维护等 信息安全技术防火墙技术要求 专业网络营销联系电话 十大网络营销案例ppt 企业网络信息安全方案 手机网站首页经典案例 经典网站设计作品 网站怎么推广 网红 网络营销 付费营销 全响应网站制作 网络安全管理所 李苏杰的网站营销 公司网络安全实施 构建网络安全防护体系 如何加强信息安全大学生信息安全考证 什么网站流量高 it电脑信息安全管理软件,-1一键做网站 外贸网站建设公司流程 信息安全 美国