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
网站页脚qq免费建网站营销策划类公众号实施国家信息安全等级保护制度微信公众号的营销作用腾讯网络安全网站国外优秀网站设计欣赏济南网络推广网络营销软件公司网络安全技术概述网站制作北京微信公众号的营销作用社畜男主意外穿越获得教团传承, 异界魔兽卷土重来。看似平静的大陆实则暗涛汹涌。百年前的暗黑圣战是否又将重演?是仇恨还是宿命?是利益还是贪婪?让我们言归正传······ 冯阳本是一个普通学生,却突然同时获得了两个系统。 两个系统争相用自己的方法来帮助他这个宿主取得他们所认为的成功,并且两个系统因为风格不同,还会相互竞争,甚至相互捣乱。 然后,冯阳的人生就开始不断的被这两个系统整的一地鸡毛。 虽然最后在两个系统一次又一次不堪的加持中,冯阳不断获得一个又一个“成功”。 但是冯阳总觉得这些成功,并不符合自己的初心,未必是自己想要的。七年征战,封七珠王帅。 怎料老婆被关鸭圈,被人绑走还要割走肾脏,女儿下落不明,动我妻女,诛杀九族!20岁的我被转生到了新的世界,成为了无敌一般的存在 【本书架空,考据慎入】 大学毕业典礼当天,他从教学楼顶层一跃而下,义无反顾的结束了自己短暂的一生,只因表白失败遭到毒打。 本以为一切就此结束,不料他虚弱的灵魂来到这片陌生的异时空,来到了一段不属于华夏历史上任何时期的时代。 赵陵继承了宿主的意志,并重获新生,从此他腰挂长剑,手执银枪,剑指万山,身着银甲,四丈披风高高扬起,一腔热血,只为打破江河,征服天下,颠覆王朝,重写一翻宏图霸业,立下万古不世之功!   “堂堂七尺男儿,定当立下三寸不世之功,江山如画,我为画家,这天下怎能无我的一席之地!”--赵陵。 权谋之争,尔虞我诈,兵戎相伐,血流成河,人心难测。 赵陵一心想像先辈先祖般,继其意志,挽狂澜于既倒,扶大厦之将倾,统天下之疆土,但却世事难料,群雄争霸,逐鹿中原,这天下岂是他一人的舞台。 这里应有尽有,只有你想不到,没有我写不了的!赶紧点收藏吧!年少落魄的杨明,遇上了情根深种的大情种神仙锦文,从此成为神仙锦文在人间的代言人。 落魄小伙杨明从此一飞冲天,拳打无良老板,脚踢黑心主播。 但漩涡阅卷越深,太上?半神管理局? 提携玉龙为君死,保卫世界,我辈义不容辞! ...... 额...大佬,保卫世界前先把花呗还一下...... 孩子们。 茫茫宇宙,有一处异界大陆,名曰神斗大陆。大陆存在了无数年,史载前后存在超过八百个国家,但只有神斗帝国完成过统一。神斗帝国崩溃后,经过多年征战,目前八大帝国与教廷分治大陆,所处时代与华夏宋明时期多有相似。昌化二十七年,瓯越帝国临州的玄天崖,一场追杀正在展开……那些所谓的神灵,在外星人侵略我们家园的时候,他们在哪儿?在我们的亲朋好友,我们的战士在战场上抛头颅,洒热血的时候,他们又在哪里?现在他们高调的出现在我们的世界,什么狗屁人类存亡调查,人类的命运从来都是掌握在我们人类手中,就让我来守护这饱受摧残的世界,就让我岳龙跨越这天堑,神挡。。。我便杀神!不知源头何处的神秘星球,在芸芸众生皆不曾反映之际,降临到了太阳系地外虚空,遮天蔽日,扰乱了时分。而钟挺原本平凡无奇的人生也发生了翻天覆地的变化,不得不一直逆天而行······ 大道为络,天地作星,众生如子。一场谁也逃不开的博弈就此展开。 叩仙门,觅神迹,自是横刀向天笑!
网站和手机网站 网络安全产品有哪些 微信公众号的营销作用 信息安全展示平台,-1 企业网络软文营销推广机构 他人委托我做网站搜索引擎的营销流程 网络安全技术概述 淘宝营销推广 郑州网站建设 信息安全应急响应机制 内心恐惧胆怯的解决方法咨询【www.richdady.cn】 缺心眼的前世记忆【www.richdady.cn】 发育倒退咨询【www.richdady.cn】 内心恐惧胆怯的心理调适【www.richdady.cn】 脑部不清晰的咨询技巧【www.richdady.cn】 如何改善亲子关系?【σσЗ8З55О88О√转ihbwel 强迫症的心理调适咨询【微:qq383550880 】√转ihbwel 孩子学习不好的心理调适咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 老公家暴的心理调适威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 意外事故对家庭的影响威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 灵魂化解的仪式威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婚姻生活不顺的沟通技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主化解【微:qq383550880 】√转ihbwel 前世今生的故事如何影响现代生活?咨询【企鹅383550880】√转ihbwel 去世的母亲在哪【企鹅383550880】√转ihbwel 投资项目的咨询技巧【σσЗ8З55О88О√转ihbwel 纠纷的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 莫名其妙感伤的前世因果咨询【σσЗ8З55О88О√转ihbwel 头脑混沌时如何提高注意力威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生的咨询方式【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 怎么建个人网站: 深圳整合网络营销推广 网站营销是做什么的 信息安全认证公司 网络安全攻防教程 网站费用 郑州网站建设的公司 注册网站 保定 网站建设 上海著名营销公司 列举5个网络安全威胁 edm营销平台的费用 营销外包公司 实施国家信息安全等级保护制度 网络安全百强 北京信息安全行业,-1 电子邮件营销图片 东莞多语言网站建设 信息安全研究理论 舟山网站建设 信息安全展示平台,-1 信息安全博览会,-1 网站设计公司 无锡 媒体营销群 营销外包公司 维护个人网络安全 poc 网络安全 2016网络安全事故 北京信息安全测评中心 软文营销策划书 湖南省信息网络安全协会 京东商城营销页面 衡水移动端网站建设 qq免费建网站营销策划类公众号 网络营销网上营销 平台营销有哪些方式 网络安全技术概述 腾讯网络安全网站 2016网络安全事故 信息安全 物理攻击 企业网站建设目的 国内网络安全公司赚钱 汕头建网站 哈尔滨的网站设计 大良网站建设基本流程 沈阳做网站价格 企业网络软文营销推广机构 网站建设指导 云南信息安全等级保护 网站怎么设置支付功能 全国信息安全考试时间 网络信息安全ppt 怎么看待网络安全 能源行业网络信息安全 网络安全技术有限公司 信息安全研究理论 郑州网站建设的公司 保障网络安全 百度不收录网站吗 建网站都要什么费用 西安公司网站建设 网站费用 网站怎么设置支付功能 手机网络营销普遍问题 支付宝渠道营销策略 佛山全网营销 运维网络安全审计系统 网络营销所面对的挑战 苏州网站推广 营销计划书 珠海网站优化 网络安全中的物理威胁包括什么 怎么建个人网站: 国家信息网络安全机构 网络营销发展课 昆明商城网站开发 深圳网络营销 郑州网站建设的公司 杭州网站建设设计 网络安全认证机制 网站制作北京 建网站都要什么费用 深圳网络营销公司排行榜 南京餐饮网络营销公司 北京信息安全行业,-1 网站营销是做什么的 媒体营销群 深圳网络营销公司排行榜 网络安全产品全球排名 网络营销所面对的挑战 国内网络安全公司赚钱 腾讯网络安全网站 江苏网站建设网络公司 网络安全管理部门 edm营销平台的费用 网络安全技术有限公司 常州做网站公司 怎么建个人网站: 信息安全测评师 考试 中国网站建设 营销操作 得力网络营销定位 个人信息安全指南 网络营销新媒体技巧 注册网站 中国网络营销论坛 网络安全 展览馆 2017 能源行业网络信息安全 昆明商城网站开发 怎么看待网络安全 制作网站软件 成都 企业网站建设公司 北京信息安全测评中心 网站外接 他人委托我做网站搜索引擎的营销流程 济南网站制做 如何构建网络安全体系 网络营销创新模式 成都网站设计制作工作室深圳网站设计平台 网络安全产品有哪些 网络安全防护工具 网络安全技术的选择 国家信息网络安全机构 营销计划书 教育行业网络安全 信息安全 物理攻击 注册网站 信息安全需要的软件2什么是网络安全体系 百度不收录网站吗 网络安全信息安全 网络营销与马云 郑州网站建设的公司 信息安全保护 7级 怎么把制作好的图片传到您们网站后台的有效空间的来获得url? 网络营销广告策略分析