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
网络安全教学平台阜新网站建设江阴网站建设杭州品牌网站建设2017网络安全周时间airbnb 中国营销山西网站制作公司企业建网站多少钱人大信息学院信息安全排名南京网站搭建上古世界,神魔共舞,凶兽横行,修士纵横…… 这一切终归跳不出天道法则的支配。 净世法则之下,一切皆归虚无。 毁灭不过一瞬间,重塑辉煌却需无数岁月。 天道崩灭,推倒重塑,谁甘心再入轮回! 谨以此致敬高三的时光 末世纪元,丧尸危机爆发,大地生灵涂炭,人类逐渐走向灭亡……… 而白羽泽却带着死前记忆重回危机爆发前一个月。 “迷茫之中,该何去何从?” 规划、防守、武器订购、受难者基地崛起…… 危机面前,是生,还是死? 历史给予我新生,我必将改写历史! 在此,请见证,新时代的到来………… 鲜血淋漓的战场,神秘的第三方势力,未完待续的故事…… 意外穿越进游戏世界的楚昱和盛追,在诧异和激动下开启了他们的游戏人生。 在不断和域界人洛羽的相处下,他们逐渐发现了这个世界里和游戏的不同之处,剧情中的漏洞究竟是bug还是阴谋? 友情、立场。 信仰的冲突下,他们的冒险究竟会如何发展呢。黑夜笼罩都市,那些潜藏在阴暗之中的东西开始蠢蠢欲动。 吃着生肉的老太太,后背长着鱼鳞的健身小姐姐。 路边向人搭讪的野狐狸,还有那开在坟场里的小超市。 这些,我都经历过。 而一切,都要从我目睹一场车祸后开始说起……   三国迷周宇,穿越到了身处东汉末年另一个名为周宇的身上。有意思的是此人和刘备乃是同乡,周宇心想自己看了三国这么久,也该在这英雄辈出的三国历史上留下浓墨重彩的一笔了啊。我,叫做程敏刚,她,叫做杜淑萍,杜淑萍是我的老婆, 天下第一楼,天香国最大的酒楼,各种特色菜品,色香味俱全,远近闻名,其财力富可敌国。 这仅仅是外表,内有乾坤,天下第一楼,还是天香国最大的情报组织、暗杀组织。 柳玄意外穿越到魂魂大陆,作为天下第一楼楼主的外孙,具有炎族血脉,开启双系统,大贤者系统和商城系统。 因遭小人陷害 ,父亲逐出纪氏家族,回到柳氏家族,母亲与舅舅囚禁在思过崖,饥寒交迫,自己发配到偏远小镇,监工开采工作。 为了营救至亲,柳玄踏上了成为至强者的路途,解救至亲的途中,得到炎皇,魔尊的传承,魔族公主的青睐,妖族公主的爱慕,天香国公主的悔婚,一场场惊天阴谋慢慢浮出水面。 造人暗算,被媒体发现凌澈居然和南家大小姐出现在一个房间里,第二天全港媒标题:娱乐公司小老板搭上南家大小姐、南大小姐为爱痴狂等等 迫于舆论和家庭压力,南潇潇私下开价码让凌澈跟她结婚,以应付当前不可避免的情况。 “南潇潇,确定要跟我结婚?结了婚你就逃不掉了哦。”凌澈站起来双手压在桌子上居高临下的看着南潇潇。 南潇潇无奈只得点头,心想等过了这个风头再说。 可是结婚后,凌澈不仅反客为主,站在时代的风口上从一个小公司老板搅动了整个港城的风云,一切都在笑谈间。 “南潇潇,你可以重新嫁给我一次吗?”凌澈问。来自大山的青年云彪,勤劳诚实,善良果敢,智慧多才,有远大抱负,在都市奋斗屡得奇遇。 从创立商业帝国到发现太空明珠,为地球找到并开发出一个人间天堂式的备胎,奋斗上千年,留下许许多多脍炙人口的传奇。
注册网站 网站开发技术 网站建设与应用 企业新媒体营销的弊端 注册信息安全讲师 四川信息安全培训 营销网站卖产品方案 网站背景色 网络营销与运营区别 天津理工信息安全 内心恐惧胆怯的情感释放【www.richdady.cn】 缺心眼的前世记忆咨询【www.richdady.cn】 灵性成长工作坊咨询【www.richdady.cn】 感情纠纷的自我提升【www.richdady.cn】 外灵的预防措施咨询【www.richdady.cn】 去世的母亲的影响分析咨询【微:qq383550880 】√转ihbwel 升迁障碍的职场规划咨询【σσЗ8З55О88О√转ihbwel 长期头脑混沌可能是哪些疾病的前兆【www.richdady.cn】√转ihbwel 耳鸣的案例分享咨询【企鹅383550880】√转ihbwel 失业【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的案例分享咨询【www.richdady.cn】√转ihbwel 如何改善亲子关系?咨询【σσЗ8З55О88О√转ihbwel 与老公前世的识别方法咨询【σσЗ8З55О88О√转ihbwel 官司的调解技巧咨询【www.richdady.cn】√转ihbwel 官司的预防措施【σσЗ8З55О88О√转ihbwel 官司的案例分享【企鹅383550880】√转ihbwel 孩子厌学的前世因果咨询【企鹅383550880】√转ihbwel 解梦的前世影响【微:qq383550880 】√转ihbwel 心慌胸闷头晕的自我提升【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的情感重建方法有哪些?【微:qq383550880 】√转ihbwel 上海知名网站建设公司 深圳新媒体营销平台 自建网站平台的页面功能 网站红蓝色配色分析 网络安全日志分析报告 青岛设计网站的公司哪家好 深圳网站维护有限公司 团购营销 杭州品牌网站建设 注册网站 网络安全 绿盟 天津网站建设 建设官方网站 苏州网站建设logo 网络营销博客 注册信息安全讲师 网络安全大学 2017信息安全奖学金,-1 电子商务新网络营销 网络营销个性化服务 北京网站建设开发 信息安全办公室,-1 网络营销与运营区别 企业网站管理系统 信息安全等级保护 英文太原网站开发哪家好 上海客服营销外包公司 青岛建网站 网络整合营销套餐 酒店网络安全审计 四川信息安全培训 1.2信息交流与网络安全 陕西网络营销公司 信息安全咨询 企业 快速做网站营销推广服务 网络安全教程 百度云盘 网站设计存在的不足 广东信息安全研究生,-1 江阴网站建设 石家庄网站优化公司 软件网络安全认证证书 网络安全日志分析报告 《网络营销学》 微博营销内容怎么写 工业控制系统网络安全 怎么网站设计 注册网站 团购营销 高端全网平台整合营销 连云港网站建设 山东大良网站建设 网络安全 绿盟 网络安全证明 杭州品牌网站建设 王秀军 网络安全与信息化 网站建设与应用 信息安全服务一级资质 工业信息安全是什么意思 快速做网站营销推广服务 网站背景色 人大信息学院信息安全排名 青岛个人网站制作 官方网站欣赏 山东省信息网络安全协会是骗人的吗 网站开发技术 网站红蓝色配色分析 电子商务新网络营销 常州微网站建设 有哪些网络安全机构营销学习 网站设计公司 无锡 权威的网络安全网站 网络安全检讨书 上海市网络安全办公室 2017信息安全奖学金,-1 简约网站 装饰网站建设 注册信息安全讲师 饭客网络安全论坛单页面营销 态势感知 网络安全 广州网站建设优化 广州做网站信科分公司 2017网络安全周时间 信息安全的基本要求是 网络营销博客 airbnb 中国营销 网络营销个性化服务 四川信息安全培训 网络安全工作的价值 营销型文章 网站微博营销哪个好用 网站建设策目标 中型网站 蓝色网站 企业新媒体营销的弊端 经典新媒体营销案例分析 连云港网站建设 个人网站备案 苏州企业网站建 上海知名网站建设公司 山东大良网站建设 企业建网站多少钱 经典新媒体营销案例分析 罗湖网站设计 信息安全等级保护 英文太原网站开发哪家好 合肥全网营销 营销网站卖产品方案 企业网站管理系统 网络营销信息传播效果 公安部网络安全局官网 海珠做网站 陕西网络营销公司 科大信息安全专业 做网站品牌 工业控制系统网络安全 杭州品牌网站建设 网络安全的经典实例 衡水网站设计费用 营销热门话题 青岛个人网站制作 个人网站备案 快速做网站营销推广服务 1.2信息交流与网络安全 北京网站制作公司招聘 seo营销技巧培训班 企业新媒体营销的弊端 北京网站建设开发 广州网站建设优化 网络与信息安全认证资质证书 义乌建网站 做网站销售 网站设计存在的不足 好的市场营销方案 温州微网站制作公司推荐 无锡做网站哪家好 网络营销引擎 广州企业网站设计公司