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
如何进行sem营销长安建网站公司网站建设咨询有那些网络安全小知识信息安全工具测试国内外信息安全研究现状及发展趋势工业控制系统信息安全蓝皮书深圳网站维护快速网络营销软件警惕网络窃密构筑网络安全防火墙古老的邪灵世界上,我以武道立足于世。杀其邪灵炼其血收其魂,拯救苍生。开起不一样的侠客之旅,铸造无上大俠威名。尘世浑浊,妖鬼横行,生灵涂炭,唯有杀戮,才能横推此界。韩宁重生08年,回到了与德甲多特蒙德俱乐部青训队的友谊赛赛场之上。 开局觉醒系统,获得了巅峰罗纳尔多体验卡,获得钟摆过人技能,在友谊赛上大杀四方。 新任多特蒙德主教练克洛普此时就在场下,看到了韩宁的统治级表现,直接钦点将韩宁带到了德甲联赛,正式踏上了职业足球的道路。 ........... 克洛普:见到韩宁的第一眼,我就觉得他必然成为巨星! 齐达内:给我一个韩宁,我也能在欧冠赛场上蔑视群雄! c罗:我原以为自己是世界最强,韩宁让我认识到天外有天。 梅西:韩宁永远都是我要追逐的目标,自从他出现之后,我就再也看不到获得金球奖的希望了。 诺伊尔:别提他了,我都快成世界波背景板了。 林皇:有韩宁在,我怎么有资格称皇! …… 当韩宁带领国足重新杀回世界杯决赛圈,所有人的目标便一步步的提升,从进一个球到小组出线,从小组出线到获得奖杯! “有他在,我们就是世界一流强队!”玄龙大陆,以武为尊。 少年叶平安得到败天武帝的至尊天眼,从一个卑微的蝼蚁,成为至高无上的绝世武帝! 一路上白骨累累,红颜多娇路飘摇,无敌路上太寂寥!教他炸金花;和他去开矿,教他学经商,陪他去泡妞,跟他去打架。孙玄意外穿越到了西游记的世界,和孙悟空一起从石头中蹦出,凭借着未卜先知的能力,兄弟二人也在改变着自己的命运!楚林重生穿越到一个未知的修仙世界。 武功尽失、曾被称为“奇才少年”的他跌落神坛。 正当楚林痛饮美酒,卧床难安时,他居然又跑回现实了。 从此获得:驾驭现世与修仙世界! 某天公司举办Cosplay展览会,楚林意外遇见一名古装女子。 她窈窕妩媚,柔桡轻曼,冰肌莹彻,两眼流苏像极了制作游戏里的人物。 “凛秋雪,这个家伙居然也跑到现实了!” 楚林不敢置信地抓住她的皓腕,只见凛秋雪铁青着脸。 “流氓!” 羽化飞升的周蒙没有成仙,却穿越来到了灵川大陆,灵魂附身在一个孱弱的少年身上。   人类是灵川大陆唯一无法炼气的生物,也是灵川大陆食物链的最低端的存在,还是众多兽族的口粮。   周蒙带着一身蓝星道法穿越,意外找到了人类修炼的法门。自身强化的同时还利用蓝星道法增强人类,居然能够使人族拥有无上实力。   周蒙以凡人之躯加冕人皇,带领人族崛起。   狼族:“区区人族而已,犹如蝼蚁,小指头足以捏死!”   狐族:“什么时候人类也能称之为威胁了?”   树族:“狗屁人类,我一巴掌一个好吧!”   人族开启修炼之旅,全员恶人之后。   狼族:“人族大佬们饶命,我愿意终生为人族当狗!”   狐族:“人类决不能留!”   蜥族:“啊?我蜥族被人族一巴掌一个了?”   扫清一干种族,成就万古人皇!!月影照沙丘,星河近眼眸。明月无尘染,沙海风声留。处处沙堆现,地鸦鸣远汉。西漠鸦声鸣,雄鹰俯身行。小院传道语,薄团坐俊青。他们是国内少有的哥特金属乐队,从酒吧驻场到签约公司,再开演唱会,貌似走在光明大道上。在黑暗的角落太久,炽热阳光掺杂着迷幻彩灯,让本快发霉的南轩错落痴狂。 都说搞艺术的人有清高的本质,真OR假?在荣誉面前,大众眼下,是为大众而变?还是让大众接受真实的自己?弦舞和南轩两位多年好基友在各自光环下,终于散发不能相容的光芒。 南轩成为人们眼中的妖孽,他跟一切不顺自己的人,事相斗。遇神杀佛,天地不惧。没少得罪人,也时不常坑队友。尽管乐员们都有相当的能力,也难免不被他所伤。 爱情,他嚼着一个女人,碗里又被放着一个女人,而自己的筷子还夹着一个女人。想先吞一个,但筷子上的那个掉落,砸中碗边,导致碗里那个也一起倒翻在地。 事业,紫衣人告诉他:要到达巅峰之境,必须有疯癫之举。 终于耗尽所有的疯狂后,南轩却并未到达巅峰之境。 不久,一个长得和他一模一样的人来给他扫墓。 随后,那人开启了逆向反扑的狂生……
营销活动公司 重庆 工信部 网络安全认证 2017中国网络安全论坛 保定专业做网站 常见的网络安全产品 h5网站搭建 上海做网站 公司 小数据 信息安全 ppt 网络安全防护有哪些 国家网络信息安全 亲子关系的改善方法【www.richdady.cn】 财运不佳的财富转运咨询【www.richdady.cn】 发育倒退对孩子心理的影响咨询【www.richdady.cn】 公司破产的法律咨询咨询【www.richdady.cn】 大龄剩女的职场发展【www.richdady.cn】 小企业破产的主要原因【www.richdady.cn】√转ihbwel 事业发展瓶颈突破【微:qq383550880 】√转ihbwel 发育倒退对孩子心理的影响咨询【σσЗ8З55О88О√转ihbwel 儿子不读书的解决方法【σσЗ8З55О88О√转ihbwel 前世今生的梦境解析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 提高情商的方法【www.richdady.cn】√转ihbwel 人际关系不好的环境影响【σσЗ8З55О88О√转ihbwel 外灵的预防措施咨询【www.richdady.cn】√转ihbwel 不爱读书的原因分析【www.richdady.cn】√转ihbwel 阴间生活的前世解析【www.richdady.cn】√转ihbwel 阴间生活的前世因果【σσЗ8З55О88О√转ihbwel 婴灵的安抚有哪些实用技巧?咨询【σσЗ8З55О88О√转ihbwel 失业的前世记忆【企鹅383550880】√转ihbwel 发育倒退的案例分享【企鹅383550880】√转ihbwel 如何改善人际关系【微:qq383550880 】√转ihbwel 网络安全是什么专业 网站布局 互联网信息安全产品 微信营销代理分级软件 山东网络营销 信息安全管理平台soc 网站高端网站建设 中山精品网站建设方案 e-mail营销 专业的网站建设互联网保险 信息安全 信息安全准入 响应式网站栅格 企业成功营销策略案例分析 南京信息安全研究院有限公司 网络科技营销策略营销者网站 搜索引擎营销策略 做好哪些网络营销能力 电子商务 网络营销培训 常见的网络安全产品 浙江 网络安全 网站建设咨询 开发网站的目标 营销模式 产品策略 营销大全 什么是移动网络营销 信息安全等级二级评测 互联网信息网络安全技术措施解决方案 信息安全检查工具 苏州做网站 上海做网站 公司 网站高端网站建设 公司网络营销的方案设计怎么用域名建网站 香奈儿的营销 四川大学 信息安全 网站通栏 2017中国网络安全论坛 自适用网站的建设 信息安全管理研究中心 国内外信息安全研究现状及发展趋势 网络安全专家条件 信息安全中的信息是指 工业控制系统信息安全蓝皮书 2017年网络安全趋势 网络安全保护 智能电网信息安全 卫龙营销战略 信息安全等级测评价格 订阅号营销 分析一个网站 网络营销理念包含哪些内容 网站建设咨询 公司信息安全工作建议和意见,-1 12306信息安全事件 上海品牌网站建设公司 快速网络营销软件 途牛网营销 石家庄网站制作哪家好 e-mail营销 山东网络营销 2015江苏信息安全竞赛单位排名 网络安全专家条件 网站设计总结 济南网站建设多少钱 网大营销 上海大 小企业网站制作 品牌营销平台 宝洁网络营销案例分析 搜索引擎营销策略 互联网信息安全产品 滴滴营销 网站布局 海尔品牌的营销策略 营销外包服务协议 惠州网站建设 移动营销特点 上海大 小企业网站制作 支付宝网络营销成果网络安全管理局 级别 大连网站建设公司 华为 网络安全特性 东莞多语言网站建设 网络安全法 2016 techcrunch 川大 信息安全竞赛 重庆好的网络营销公司 常见的网络安全产品 内容营销 社会化营销案例 大数据网络安全 中国信息安全测评中心怎么样 江苏网站设计公司 警惕网络窃密构筑网络安全防火墙 信息安全管理机构 南京信息安全研究院有限公司 浙江 网络安全 海尔品牌的营销策略 工业控制系统信息安全 责任 工业网络安全防护网关 网站售后 网络安全攻防题库 鹰潭做网站 网站设计总结 it企业信息安全 澳洲网络安全挑战赛 网站设计 万维网站 内容营销 社会化营销案例 免飞网站 重庆 手机网站制作 2014年网络安全大事件 服务类做网络营销 互联网信息安全产品 呼市网站设计公司 网站布局 信息安全等级二级评测 营销外包服务协议 网络科技营销策略营销者网站 政府网络信息安全方案 信息安全大数据平台,-1 工信部 网络安全认证 中国计算机网络安全网 网络安全保护 星巴克和微信营销案例 网络安全是什么专业 做网站群的公司 星巴克和微信营销案例 营销外包服务协议 公司网络营销的方案设计怎么用域名建网站 做好哪些网络营销能力 信息安全评测机构 鹤山做网站 互联网信息网络安全技术措施解决方案 网站建设上市公司 国家信息安全等级保护制度第二级要求 做谷歌网站 精准营销代理公司 2014年网络安全大事件 2015江苏信息安全竞赛单位排名