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
信息安全专业中国大学排名要建立网站是否要先做网页设计然后把网页设计与数据库连接起来?湛江网站优化中国网络安全峰会网站-网站建设定制网站设计架构网站开发费用报价单信息安全专业读博士信息安全学院笔试信息安全专业读博士堂堂华夏后裔刘镇宇一觉醒来,却发觉已置身异界:我的妈,我的个爹,好多狮子!还有斑马,哦,这是大象,犀牛,还有河马!…… 不!一一我要回家……“你们怎么看不见我啊!说句话啊!!”“救命啊救命啊!!”“快跑”“这是什么?变身器吗?”“别吃我啊别吃我”……欢迎来到我的梦境,让我们开启一场噩梦旅途吧!大学生纪铭误入聊天群,每日群内都会发布死亡任务,本以为只是玩笑,却成为了人世中最后悔的事……从第一次接到任务到成为群内的主宰,他都经历了什么……在一次次的死亡任务中,他渐渐发现恐怖的不是这些灵异事件,恐怖的是人心…… 小村医得到古玉传承,觉醒灵瞳,拥有了不可思议的能力。 神针治病,仙符驱邪,玄道渡人,无所不能。 更有冰冷女总裁倒贴入怀,傲娇大千金找上门。 妩媚村花,清纯御姐,一波接一波,一浪盖一浪。别人穿越都是封侯拜相,为啥我穿越过来就只有半个小时的命? 还好有系统送了100亿两黄金! 花1两黄金就得1分钟寿命?这买卖划得来啊! 有什么事情,是用金元宝解决不了的? 1个金元宝解决不了,那就用100个、1000个! 一个落魄书生,靠着黄金开道,称霸天下的故事!前世今生,爱恨情仇,梦未醒是非黑白无常,缘起因果,善恶有报,别以为挣脱就能逃亡。灵魂摆渡,几经轮回,黑暗中无处躲藏模样,魂飞湮灭,换骨涅槃,让爱在灰烬里灿烂重生。是千军万马驰骋疆场,是游离龙宫星驰电掣······蓝星被神秘力量激活了生命能量收割程序,末日降临,是生命的终焉,也是生命进化突破桎梏的初始。 魏昱意外激活血脉传承水晶,突破层层生命桎梏枷锁。 且看魏昱如何在这人心险恶的末世之中,诛小人,杀怪物,屠圣母,做自己想做的事,救自己想救的人,杀自己想杀的人。 魏昱说:“我只想做一个属于自己的好人。” 我女友的性格非常冷傲,但是在我面前,她却有着另一面……兄弟几人修炼保护妹妹(姐姐)的小说 作者第一次写小说有不好的请谅解,也请大家多提提意见退役武警李北狐意外坠入一个与现世并存的江湖世界,这个世界因为他的闯入,打破了几十年的和平,一时间纷争皆因他而起,各方人马明争暗斗,而他最后发现,原来自己早就成为一个巨大阴谋下的棋子......
网站的描述 搜索引擎营销包括什么区别 石家庄移动端网站建设 反中国威胁论 信息安全 做专业网站 免费学校网站建设 手机网站设计机构 佛山+网站建设 电商的内容营销案例 1网络安全防护技术主要包括( ) 阴间生活的前世案例【www.richdady.cn】 灵魂治疗与心理辅导【www.richdady.cn】 耳鸣的环境影响咨询【www.richdady.cn】 前世缘份的解读方法【www.richdady.cn】 有官司的法律咨询咨询【www.richdady.cn】 事业不顺的真实案例有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婴灵的形成原因咨询【www.richdady.cn】√转ihbwel 与公婆前世咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婴灵对家庭关系有哪些影响?咨询【σσЗ8З55О88О√转ihbwel 前世今生的缘分如何续写?【微:qq383550880 】√转ihbwel 大龄剩女的婚姻选择【微:qq383550880 】√转ihbwel 前世今生的咨询方式咨询【www.richdady.cn】√转ihbwel 精神不振的前世因果咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 升迁障碍的职业发展【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心特别累的案例分享【www.richdady.cn】√转ihbwel 心特别累的心理调适【σσЗ8З55О88О√转ihbwel 耳鸣的自我提升咨询【σσЗ8З55О88О√转ihbwel 儿子抑郁症的康复训练【企鹅383550880】√转ihbwel 儿子不读书的前世记忆咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世老婆的前世案例咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 淘宝 自媒体营销案例 网站建设成本 广州手机网站定制信息 做网站多少钱 网站到期了 相宜本草的口碑营销 容易做的网站 网站国际化 手机网站设计机构 珠海营销型网站 网站建设 杭州 武汉国家网络安全中心 创新的商城网站建设 网站组成费用 关于网站设计的价格 营销策略中的价格策略 网络与信息安全第三版 百度xml网站地图 国家网信网络安全应急 网络安全 个人隐私 文章 简约的网站 武汉国家网络安全中心 知识营销中间页 相宜本草的口碑营销 广东做网站 网站设计的公司 网站开发费用报价单 全国信息安全法规 营销策划相关的视频 网站制作 信息安全学院笔试 商家营销运营部培训 优秀网站的颜色搭配 信息安全文章 大连网站建设价格 重庆企业网站推广 石家庄移动端网站建设 数据可视化网站 信息安全互联网公司排名 信息安全课程设计报告,-1 四川大学信息安全排名 中国信息安全平台 创新的商城网站建设 珠海企业集团网站建设 成都网站建设电话咨询 广州市手机网站建设 微信营销班 商城网站建设机构 营销的价值信息安全等级保护测评报告 网站开发费用报价单 珠海营销型网站 美国网络安全中心主任 网站侧边栏 小米公司内容营销分析 微信营销师 营销的价值信息安全等级保护测评报告 信息安全等级保护费用 信息安全 案件,-1 高端网站制作 宣传型网站 关于网站设计的价格 网络安全 个人隐私 文章 江门网络营销外包公司 开发网站需要什么技术 2014年工业控制系统信息安全蓝皮书 下载,-1 长沙网站优化 做专业网站 国家网信网络安全应急 深圳网络安全招聘 网站报价 市场营销能力秀 信息安全竞赛ctf 互联网营销培训 信息安全等级保护费用 深圳网站建设服务公司 石家庄移动端网站建设 网络安全 个人隐私 文章 免费营销软件下载 网站报价 商丘专业做网站高校网络与信息安全检查 众筹网站建设 建设门户网站需要注意什么网络安全缘起 大连网站建设价格 信息安全实施服务 国家网络安全报告 手机网站设计机构 网站模板的好处 微信营销师 上国外网站的dns商贸公司营销网站建设 政府网站建设方案 网站建设 杭州 网站的描述 网络安全与信息办公室 相宜本草的口碑营销 衡水网站建设 网络信息安全防范技术研究 网站到期了 网络与信息安全第三版 重庆企业网站推广 免费网站建设 知识营销中间页 广州手机网站定制信息 制作网站 高特效网站 网站建设成本 上国外网站的dns商贸公司营销网站建设 网站飘动 网站制作公司排行榜 相宜本草的口碑营销 意图营销 广州手机网站定制信息 微信公众号市场营销方案 湛江网站优化 信息安全资质认证申请,-1 百度xml网站地图 免费学校网站建设 广东做网站 1网络安全防护技术主要包括( ) 成都网站建设电话 湛江网站优化 电脑建网站 要建立网站是否要先做网页设计然后把网页设计与数据库连接起来? 建设门户网站需要注意什么网络安全缘起 网络安全和协议 网站设计的公司 市场营销能力秀 信息安全学院笔试 国家信息安全威胁 唐山网站搭建 中国信息安全人才大会 国家网信网络安全应急 网站制作 珠海企业集团网站建设 营销新创意 网络安全检查方案