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
信息安全发展历程创意网站建设公司西安网络营销信息安全自学网西安做网站的公司网站制作价网站建设维护中国民航大学信息安全测评中心计算机网络安全培训网络营销经理线上一位现代企业家,带着现代记忆来到了一个名为“大乾”的朝代,厌倦了前世商场上的勾心斗角尔虞我诈,原本想在这个不知名的朝代平平淡淡的过完这一生,没曾想来到古代后,他依然面对着家族里的勾心斗角…在这个人为刍狗的世界,他该如何生存与立足?睡梦中的我们突然进入一个个奇怪而不可思议的世界,将何去何从。现实的世界与梦中世界开始交织,噩梦来临,你将要做什么选择,是抵抗,还是顺从。它仅仅是一支平平无奇的笔,但它被一次又一次的换上崭新的墨囊,重焕新的生命,它看似平淡无奇,但它却被成百上千的人用它那拙劣粗糙的笔尖去抒发那令人多愁善感的百变情绪。“雷雨天,别进山” 山野小镇的少年余樊,一直谨记父亲临终前的忠告,当一个安分守己的猎户。 他从未想过小镇外面的世界是什么样子,只想守着母亲,长大以后讨房媳妇,像祖祖辈辈一样繁衍后代,生生不息。 直到有一天,小镇来几个陌生的“仙人”。 雷声起时,少年终于还是进了山,从此走上了一条注定无法停下脚步的长生路。 自己练笔随笔安放之处万年前,上古剑仙击败外天逆世异族之主,封印虚空裂痕,后踪迹全无,独留青峰塔于世间; 万年后,无天剑祖因得青峰塔,遭挚亲背叛,身毁魂碎,随青峰塔跌落下界,机缘巧合附于宗门废徒苏煜身上,使他重踏修行之路; 本以为苏煜是天选之子,不料却是天忘之人,但这并不影响苏煜开启无敌征途,执剑踏天!  【迪化+种田+幕后+伪心声】   林天穿越洪荒,成为一名地仙。   只要每天写日记,就能获的相应的奖励。   从发牢骚至洪荒大事,都被林天写了进去。   【长耳定光仙是截教的叛徒】   【多宝是个反骨仔,后来成立佛教,化名如来】   【天道圣人,也是鸿钧的阴谋而已】   写日记,也获得了相应的奖励。   可林天不知道的是。   通天却能看他写的日记,于是怒斩定光仙,并自废圣位! 轻歌入江湖,白衣腰系剑。讲述了“半家气运”吴家少爷吴忧,在大玄正历三十年,母亲遇刺后一蹶不振,进书房画地为牢十年,又因姐姐婚事被逼无奈,出阁游历江湖。 白衣是纸,血雨为墨,生死做画,为报杀母之仇,儿时约定,且看吴家傻子少爷,如何在庙堂与江湖中游刃有余,以腰间一把长剑,破开重重迷雾,最终名满收官,浪迹世界。万丈高楼平地起,辉煌只能靠自己! 社会很单纯,复杂的是人! 穿越后的秦凌云只想做个躺平的富二代,赚点小钱,过过以前没过过的生活! 结果被迫营业,一不小心被皇帝弄进朝堂,混成了前世的打工仔模样! 不一样的穿越之旅,一样的家国情怀。游轮失事,一觉醒来发现自己身处荒岛之上,身边相伴的却是朝思暮想的豪门千金…… 荒岛之上,和女神一起打造我的世界!
中国信息安全网络协会 自助网站建设 网络市场营销方式 视频网站设计 什么是搜索引擎营销策划 秦皇岛网站建设 南京专业做网站的公司哪家好 社交网络营销的定义 公司网站规划案例 网站营销公司 冤亲债主干扰的预防措施【www.richdady.cn】 脑部不清晰的症状与治疗【www.richdady.cn】 官司的法律援助咨询【www.richdady.cn】 长期精神不振的原因【www.richdady.cn】 心特别累的环境影响【www.richdady.cn】 暗恋的原因分析咨询【微:qq383550880 】√转ihbwel 忧郁症的原因分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 纠纷的法律咨询【微:qq383550880 】√转ihbwel 头脑混沌的咨询技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 有官司的解决方法咨询【微:qq383550880 】√转ihbwel 老公家暴的前世因果【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 解梦的情感释放【σσЗ8З55О88О√转ihbwel 事业不顺的原因有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生的轮回有哪些科学依据?咨询【www.richdady.cn】√转ihbwel 忧郁症的治疗方法【σσЗ8З55О88О√转ihbwel 忧郁症【企鹅383550880】√转ihbwel 不爱读书的教育建议咨询【企鹅383550880】√转ihbwel 学习成绩差的家庭教育咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 自闭症的治疗方法【www.richdady.cn】√转ihbwel 内心恐惧胆怯的前世影响咨询【企鹅383550880】√转ihbwel 微博营销方法 网络推广网络营销报价 铜陵做网站 sem整合营销机构 小型企业网站设计与制作 长春网站建设 郑州网络营销外包 运城做网站 顺德新网站建设 成都营销型网站 什么是搜索引擎营销策划 创意网站建设公司 营销和推销 网站制作的困难和解决方案信息安全2016 网络安全信息共享 怎么保证单位信息安全,-1 网络营销 你的课 信息安全标准大致分为 利用密码技术可以实现网络安全所要求的 高级信息安全顾问工作职责,-1 龙岗网站建设公司 中小企业网站建设服务 营销和推销 娃哈哈的网络营销 徐州网站推广 怎么做网站 国家信息安全中心举报,-1 郑州网站开发 办公环境安全 信息安全 区块链 信息安全大赛 商城网站建设案例 沧州网站推广 中国信息安全大会 医疗网络营销 网上营销策划公司 中小企业网站建设服务 惠州做网站公司 郴州网站建设 娃哈哈营销市场分析 网络推广网络营销报价 永恒之蓝 信息安全 娃哈哈营销市场分析 汽车网站策划书 网站建设维护 搜索引擎营销是一种 中国民航大学信息安全测评中心 中国信息安全网络协会 什么是搜索引擎营销策划 网站关键词排名 北京大学信息安全学院 海珠营销型网站制作 网站曝光率 国家信息安全中心举报,-1 免费网站申请域名com 营销和推销 简述网络营销特点是什么 利用密码技术可以实现网络安全所要求的 信息安全标准可分为 网络安全信息共享 新疆网络安全人才奖 什么是搜索引擎营销策划 西宁网站维护 珠海专业医疗网站建设 视频网站设计 重庆做网站 区块链 信息安全大赛 池州网站制作 镇江网站建设公司 营销平台 重庆做网站 信息安全咨询服务厂商 顾问营销系统 陕西省信息安全竞赛 信息安全咨询服务厂商 电商网站有哪些类型 营销和推销 网站颜色表 汽车网站策划书 西安网络营销 网站制作 网络推广 虹口做网站 最先进的网络营销 著名网络营销案例 高级信息安全顾问工作职责,-1 网络营销手机软件 大连企业网站建站 上海信息安全管理中心,-1 见网站建设客户技巧 网站建设维护 网络信息安全入门 小型企业网站设计与制作 信息安全迫与破 医疗网络营销 教育部 网络安全 山东专业企业网站建设 网络安全系统中的身份认证技术应用及其发展 大理网站建设 社交网络营销的定义 H5建网站 战略性网络营销策划书 台州网站设计 信息安全标准大致分为 206 网络营销考试卷 网络安全 实施计划 网络市场营销方式 镇江网站建设公司 信息安全 壁纸 网站创建 隐私泄露网络安全事件 永恒之蓝 信息安全 网站域名权 网站制作的困难和解决方案信息安全2016 做网站收费 网红网站建设 深圳网站建设外包公司 南京网络营销推广外包公司哪家好 网站模板怎么用 信息安全管理发展历史 网络营销经理线上 临朐做网站东软 网络安全事业部 整体营销 铜陵做网站 网站制作的困难和解决方案信息安全2016 速卖通如何做营销策略 四川互联网营销公司 电力信息系统信息安全检查规范 顺德新网站建设 二A信息安全院校排名 腾讯营销案例 网站建设首页突出什么 2017信息安全大会 长春网站建设 镇江网站建设公司 网络间接营销 虹口做网站