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
网络安全相关会议福州专业网站建设四平做网站眉山网站优化网站展示型和营销型有什么区别网络安全实训宁波网上营销网网络安全问题的研究信息网络安全杂志全年信息安全等级备案信息安全等级保护要求林啸意外穿越特种兵的世界,随身带着最强国术系统。 每提升一个等级,不但身体会得到强化,还能获得新的国术,成为自己的天赋神通,既分高低,也定生死。 暗器精通:拥有此技能,你可以熟知每一件事物的属性,能将任何一种物品当作杀人的利器,杀人是一种技术,不滞于物,请谨慎使用此技能。 何晨光:“你从娘胎就可以练功吗?” 雷战:“牙签也能杀人,老子服了!” 安然:“啸哥,你确定你的女友是大明星?不是特种兵?” 范天雷:“狼牙的未来就交给你了,老子提前退休。【2021年爆火迪化流洪荒文】 穿越到洪荒世界,还是个手无寸铁的凡人,本以为靠着系统能横行洪荒,没想到系统居然还跑了,这可怎么搞? 最关键的是封神在即,这可是连圣人无法避免的天地量劫! 林轩表示,咱还是先苟着吧! 但让他没想到的是,他随手打下的鸡,居然是鲲鹏妖师! 被他逗的满脸通红的美女,是西王母和三霄娘娘! 林轩懵了,他其实真的只想苟啊! 天地初始,孕育造化之九塔,镇天地之混沌,衍天道之灵,构筑万界秩序,演化万界生灵。   时光飞逝,流转亿万年岁月,九塔蒙尘。   都市发展迅速,进入科技新时代,城市高楼林立,灯火通明,一位名为纪十安的少年正在密林中举起了他的弓箭。。。。。 考研上岸的许青,终于端上了梦寐以求的铁饭碗。 只是,这个饭碗跟他想象的有点不一样,他穿越到一个刚刚亡故的捕快身上。 更是被一个身材高挑,黛眉星瞳的俊俏女捕头看中,被对方挑过去当手下。 许青原本是拒绝的。 直到他看见女捕头随随便便掰断了一根石头做的灯柱…… 女捕头:“我不喜欢勉强别人,你若不愿意跟着我便说出来。” 许青:“卑职愿意,这乃是卑职遵从内心的决定!无有半点勉强之意!” 依山而建的宏伟墓藏,却无一具尸骸,墓主人到底是谁,它们又身在何方。 十大古老家族,永不出世,到底在守护什么秘密。 吴惊蛰带领着考古队,探究着一切,却也踏上了一条不归路。江潮刚穿越古代,发现前身是个好吃懒做的主,家里还有一对苦命姐妹。 眼看断粮要饿死,江潮只能做个勤劳的小蜜蜂。 却不想日子有点盼头,土匪又上门了。 都不想我活是吧?那我就先弄死你,我可是全能特工,先弄几颗土雷轰你娘的。 土雷不怕?枪怕不怕?要不就搞几门炮炸你玩玩!没事,数理化哥全能。你来再多,有的是办法对付你。 朝为田舍郎,暮登天子堂! 从乡野到朝堂,江潮靠着领先这个时代千年的知识,竟渐渐握住了这个强盛王朝的脉搏。“豺狗的天降陨石竟然在地面砸出一个百米大洞?恐怖如斯。” 杨开召唤战斗暴龙兽使用盖亚能量炮直接在地面砸出一个一公里的深坑。 “大佬?你这是什么魂兽?” 面对众人的震惊,杨开默默转身。 面对着奔腾而来的兽潮,一个金色的大门缓缓在天空中打开 这个世界四方各有一处释放真气之地,分别被四族占领,万年前四族大战,人族最终获胜,将三族真气封印,后又建龙脉于中原,吸收四族真气,使其他三族永无翻身之日。万年后,人族中各个帮派、教门林立,世界各处更是异象频现。这一天,朝廷宣布要组织一场帮派战,最终奖励是10颗重生丹,据说是上古大战所留,可以使死人起死回生,使活人脱胎换骨。江湖上各个帮派、教门摩拳擦掌,跃跃欲试。与此同时,江湖上一个新的帮派“天下第一帮”已经悄然崛起。这到底是一场机遇还是一个阴谋?我经历传说中的龙泉乡事件和某某年的僵尸事件后申请了休假。某一年夏季的一天,曾经的一个好友来到我家里告诉了我……。 (PS:全都是假的没事儿别瞎想。) 简介跟剧情无关。未来世界,一款名为超神空间的游戏横空出世! 人类可以自由进入超神空间,进行修炼升级打宝炼器,并且能在虚拟和现实中自由穿梭,将游戏中的等级和宝物带回现实! 沈明为了救治母亲的癌症,踏入超神空间寻找药物,逐渐从一个人人喊打的小人物,成长成为天下无双的万界之主!
京东的市场营销战略 营销外包价格 黑客做网络安全怎么挣钱 网络安全现状及前景 sms营销 "信息安全管理.iso,-1 网络信息安全教程 上海做网站 公司排名 传统营销模式的利弊 营销环境分析的内容 意外的原因咨询【www.richdady.cn】 前世今生的因果关系【www.richdady.cn】 去世的父亲的前世记忆【www.richdady.cn】 忧郁症的预防措施咨询【www.richdady.cn】 为什么过世的心理调适咨询【www.richdady.cn】 前世缘份的续写有哪些方法?咨询【www.richdady.cn】√转ihbwel 特殊学校的前世影响【企鹅383550880】√转ihbwel 解梦的方法与技巧咨询【www.richdady.cn】√转ihbwel 人际关系不好的心理调适咨询【企鹅383550880】√转ihbwel 冤亲债主干扰有哪些案例?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何判断被冤亲债主干扰?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 为什么过世的前世记忆【σσЗ8З55О88О√转ihbwel 家宅磁场的调整方法咨询【www.richdady.cn】√转ihbwel 佛教视角下的前世今生咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的修行建议【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的化解方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 莫名其妙感伤的前世因果咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 升迁障碍的案例分享【www.richdady.cn】√转ihbwel 家庭关系的咨询技巧【www.richdady.cn】√转ihbwel 前世老公的前世修行威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 信息安全业务 万脑网站建设 信息安全等级在哪查询 珠海企业网站制作公司 杭州电子科技大学信息安全 信息安全管理体系内审 营销网络搭建方法 网站域名怎么进行实名认证 网站版面设计 网络安全公司起名字 包装材料营销型网站 信息安全应急处理服务资质认证 网站网格 网络安全等级保护基本要求 国家信息安全测评 星巴克网络营销的价值 网站建设联系电话 2013年进行互联网营销推广的企业各种网络营销方式的渗透 深圳企业网站制作 网络营销工资 网络安全测试平台 宁波网上营销网 网站赞赏 第二届国家网络安全宣传周 厦门网络营销师培训学校 营销外包价格 人们常说的网络安全一般包括 信息安全应急处理服务资质认证 网站网格 网络安全等级保护基本要求 小程序在建网站吗? 网络安全准入控制系统 蓝海国际版网站建设系统 sms营销 营销外包价格 非在线交易型企业的网络营销流程并分析每种推广渠道的特点 网络安全现状及前景 河南网站建设 网御网络安全管理系统 建网站手机版 网络安全技术高峰论坛 建行个人电子营销平台 网络信息安全演讲稿 星巴克网络营销的价值 顺德网站优化公司 天津信息安全公司排名 合肥营销型网站建设 网站制作呼和浩特 如何对信息安全提问,-1 2016年信息安全产品发布会 信息安全等级备案 网络安全实训的内容 网站建设联系电话 中国网络安全组长 网站设计学习 网络营销产品组合 建立个人网站多少钱 龙岗网站优化公司案例 政府网站建设 社会化口碑营销 营销研究 信息安全风险评估服务 2013年进行互联网营销推广的企业各种网络营销方式的渗透 国际网络安全顾问 信息安全等级保护要求 网络安全法 网络安全协议理论与... 深圳企业网站制作 网络安全 bbs 宝安网站制作公司 非在线交易型企业的网络营销流程并分析每种推广渠道的特点 信息网络安全杂志全年 "信息安全管理.iso,-1 网站制作教程 福州专业网站建设 微信群如何做网络营销 龙岗网站优化公司案例 信息安全业务 安徽网络营销 互联网信息安全评测认证 信息安全等级在哪查询 包装材料营销型网站 网络安全测试平台 武汉大学暑期信息安全 移动商城网站建设 深圳 "信息安全管理.iso,-1 天津企业网站建设 中小企业网站建设服务 长春制作门户网站的公司 做一个网站要多少钱信息安全等级保护技术标准体系 国务院负责统筹协调网络安全 是网络营销的劣势 沈阳营销咨询公司思齐邮件营销好用吗 网络安全协议理论与... 做一个网站要多少钱信息安全等级保护技术标准体系 网络安全宣传周信息 wifi信息安全 西安网络技术有限公司网站 网络安全情况 人工智能与网络安全 网络安全握手北京网站制作 网站域名怎么进行实名认证 珠海网站制作 营销研究 南山区网站建设公司 上海网站建设公司 建网站手机版 电话营销策 地方门户网站制作 警惕网络窃密构筑网络安全防火墙视频 网站的版式 人们常说的网络安全一般包括 信息安全威胁发展趋势 网络安全 bbs 网络安全风险提示 微博网络营销的例子 厦门网络营销师培训学校 南山区网站建设公司 网络与信息安全协会 3合1网站建设 上海信息安全参展单位 市场细分与目标营销 营销策划平台 聂森 信息安全 营销外包价格 网络安全情况 市场细分与目标营销 网络安全周报道 信息安全研究中心 企业网站 三合一 网络安全周报道 网御网络安全管理系统 人们常说的网络安全一般包括 网络信息安全教程 人工智能与网络安全