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 in Bootstrap utilizes 12 columns that render out at widths of 724px, 940px (default without responsive CSS included), and 1170px. Below 767px viewports, the columns become fluid and stack vertically.

<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

p>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="span6">
        Level 1 column
        <div class="row">
            <div class="span3">Level 2</div>
            <div class="span3">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>

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>

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: 767px) { ... }
  /* Portrait tablet to landscape and desktop */
  @media (min-width: 768px) and (max-width: 979px) { ... }
  /* 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 hiding 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
国家网信部门协调有关部门健全网络安全风险评估上海平台网站建设公司企业信息安全工程网络安全科办公室便宜的网站设计网络营销产生的基础是网络信息安全模型新建网站的缺点网站和h5公司网站制作策划一道门,让本该死去的人重活于世,让一个本不属于这个世界的灵魂来到异界,两个抱有类似秘密的少年,机缘巧合走到一起,走江湖,闯朝堂,一路拨开层层迷雾,寻得前世今生的真相。"三阴绝脉"者,史书所载;凡患此症者非但终生不能修武,并且几乎无一人能侥幸活过十三岁。命运关上所有的幸运之门,却开了一扇窗,令其在绝境中峰回路转,当其踏着尸山血海攀上巅峰之时,骇然发现一个惊天之秘。暮然回首,惊觉自己脚下的这片世界幌若恒河之沙粒,渺若微尘。何去何从……李贤穿越了,来到一个叫大秦皇朝的世界。 别人穿越要么成为皇帝,要么成为富家子,可我却成了个太监! 还好拥有金手指,能够让我变回真正的男人。 本想就这样苟在皇宫内逍遥快活,可世事难料,皇位更迭灾祸蔓延到了整个大秦。 奸臣当道、外敌入侵。 眼看着自己的快乐生活被打破,李贤只好站出来。 诛邪、斩妖、扫黑、除恶... 誓死守护大秦,保护后宫三千佳丽。不周树下埋真仙,星外来客接连天。 日子人朱长明如何走向仙途? 一代仙界丹师意外附身在一个豪门纨绔身上,成为一个插班生,以一身神奇仙术,混迹于美女丛中,在都市独领风骚! 每天三更,微信关注每满100加更一章!读者一群:233514189(已满) 读者二群:894706463 微信公众号:如墨似血八王内乱,国家动荡,危若朝露之际,镇国神器:恶魔铃铛,澄清天下。特种兵赵阳一觉醒来却发现自己竟然魂穿三国时代,并且获得了无双帝皇系统。他从此开始收名将,纳美人,灭刘备,退孙权,拒曹操煌煌一世。曹操:“我曹氏子弟不如子炎分毫。”刘备:“谁能帮我除了赵子炎,我封他为王。”孙权:“赵子炎是上天派来惩罚我的吗?”赵阳:“我还没发力,你们全倒下了,还让我怎么玩啊?”最后问鼎江山一统天下。赵阳看着眼前的皇座,心中无限感慨:“我本低调,但实力不允许,奈何奈何~~”不是意外,房东东因为幸运而被甄选,却只成为魔法星界的普通居民。设定小目标就是环游魔法世界,见识什么叫快乐星球。然而风云变幻,魔团会、族老会、真理会与皇经会几方势力暗流汹涌,无意身处其中自己也狼狈不堪。既然如此,那便是登上魔法的最高殿堂重权话事,宵小退散。一个刚出校园的大学狗被社会毒打得回了老家,灰头土脸的他因意外重生到了修仙界。在这里,还有与他一起重生的冤种大黑狗。 “好汉饶命!你要揍请揍我的狗!” “你他喵的是真的狗啊!” 天要亡我,仙要灭我,我唯有一狗,可开天,弑仙...“咦,我的狗呢?” 小说家张扬赶时髦穿越了,来到一个在仙侠修真和机械飞升之间反复横跳的混乱新世界,然后金手指到了。”正在加载心想事成系统,为激活本系统,请先完成前置任务:拯救世界!“
互联网信息安全问题主要来源 信息安全类比赛 做网站推广邢台 网络安全重要威胁 信息安全评测师项目 专业的外贸网站建设公司 信息安全备案证书 信息安全攻防平台 信息安全类比赛 同 营销宣传型网站 亲子关系中的沟通艺术有哪些?【www.richdady.cn】 邪灵的驱除仪式【www.richdady.cn】 儿子不读书的原因分析咨询【www.richdady.cn】 亲子关系中的沟通艺术咨询【www.richdady.cn】 事业不顺的职场困境咨询【www.richdady.cn】 为什么过世的前世修行咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世老公的前世修行【www.richdady.cn】√转ihbwel 财运不佳的改善方法【企鹅383550880】√转ihbwel 干扰的自我感知方法【微:qq383550880 】√转ihbwel 家庭关系咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的故事如何影响现代生活?【企鹅383550880】√转ihbwel 与男友前世咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 投资项目咨询【σσЗ8З55О88О√转ihbwel 孩子厌学的咨询技巧咨询【www.richdady.cn】√转ihbwel 佛教视角下的前世今生【www.richdady.cn】√转ihbwel 升职加薪的障碍分析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 发育倒退【微:qq383550880 】√转ihbwel 孩子压力大咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家宅磁场干扰的原因咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 莫名其妙感伤的前世记忆咨询【微:qq383550880 】√转ihbwel 信息安全外部威胁 同 营销宣传型网站 公安局网络安全监察大队 深圳网站建设公司平台 手机网络安全证书过期 渠道策略的网络营销 畅销书营销方案 信息安全能进什么单位 网络与信息安全监控记录表 网站结构图 教育行业信息安全方案 上海平台网站建设公司 全平台营销 信息安全等级保护二级要求 广东信息安全测评,-1 信息安全类比赛 网络营销完善经营策略 信息安全攻防平台 美国网络安全架构 公安局网络安全监察大队 东莞网站建设哪家好 关于网络安全的新闻 电信网络信息安全 电子书营销 今日头条营销策划面试 国际信息安全现状 网络安全犯罪处罚 网络安全文章 当当网营销 企业网络安全漏洞 网络安全未通过认证 信誉好的龙岗网站制作 网络营销目标市场选择 格力公司网络营销定位 微博话题营销方案 移动网络安全前景 计算机系网络营销学校 湖南网站推广 广州 网站建设 广东网站建设 西安专业的网站优化 信息安全防范的基本方法苏州企业网站制作 网络营销评价方法有哪些 学校网站建设 交友网站建设 信息安全创业,-1 广州企业网站设计公司 上海信息安全师报名 信息安全评测师项目 信息安全大赛题库网站前端开发 网络安全竞赛xctf 个人网站备案 企业网络安全防护 下面不属于计算机信息安全的是_.,-1 常州做网站的公司sem整合营销代理 国家工业信息安全中心 网络营销的策略有哪些? 千度网站 信息安全的人员管理包括 北大 信息安全 实验室 上海信息安全师报名 网络安全的原因分析 营销学教练 深圳网站建设服务公司 公司网站制作策划 东莞网站建设哪家好 广州 网站 设计 信息安全管控 信息安全防范的基本方法苏州企业网站制作 公司网站制作策划 文具的网络营销策划 网站和h5 网络与信息安全监控记录表 文具的网络营销策划 微机室网络安全管理 常州做网站的公司sem整合营销代理 电信网络信息安全 网络安全测评方法 广州 网站 设计 移动网络安全前景 迪庆网站建设 国际信息安全现状 网络营销目标市场选择 广东网站建设 格力公司网络营销定位 品牌网站建设方案 织梦网站图片代码 网络营销推广策略是什么 信息安全的核心是 众筹网站建设 全球网络安全500强 信息安全服务收费 黄晟 网络安全 东台建网站 信息安全能进什么单位 好的网络营销系统 互联网信息安全问题主要来源 自个网站 2015信息安全事件 国家工业信息安全中心 企业信息安全工程 营销群发器 保定做公司网站的 北大 信息安全 实验室 深圳网站建设公司平台 当当网营销 好的网络营销系统 深圳网站建设服务公司 张家港专业的网站制作公司 江苏君立华域信息安全技术有限公司 美国网络安全架构 信息安全管控 从哪能学网络营销的app 全平台营销 河北移动端网站建设 网站和h5 推广及建设网站 企业网络安全风险评估 仿网站建设网络安全事件应急流程图 企业网络安全解决案例分析 网络营销类职业 神州网云 网络安全招聘 waf 信息安全 保定做公司网站的 信息安全服务资质一级 信誉好的龙岗网站制作 大连做网站 兰州网站设计 企业网络安全防护 网络安全科办公室 营销群发器 从哪能学网络营销的app 安检门 公安部第三研究所安全防范与信息安全产品 网络营销英文怎么读 便宜的网站设计