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
网络与信息安全技术北京网络安全培训机构沈阳开发网站的地方网络信息安全案例分析信息安全产品评测价格,-1信息安全产品评测价格,-1深证市信息安全等级保护网网络营销的建议.属于网络安全服务网络安全相关的产品友谊一觉醒来林雨来到另一个世界,不仅如此他还多了一个软萌可爱的小公主。 在别人眼里,林雨是超级全能巨星,在小芒果眼里,爸爸是无所不能的超人。 记者冲出人群,将话筒高高举过头顶。 “林雨先生,表演界称呼您为影帝。” “声乐界称呼您为歌神。” “作曲界称呼您为曲爹。” “作词界称呼您为词圣。” “文学界称呼您为文学泰斗。” “导演界称呼您为无冕之王。” “请问,在这么多赞誉中,您最喜欢哪个称呼呢?” 林雨微微一笑:“我最喜欢,文艺巨星奶爸。” 怀揣梦想,肩负责任,天大地大无所不能,护娃宠娃全能奶爸。藏执事,十方院八大执事外四执事之一,掌管收藏奇物秘宝的仓库,流沙秘门。五十五年前麦地偶然得知灭魔庭不为之人的计划,而这一切皆因占星坪算得所谓正道式微,魔涨道消的冥冥定数。守正辟邪的最后手段自居的灭魔庭决定冒险逆天而行,但需要流沙秘门内某物和阴阳灵脉的协助。麦地在对寂执事苦劝无果后,发现整个十方院甚至观道观的高层已然默许。不得已,他做了一个毕生都难以至信的决定,封印阴阳灵脉然后在挚友的帮助下改天换命销声匿迹.非典型的轻玄幻武侠载体。素不相识的两人,共同走入面对血狱幽冥傀儡的故事中,历经九洲大地,看遍风起云涌,知天下疾苦,晓人间冷暖,从出西秦始,至返蜀中止,在神州大地划了个大圈,圈尽世间百态。真红之血的互相共融,相识,相助,相知,相爱,志向共同的江湖儿女,同行,同心,同德,同力,共同营造出了一个激荡写意的家国江湖。乱世之中为了能让自己的兄弟姐妹们有一个安身立命之所,他倾尽全力带领手下把一个小小基地,建成了一个足可媲美三大阵营都城的城邦,他半生中之身单挑三大尸王,率众对抗鹰美联邦,粉碎了敌人一次次的进攻,他和他的部众南征北战,东挡西杀,创下万世不拔之基,留下无数传奇故事。可他确在事业如日中天之时,选择了功成身退,带着爱侣远赴海外荒岛,做起了一对神仙眷侣关于17K的问答大百科,有什么问题也可以留言!一位出生平凡的少年,经历了读书,实习,工作而面对现实中的酸甜苦辣,失去爱他的,保护他的人会是怎样的处境。在一个强者林立的世界,万亿物种生灵衍生,不断地突破自身,打破天理禁锢,追寻命运之根本,长生之久视! 一个平凡普通的人族少年,从一个小村落走出,搅动风云,气吞山河,开启一个新时代!那年冬天,我独自一人迁居到了柳城 那年冬天,我在山麓上遇上了迷路的樊小姐 那年冬天,当禅寺钟声敲响之时,我以为我遇上了爱情 这年冬天,大雪掩埋了我的尸体,还有我和他们全部的罪孽  苏逍遥穿越仙侠世界,被系统告知外界危机重重,随时可能被修仙者一脚踩死!   无奈之下,他在桃花源签到十年!   每天任务就是:接露水、养宠、作画、垂钓、锻造兵器……   十年来,不断有人误入桃花源,热情好客的苏逍遥热情招待,对待一些友好的朋友还会送上自己锻造的兵器、丹药、画卷等等……   只是苏逍遥不知,   他锻造的兵器流入外界后,成为修仙者大打出手,不惜性命也要抢夺的至宝神兵!   他炼制的丹药,帮助天生废体之人摇身一变为天之骄子,名动一方!   他作的画被潦倒僧侣观想一刻,悟出无上佛法,成就无量佛陀果位,福泽一方!   ……   十年后,苏逍遥机缘巧合下离开桃花源,竟发现自己已经天下无敌了?
深圳网站建设价格高端网站建设搭建 网络安全问题产生的原因 个人网络信息安全事例 注册信息安全 湖南的商城网站建设 最新网络安全技术 教育部信息安全研究中心枣庄网站设计 局域网管理与信息安全 江苏省信息安全测评中心 app网站制作 前世老公的前世记忆【www.richdady.cn】 人际关系不好的自我提升咨询【www.richdady.cn】 公司破产的环境影响【www.richdady.cn】 前世老公的识别方法咨询【www.richdady.cn】 前世今生的缘分再续咨询【www.richdady.cn】 邪灵的驱除仪式威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 暗恋的心理成长威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子学习不好的心理调适咨询【微:qq383550880 】√转ihbwel 老公家暴的心理调适【微:qq383550880 】√转ihbwel 与公婆前世的前世修行【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 老公家暴【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 财运不佳的改善方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子厌学的原因分析【企鹅383550880】√转ihbwel 前世缘份的咨询技巧【σσЗ8З55О88О√转ihbwel 克服职场升迁障碍【σσЗ8З55О88О√转ihbwel 解决孩子不爱读书的问题【企鹅383550880】√转ihbwel 阴间生活的前世记忆【www.richdady.cn】√转ihbwel 心慌胸闷头晕的前世记忆咨询【www.richdady.cn】√转ihbwel 外灵干扰的案例分享咨询【www.richdady.cn】√转ihbwel 前世今生的轮回有哪些科学依据?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 营销型网站典型东莞网站推广 在线营销型网站制作 网络营销网站规划建设 石家庄做网站公司的电话 网站群方案 电子政务网络安全现状 山东大学生网络安全 上海 网络安全宣传周 高端网站设计公司 沈阳开发网站的地方 产品网络安全红线2.0 网络与信息安全技术 信息安全防护技术 台州哪里做网站 杭州十大营销策划公司 深证市信息安全等级保护网 网络与信息安全提醒 在线营销型网站制作 网络营销网站规划建设 石家庄做网站公司的电话 网站群方案 电子政务网络安全现状 山东大学生网络安全 上海 网络安全宣传周 高端网站设计公司 沈阳开发网站的地方 产品网络安全红线2.0 网络与信息安全技术 信息安全防护技术 台州哪里做网站 网站推广营销 dns网络安全框架 网络安全漏洞论坛 杭州网站设计公司 网络和信息安全通报实行 2017网络安全竞赛 网店营销推广 信息安全审核表 rss营销的基础是 信息安全院校 舆情监控 网络安全 网站建设 网络推广 2017网络安全竞赛 深证市信息安全等级保护网 程序员转网络安全 2015十大信息安全事件 2015十大信息安全事件 信息安全等级保护测评 费用 长沙网站空间 珠海品牌网站建设 建立校园网站 公众号营销策划 营销型网站典型东莞网站推广 2012国家信息安全专项 佛山新网站建设代理商 戴尔营销法 中国网络安全类的会议 网络安全周 负载均衡 移动营销优缺点 教育部信息安全研究中心枣庄网站设计 信息安全审核表 信息安全服务组织能力 服务器信息安全防御案例,-1 落地页网站 网络安全漏洞的概念 网络安全法之等级保护 湖南的商城网站建设 珠海哪里做网站的 影楼网络营销案例 如何用搜索引擎营销 网信办网络安全分级 首都网络安全 网络安全—技术与实践 网络安全漏洞论坛 珠海哪里做网站的 卫士通是网络安全 石家庄做网站公司的电话 网店营销推广 局域网管理与信息安全 佛山新网站建设代理商 天融信网络安全审计 注册信息安全 桂林网站设计 营销 qq 网络营销培训哪家机构好 中国国家网络与信息安全信息通报中心,-1 2014网络安全大事件 网络空间安全和信息安全 陕西信息安全等级保护网 沧州网站建设制作设计优化 中国网络安全部门 上海 互联网营销 如何用搜索引擎营销 网络与信息安全技术 整合性营销 网络安全日沈昌祥 ccid 2010-2011年中国信息安全产品市场研究年度报告 许可email营销有哪些 网络安全培训提纲 国家工业信息安全研究中心,-1 信息安全工培训中心 上海做网站 网络安全问题产生的原因 信息安全审核表 主要营销方式有哪些方面 微信移动营销 陕西信息安全等级保护网 app营销案例 信息安全示例 网信办 网络安全 网信办 网络安全 北京旅游型网站建设 服务器信息安全防御案例,-1 主要营销方式有哪些方面 个人网络信息安全事例 直复营销的优势 最新网络安全技术 微网站搭建平台 澳大利亚 网络安全部 在线营销型网站制作 杭州网站设计公司 深圳网站建设价格高端网站建设搭建 戴尔营销法 网络营销网站规划建设 高端网站设计公司 五级网络安全状况 模版型网站 专注于网络安全 互联网怎么为影楼营销方案 网络安全日沈昌祥 网络与信息安全提醒 网络安全测试报告 无线网络安全设置怎么设置 网络安全培训学校 营销型网站典型东莞网站推广