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
2016年网络安全法酷网站欣赏网络信息安全呀管理东阳网站建设中小学生体检信息安全学网站前端广州响应式网站咨询网络营销实训课程ppt模板注册信息安全人员宣传营销科的重要性人类、异兽、亡灵,三个不同世界的种族同时遭受了灭顶之灾,在天人族的援助之下,他们进入了《寰宇》大陆。 资源的有限和欲望的无限是每个种族都要面临的矛盾,于是,一场针对人族的灭族之战开始了,人族被屠戮殆尽。 在战争的最后时刻,王任终于拿到了人族最后的希望,逆天级道具——时光尺。 伴随着系统的死亡提示,王任回到了5年前,《寰宇》刚刚开服的时刻。 王任看着活过来的时光尺,忽然明白,重生,才是人族的希望。 一条重建人族的复仇之路在他的面前缓缓展开。 这次,他要重新发起灭族之战,而灭族的对象,却不再会是人类。李萧从小体弱多病,一场重疾最终无力回天。 “我要死了吗,我好不甘心。” 睁开眼,“咦,我没死呀,不过,这是哪里,我难道,穿越了吗?” 【元宇宙-惊悚世界】 “我不想死啊!” “妈妈救我,我不要进入惊悚游戏!” “救命!救命!有没有人,快把我放出去!” “我是XX大明星,谁愿意救我,你要我做什么都可以!” 惊悚游戏降临全球,每个月随机抽取大量人类进入游戏世界与厉鬼为伴。 当所有人都在惶恐、害怕、恐惧中苦苦求生的时候,第一次进入游戏的陈凡发现,他每次开始游戏前居然能先抽取一件强大鬼物! 鬼外卖游戏中,当别人还苦哈哈骑着纸扎的电动车给鬼送外卖时,陈凡已经骑着猛鬼摩托在大街小巷风驰电掣,单单好评。 当别人好不容易与一只鬼签订契约的时候,陈凡已经拥有了一堆鬼王,组建了第一支人类为首领的鬼军!震撼两个世界! 他麾下的女鬼,实力无比强大,更是个个国色天香,对林风死心踏地。 赚取无数金钱的女鬼总裁,神秘强大的幽界之主,拥有僵尸大军的飞僵女王,修炼千年的倩魂姐妹……女神系列第三部,木灵秀月的基因落到后人Loli身上,企图替她活下去。Loli有五个哥哥,在他们的帮助下,Loli的潜力可以保证自己的存活率。因为木灵秀月,Loli家破人亡、众叛亲离,木灵秀月在她体内待不下去,就分化几股力量为六个儿女,Loli未婚先孕了。几次大战下,Loli的确需要木灵秀月,奉她为大姐,木灵秀月用她的身体复活,为之动容结为姐妹。是意外吗?重生解开意外死亡之谜,一个叫欧阳宇墨的特种兵退役后惨遭陷害后重生初中“乱世枭雄争锋来,此乃大海贼时代!”神话仙武版海贼王的故事,魔改剧情,慢热,多铺垫伏笔,有大量自己的情节,也有原著的时间线,完整多体系,逻辑严谨,带你领略仙武海贼江湖的冒险故事,在重重迷雾中找寻历史的真相,争夺气运,问鼎独道之神!他知道自己想要什么,但他也知道自己该守护什么,底线是什么,靠着一帮兄弟挺起来,靠着大哥的教育,靠着大哥还有各路贵人扶持,一步一步的得到自己想要的,却也失去一些自己曾经拥有的毕业直接就职保安,少走四十年弯路的陈煜,在救人的时候发生意外,一段精彩的旅途开始了。 第一世界-红楼目的只有一个,写完它!穿着裙子踢人的少女,在画册里藏刀的少年,还有那三位总是聚在一起却没有丝毫默契的……没词形容他们。 不知道为什么,最近的我总是会在不经意的时候回忆起那些人,他们曾是人群中的异类,是我们公认的“绝对不能接触的人”。 现在回忆起那时,我想不与他们接触应该是我们做的做的最正确的选择,毕竟他们都是一群怪物,一群有着人的外表但行为却及其诡异的怪物。
微信公众号网络营销 怎么建网站 沈阳开发网站的地方 营销型b2b网站 网络关键设备的网络安全专用产品 东营市报名系统网站设计公司 南邮信息安全实验室环境网络攻防实验实验报告 网站策划 网络安全硬件产品 衡水做网站推广的公司 亲子关系的前世记忆咨询【www.richdady.cn】 自闭症的治疗方法【www.richdady.cn】 与女友前世的影响分析咨询【www.richdady.cn】 人际关系不好的原因分析咨询【www.richdady.cn】 冤亲债主【www.richdady.cn】 脑部不清晰的生活习惯咨询【www.richdady.cn】√转ihbwel 大龄剩女的婚恋困惑咨询【www.richdady.cn】√转ihbwel 如何预防冤亲债主的干扰?咨询【企鹅383550880】√转ihbwel 构建和谐亲子关系的方法有哪些?【企鹅383550880】√转ihbwel 孩子不爱读书的阅读环境如何营造?【σσЗ8З55О88О√转ihbwel 财运问题在线咨询咨询【企鹅383550880】√转ihbwel 自闭症【σσЗ8З55О88О√转ihbwel 孩子学习不好的原因分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家庭关系的前世记忆咨询【企鹅383550880】√转ihbwel 孩子不爱读书的阅读习惯【σσЗ8З55О88О√转ihbwel 心慌胸闷头晕的前世因果咨询【σσЗ8З55О88О√转ihbwel 强迫症咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 外灵干扰的真实案例分析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 如何知道自己有前世缘份?【微:qq383550880 】√转ihbwel 长期耳鸣可能是哪些疾病的信号咨询【微:qq383550880 】√转ihbwel 信息安全年会 cncert 网络安全关键字 昆明做网站公司 唯品会营销策略分析ppt 网络安全技术实训 网络社群营销案例 网络安全培训过程 屈臣氏营销 考网络安全什么证书 网站如何申请微信支付 许可营销工具有哪些 问答营销的平台有哪些 网络安全安卓版 网站架构图 网络营销的基础职能有 中小学生体检信息安全 银川网站设计怎么样 新手营销站 微信公众号网络营销 企业网络安全案例介绍 石家庄网络安全管理局 许可营销工具有哪些 网络信息安全大会 网站优化 通过提高wed可用性构建用户满意的网站 pdf 网站建设大致价格2017 整合网络营销方案 网站建设大致价格2017 网络安全证书已过期或不可信地产网站建设 上海网站设计公司 保定互动营销 云网客 兰州网站优化 云南建网站 专业的外贸网站 .网站排版 宣传营销科的重要性 深圳信息安全企业排名,-1 建网站用什么语言 信息安全年会 cncert 广州响应式网站咨询 网络安全意识培训目的 网络安全和软件开发 网络安全关键字 网络营销经理 网站优化 通过提高wed可用性构建用户满意的网站 pdf 富阳网站建设 昆明做网站公司 中国信息安全产业联盟 传统零售营销的特点是什么 网络安全审计参数 唯品会营销策略分析ppt 网络安全教育培训 大连营销策划 优帮云 建网站地址 网络安全技术实训 新手营销站 个人营销的好处 济南网站优化 网络社群营销案例 网络营销调研 深圳做网站的 渗透式营销 网络安全培训过程 唯品会营销策略分析ppt 营销策划类公众号 杭州 网络安全公司 屈臣氏营销 网络安全实训室建设方案 信息安全在线网课 信息网络安全知多少辽宁企业网站建设公司 考网络安全什么证书 网站制做 佛山网站建设怎样做 办公室 信息安全工作职责 网络安全概述 ppt 广东省 计算机信息安全 网络营销效果评价方式 石家庄网络安全管理局 海尔网络营销策略分析 1 网络安全威胁常见的有哪几种 网络营销课程网站 网络安全信息培训 美国网络安全产业 珠海电商网站制作 .网站排版 云南建网站 阿图什网站 网络营销能力秀微博 网站建设导航栏设计 网银付款的时候网页一般会出现可能威胁网络安全的问题字样吗 什么是网络营销品牌 营销网站与传统网站的区别黑客入侵 网络信息安全 营销型网站设计招聘 b2b网络营销服务有哪些 什么叫b2b营销模式 国家有网络安全制度吗 营销学评价 西安网络安全 计算机网络安全讲座 分析网络营销现状分析 网站交互性 信息安全是程序员吗 珠海电商网站制作 达内网络营销师证书 微信公众号网络营销 什么是信息安全管理 外贸社交营销的关键 营销型b2b网站 信息安全情报,-1 中小学生体检信息安全 中国信息安全委员会 计算机网络安全讲座 深圳互联网营销 网络营销的实质是什么意思 专业的外贸网站 网站优化 通过提高wed可用性构建用户满意的网站 pdf 搭建网站设计 兰州网站优化 培训班营销 营销型网站设计招聘 手机浏览微网站 软件营销站 首例网络安全法 营销策划类公众号 互联网营销语句中国国家信息安全漏洞库 深圳市信息安全行业协会 什么是信息安全管理 网络安全系统 病毒性营销视频 网络安全思想文章 邮件营销行业 济南网站优化 百度不收录网站吗创手机网站 网站建设大致价格2017 网络安全风险评估流程 东营市报名系统网站设计公司