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
内容营销的概念和特点三合一网站建设新潮远网络营销深圳营销网站邵阳做网站莆田做网站重庆南川网站制作公司电话网络社区营销名词解释病毒式营销要点网络营销策划师我相信这个世界的某个地方会有另一个我,在完成我未能完成的事,过着和我不一样的人生。 你好,我是向楠,我能看见...原始大陆乃是一个妖兽统治的世界,强大的凤凰和祖龙各自皆是一方守护强者。 少年十七本是神境强者之子却惨遭血脉剥夺,失去一切的他成为一名废人,直到她的出现将彻底改变他的一生。“我本无名,只能叫无名了。在我心中,若失去冒险精神就失去了人生意义,那种热血沸腾的感觉真是让我欲罢不能!” 神秘少年获得与所在世界格格不入的力量,由于好奇心的驱使让他四处冒险,奇遇连连,随着身体与武器接连产生异变,他那恐怖的身份以及武器的归属渐渐有了答案……黑暗深渊异魔暴动,异魔王横空降世,天澜城危。 “叮。经系统检测,天澜城城主发布雇佣任务,剿灭异魔,是否接受?” “接受。”苏格望着那遮天蔽日的异魔,眼神炽热。 “叮。本着客户至上、任务第一的原则,宿主修为将临时提升到帝境,以便完成任务。” “任务完成,将有十分之一临时修为转化为永久修为,可与宿主原修为叠加。” 于是,人们震惊地看到—— 天澜城外,一剑光寒平地起,亿万异魔成飞灰。 叶彦的生活我因为贪婪,把自己卷进了一个未知的领域。   随之拼命挣扎,但无济于事。   遇到了很多,也挣扎过很多。   明白了许多,也失去了很多。   我不知道当天再亮起来的时候,我还能再次睁开眼睛。   或者是永远的沉睡。   秦峰意外穿越三国,成了一名普通士兵。 虎牢关城外,大战三国第一猛将,他出尽风头。 洛阳城外赶董卓,冀州驱逐袁绍,中原群雄逐鹿。 练绝世雄兵,造超级武器,拥绝世美女,收绝世猛将,纳顶级谋士。 秦峰率领北方铁骑,横扫天下,一统三国。 试问天下,谁人能比。 从士兵到枭雄,秦峰一路走来,成就王者传奇,我秦峰才是天下霸主。 读者群(246835683)感兴趣的可以加群,一起交流学习。新人小白第一本书,一个小故事,每个人都有一个武侠梦世界有平行,道义有雷同。 “一樽浊酒,好生烈!”他畅怀一声后,猛然侧脸目视那股袭来之气,继而顺势抬起一脚,踢出了一道相迎的弧线。 顷刻间,两股力量碰撞出了一声脆响…… 冲击过后,这饮酒人腿间所束缚的一颗铜球,便脱身而落,滚到了身后的悬崖之下。 他不慌不忙,拍了拍方才被溅到身上的灰尘,又看了看手中被尘染的酒樽,庆幸地言道:“哼哼,尚好,酒已尽。” 而不远处也传来了另一个声音:“狂妄,峰有铁律,饮酒者惩。”很黑很黑有个房间孤独的在山上.......
的营销推广措施分析 外贸企业网站 网络安全防范技术 网站怎么进入后台维护 网络安全审计技术 网店营销的特点 企业对于信息安全控制 域名系统网络安全保障 鹤壁网站制作 北京时间网站建设 财运不佳的改运技巧咨询【www.richdady.cn】 与公婆前世的识别方法【www.richdady.cn】 家宅磁场干扰的原因【www.richdady.cn】 冤亲债主的干扰与解脱【www.richdady.cn】 婴灵的前世记忆咨询【www.richdady.cn】 解梦的前世记忆【微:qq383550880 】√转ihbwel 干扰对人的心理影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子压力大【企鹅383550880】√转ihbwel 孩子不爱读书的家庭教育【微:qq383550880 】√转ihbwel 过世前可能出现的征兆【www.richdady.cn】√转ihbwel 邪灵【www.richdady.cn】√转ihbwel 孩子不爱读书的阅读计划咨询【微:qq383550880 】√转ihbwel 纠纷的案例分享【σσЗ8З55О88О√转ihbwel 有官司【www.richdady.cn】√转ihbwel 缺心眼的表现及成因【企鹅383550880】√转ihbwel 长期耳鸣可能是哪些疾病的信号【微:qq383550880 】√转ihbwel 前世今生的缘分如何解读?咨询【σσЗ8З55О88О√转ihbwel 与老公前世的前世案例咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子厌学的案例分享咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 人际关系不好的环境影响咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 信息安全个人简历 如何建立企业网站 首席信息安全官 昆明网络营销实战培训 网络与信息安全信息通报中心 网络安全防范技术 开源网站系统 网络安全 图标 网络安全漏洞解决案例 全国信息安全技术水平考试 网络营销人 网站有哪些内容 福州网站制作好的企业 互联网营销可以做什么的 信息安全管理局 风雨同舟网站建设 莆田做网站 石家庄网站制作 网络营销实训ppt 公司信息安全方法 信息安全专业学校 企业营销服务展示 镇江网站建设机构 建立网站原则 响应式网站开发 搜索引擎营销注意点 如何做好网络营销投资 搜索引擎营销注意点 上海网站设计开 网站网络安全方案 身边的网络营销有那些 棕色网站 北京时间网站建设 北京时间网站建设 莆田做网站 哪里的佛山网站建设 信息安全管理 体系 南通网站建设 南大街 信息安全的cia 信息安全集成服务 等级 网络安全 图标 信息安全对抗赛要求 网站知名度 婚纱摄影网站模板 20个中国风网站设计欣赏 病毒式营销要点 2015 电力 信息安全 qq邮箱营销方法及管理系统 陕西手机网站建站 武汉做网站价格 论坛如何做病毒营销 西安网站挂标 内容营销的概念和特点 洛阳网站设计 网络安全演讲视频下载 互联网营销可以做什么的 信息安全的漏洞 英语 网络安全演讲视频下载 信息安全神话培训 营销小常识 的营销推广措施分析 信息安全的层次化特点决定了应用 郑州专业做网站免费手机个人网站 网络安全是指通过 网络营销的定义概括zac 信息安全专业学校 BBS营销 网站建站 seo 信息安全对抗赛要求 邵阳网站优化 服装网络营销 信息安全流程框架,-1 网络安全漏洞解决案例 网络与信息安全信息通报中心 国内网络安全公司介绍 是什么网络安全技术的基础 网络安全 资源平台 长沙网站托管 新潮远网络营销 重庆专业网站设计服务 网站申请 宝鸡网站建设 建网站过程 全国信息安全技术水平考试 佛山新网站建设平台 如何建立企业网站 网络安全的问题 旅游模板网站 重庆南川网站制作公司电话 中国网络安全 制度 重庆专业网站设计服务 深圳营销网站 福清网站建设 信息安全取证,-1 网络安全监测 信息安全评测 名单 中小企业网站制作 营销小常识 棕色网站 网站制作 武汉 长安网站建设多少钱 网站怎么进入后台维护 镇江网站制作 全网营销云推广 河南信息安全对抗赛 网站建站 seo 域名系统网络安全保障 营销的层次 信息安全个人简历 无线网络安全 清华 上海网站设计开 国家网络安全宣传周活动方案 网络安全数据报告 广东省网络安全应急平台 乐清网站优化推广 机械类内容营销案例 易企网站建设 信息技术与信息安全考试系统 网络营销可信吗 广东省网络安全认证等级中国信息安全测评中心eal3 工控机 网络安全 网络营销公司的排行榜 网站建设案例怎么样烟台软件优化网站建设 建网站过程 北京网络安全与维护培训班 信息安全评价指标,-1 公司信息安全方法 百分百短信营销系统网络信息安全就业前景 昆明建个网站哪家便宜 开源网站系统 济南网站制作公司报价 网络安全专科 网站类型案例 响应式网站开发 网站申请