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
德宏网站建设做网站的机构手机版网站建设开发安全的南昌网站制作网络安全法 工信部合肥网站制作需学校网络安全机构广州网络营销外包网络营销教学实践平台网络营销要做什么深圳软文营销推广对于一件事,很多人选择了沉默,在沉默的背后,又在隐藏着什么?我吕小道,不做人了! 本文描写一对乡下的老夫妻,一起过着平凡的而甜蜜的生活,苦中作乐,为了能够购买到一辆5000元的三轮车而,老两口不断去努力种地挣钱的故事。接近生活,代入感极强,本小说以一对现实生活中的夫妻那真正的故事作为取材,不脱离实际还有现实,生动的刻画了真实生活的那最为现实的写照,看完了之后,引人深思,令人更加的去珍惜现在所拥有的生活。趁您的亲人好友还在人世,多多珍惜,生活,那是最为苦涩而甜蜜着的。十六年前,他一家三口被人陷害。 父母惨死,他被医仙所救。 十六年后,他奉师父之命下山。 入赘宁家,成为豪门赘婿。 他武道称雄,医术通神。 身为赘婿,却狂放不羁! 为爱你,我甘做赘婿! 为护你,我愿举世为敌!人世颠倒,白天黑夜迅疾而过,仙人一语长生,万物奔赴。人间就像是一个巨大无比的茧,使万物困于其中纠缠不清。盛世来临,是谁揭开人间的轻纱,使得苦难与阴谋汹涌诡谲。而此刻从山巅跌落谷底的柳山林是不是渴望着能够生长出翅膀,期盼着于某一日破茧而出,得到救赎。逃到地球的陆源被人追杀,他不想就这么陨落,他要稳健,要苟住发育。 但是……他那便宜老婆家事有点多。 有人死的时候,把他们一家都托付给了陆源,他不喜欢麻烦,决定横推过去。 2116年,人类的科学上了一个大台阶。所有的人都在未来的世界中过着无比幸福且快乐的生活,他们永远年轻,不会衰老,没有疾病,他们拥有机器仆人,磁悬浮飞行器,全息情人等一切高科技产品,幸福似乎成为了这个世界的唯一准则。但是在这个世界中的人们永远都不记得昨天发生了什么。   一名男子的跳楼自杀打破了这个幸福的美好世界的面纱,徐飞警官在调查男子自杀这个案件的时候却意外的在男子的遗书中发现了这个世界的真相,然而他还不知道,有一个更大的阴谋真在等待这他........异世天才少年,品貌非凡、大国之婿,本是前途无量!却遭挚友背叛诬陷,一朝家破人亡!从此落入深渊,坠入魔道!当他再回来时,神挡杀神,佛挡杀佛!闯神庭、下西海、入炼狱、修魔衹!成就万古第一魔帝!重生在和精灵互通的世界,杨凡成为了一名即将继承道馆的道馆主。 可因为初始精灵是一只极其弱小胆怯的拉鲁拉斯,眼看道馆审核在即,要被扫地出门。 在这千钧一发之际,获得精灵养成系统。 “你的拉鲁拉斯因为自责太过弱小,决定黑化变异,主动进化为奇鲁莉安!” “你的长耳兔要和你一起跳广场舞很开心,将珍藏的mega石送给了你!“ “你的美纳斯因为和你一起泡澡,触发技能buff,所有水系技能威力增加30%!“ 赤:我唯一没有打过的就是杨凡的道馆! 蓝:凡哥哥的精灵都好喜欢他啊,真羡慕! 没过多久,众人纷纷发现,昔日的残破道馆不知什么时候,已经屹立于两个世界的顶点,甚至不时还有神兽的踪迹隐没在道馆内……生逢乱世,不求渡尽苍生,只求命数己定。 . 一生坎坷,只为与天争朝夕之命; 一生如画,水墨飘香自乱世情仇; . 幽火熊熊焚芸芸之众生,风雷阵阵破无间之魍魉;
搜索引擎内容营销案例 国家网络安全中心 招聘 网络渗透测试-保护网络安全的技术工具和过程 医疗网站设计 广州网络营销外包 川大信息安全公司 深圳软文营销推广 华为网络安全合作公司 美国俄罗斯信息安全 营销的外部环境 财运不佳的财富增长技巧有哪些?咨询【www.richdady.cn】 冤亲债主的干扰与化解技巧咨询【www.richdady.cn】 如何克服升迁障碍?【www.richdady.cn】 与女友前世的记忆解析咨询【www.richdady.cn】 亲子关系的改运方法咨询【www.richdady.cn】 前世老公的识别方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 灵魂化解的重要性咨询【www.richdady.cn】√转ihbwel 有官司的案例分享【企鹅383550880】√转ihbwel 家庭关系咨询咨询【www.richdady.cn】√转ihbwel 灵魂化解的方法【企鹅383550880】√转ihbwel 大龄剩女的情感困扰【企鹅383550880】√转ihbwel 事业不顺的解决之道【微:qq383550880 】√转ihbwel 前世今生对现世的影响咨询【企鹅383550880】√转ihbwel 学习成绩差的原因分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 学习成绩差咨询【www.richdady.cn】√转ihbwel 与公婆前世【企鹅383550880】√转ihbwel 性压抑的情感释放【www.richdady.cn】√转ihbwel 冤亲债主干扰的预防措施咨询【企鹅383550880】√转ihbwel 性压抑的情感释放咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 婚姻生活不顺的前世因果咨询【微:qq383550880 】√转ihbwel 公示 个人信息安全,-1 2014网络安全形势 太原网站改版 自适应网站优点缺点 免费建个人网站 哪个大学信息安全 广州信息安全评测中心 airbnb的营销策略 无锡全网营销外包 巩义网站建设 营销与广告的区别与联系 合肥网站制作报 网络安全专家评审 网站制作公司哪个好 网络营销策划书 深圳官方网站制作 学校网络安全机构 工信部 网络安全法 五大营销系统 工业信息安全产业联盟 营销授课南昌网站分几类 网络安全设计级别 工控网络安全前景 网络安全实验室 网络安全剧本 霸州建网站 网站开发与建设 评价一个网站 中国信息安全网络协会 互联网信息安全的解决最终还是要 网络安全师资格证 网络安全现状调研报告 网络信息安全专业课程 广州信息安全评测中心 网络安全国家标准大全 川大网络安全空间学院 单位建网站 中国石化信息安全 营销免费 淄博网站优化首选公司 营销推广思路 家居营销网 上海科技 信息安全有限公司,-1 怎么学营销 武汉大学网络安全 网络营销要做什么 网络信息安全工程师高级职业教育系列教程,-1 国内网络安全认证 网站构建器 网站案例 公司网站建立教程 2017信息安全企业 德宏网站建设 西安免费做网站公司 总结网络营销岗位所需能力 如何建造自己的网站 网络对营销的影响力 网络营销是什么意识 上海营销型网站 营销的外部环境 国内网络安全认证 国保联盟信息安全技术,-1 商城网站都有哪 些功能 中国网络安全委员会 网络安全企业协会 营销授课南昌网站分几类 医疗网站设计 深圳网站设计公司 家居营销网 网络安全防御系统 中山网站建设外包杭州网站建设公司联系方式 4P市场营销组合的特点 无锡全网营销外包 免费建个人网站 信息安全设计规范 总结网络营销岗位所需能力 门户网站 网络安全 川大信息安全公司 手机版网站建设开发 车联网信息安全标准 网络安全国家标准大全 国家网络安全中心 招聘 深圳官方网站制作 太原网站改版 全球2014年的计算机网络安全事件 2014网络安全形势 学校病毒营销方案 网络安全防御测试 广州网络营销外包 重庆整合营销哪家好 车联网信息安全标准 台州网站设计 解放路 龙岗 网站建设 营销优势 无线网络安全隐患 安全责任 信息安全 成都网站开发 网络安全顶级会议 五大营销系统 网络安全法 工信部合肥网站制作需 网站开发和 成都网站开发 雄安网络营销外包 公司网站建立教程 网络营销要做什么 网站制作公司哪个好 工业信息安全产业联盟 学校病毒营销方案 公示 个人信息安全,-1 营销推广思路 首都网络安全论坛 启明 广州达内网络营销 网络安全英文文献 信息安全证书查询 武汉专业网站做网页 网络安全协调局赵泽良 中国信息安全奠基人 营销操盘手 深圳软文营销推广 网络信息安全工程师高级职业教育系列教程,-1 网站域名 网络安全企业协会 广州达内网络营销 网站设计和备案 手机网络安全论文 西安网站建设公司 大数据信息安全分析师 快速网络营销费用 网络安全探究 广州信息安全评测中心 数码网站建设 2014网络安全报告 网站插入地图 网络安全剧本 网络安全国家标准大全