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
排名好的青岛网站建设信息安全介绍的营销推广措施分析网络安全处罚湛江有那些网站制作公司信息安全 四川大学国家网络安全示范基地国家网络安全专题网络营销与ui设计方案服务好的微网站建设九荒世界百族林立,上古时期人族、海族、修罗族、魔族、妖族、鬼族等强大种族为争夺天地第一神器无量芥子天庭爆发大战,使得各族元气大伤,百族不得不归隐。拥有混沌圣体的帝天羽无意间得到天庭,从此开始了他的征伐九荒、战百族之途。平八荒、征魔族,立天庭、建地狱、控六道轮回 ,封神碑分封诸神,成为万族共尊的天帝。 天庭势力组成:九阁十八殿三十六宫七十二部。 天罚阁,直隶于帝天羽。 天策阁,智囊谋士。 药阁,掌管天庭神药天,主要职责炼丹、炼药、治伤、培育神药神草。 器阁,掌管天庭神器天,主要负责炼器、开矿。 武阁,天庭主要武力部门,分为金木水火土等部。 天机阁,情报机构,分为天罗地网两大机构。 天杀阁:刺杀机构。 天政阁,负责天庭内政。 天兵阁,掌管天庭军队。 问:‘若有一天,这世间种种,终不能如你我所愿。当如何?’   答一:‘心若有光,便不惧道阻且长!’   答二:‘剑指苍穹,讨个说法!’   答三:‘那便用生命去守护最珍贵的东西,就算最后仍会一无所有!’   答四:‘那还要这世间何用?’通过叙述小说家方清这一生,加深我们对现实社会和人性的理解。通过这个过程,我们将会意识到——人性的无限可能性。 来自数百年后的特种兵王,穿越成为和自己名字同音的晚明皇帝天启身上。 狙建奴,收日韩,木匠皇帝?不,工匠皇帝!大国工业自明而始! 铁血皇明,平推世界!五代十国,乱世风云,后周显德年间,佛劫降世,佛门高僧入世消劫,引发了诸多江湖儿女的家国情仇,为天下太平演绎岀荡气回肠的传奇故事……   寂寂夜空孤月寒,十七年离别茫茫。一念执真,南风绿依,盛颜银发证衷肠。   最是有情“负情蛊”,三年生离道心初。剑啸弦荡,逍遥慕云,一念倾情一生终。   啸引苍波,漫卷山河,心志难酬朱颜改。孤情骄阳,若玉独镜,小楼空照人何在?   日月无改江山裂,金戈铁马雁泣血。渊鱼更龙,世宗执戟,风起云涌荡山岳……   一缕清风,人间太平吹拂……金卷在手,天下我有! 文曲星下凡降世啦! 头脑简单,四肢发达的陈抟竟一夜之间成为文物双全之人?! 武曲星?文曲星 陈抟学渣的逆袭之路 架空历史,从古至今 敬请期待!古诗云:一将功成万骨枯! 本是花甲享怡年,老将军却踏上了寻仙之路……该主要讲述的是从初中到高中发生的一些事情,包括中考、高考之后或者是之前发生的事;不愉快、令人震惊、令人愤恨;除此之外还有让人感动、让人流泪。在青春的奋斗之时为我们需要付出比别人更多的汗水与泪水,我们为之拼搏,只是为了更好的未来。 唐明最终还是选择了自我了解,他没有放弃,而是带着执念来到了地下大陆。在那里获得了许多值得信任的伙伴,可在这个弱肉强食的世界里,拥有伙伴,有什么用呢? 男主生活重担之下决定创业,经历了出轨创伤,生意压力,投资失败,被设计陷害,本就创业艰难还历经磨难,九死一生,仍在艰难前行,只要不认输就没有输,,,,,
达内网络营销好不好 关键基础设施信息安全框架 这样建立自己的网站信息安全管理体系审核员考试大纲 2017国内网络安全公司 国家对信息安全性 全网营销推广如何做 衡水网站优化 个人网站建立 重庆九龙坡营销型网站建设公司推荐 2017年网络安全预测 如何发现前世缘份【www.richdady.cn】 投资项目的自我提升咨询【www.richdady.cn】 缺心眼的原因分析【www.richdady.cn】 前世缘份的常见类型咨询【www.richdady.cn】 无形干扰的心理调适【www.richdady.cn】 过世前可能出现的征兆咨询【企鹅383550880】√转ihbwel 婴灵的超度方法有哪些?咨询【微:qq383550880 】√转ihbwel 前世因果咨询【企鹅383550880】√转ihbwel 冤亲债主咨询【微:qq383550880 】√转ihbwel 与老公前世的记忆解析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 存不住钱的财务规划咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 不爱读书的前世记忆【www.richdady.cn】√转ihbwel 人际关系不好的环境影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 婚姻生活不顺的沟通技巧【微:qq383550880 】√转ihbwel 学习成绩差的家庭教育威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 学习成绩差的解决方法【www.richdady.cn】√转ihbwel 忧郁症的改运方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与女友前世的影响分析咨询【σσЗ8З55О88О√转ihbwel 孩子学习不好的原因分析咨询【σσЗ8З55О88О√转ihbwel 发育倒退的咨询技巧咨询【www.richdady.cn】√转ihbwel 网络安全保护方案 中国信息安全安华 西安网站架设公司 网络营销是指以互联网 济南第三方营销公司 建行营销人员号码格式 中国网络安全 国际 聊城网站优化案例 个人网络安全 开通网站后 重庆九龙坡营销型网站建设公司推荐 银行信息安全等级保护,-1 关于信息安全的图片 信息安全保障人员培训 网络信息服务 网络安全保护 中国网络安全标准 信息安全行业招聘 中国网络安全监管 信息安全管理职能部门 网站的设计流程 济南网站推广 杜蕾斯微信营销案例 网络营销思维 安阳做网站 信息安全介绍 网络营销与ui设计方案 南天信息 信息安全 潍坊网站优化 全网整合营销公司 校园 网络安全 潍坊网站优化 2017上海网络安全周 上海市公安局网络安全 天津微网站 顺德手机网站设计咨询 手机网站模板 东营+网站建设 昆山高端网站建设 全网营销推广如何做 排名好的青岛网站建设 北京网站制作公司 网络安全防护手段 系统网络信息安全 信息安全从业认证,-1 网络营销内容是什么意思 2017年网络安全预测 日本在哪一年组建了政府网络安全中心 2017 信息安全 峰会 网络安全防护手段 济南网站推广 学网站设计 国家网络安全专题 制定攻防结合的网络安全战略 新潮网络营销 网络营销是指以互联网 第三方网络安全资质 钢琴网站建设原则 网络安全面对的威胁 网络安全法概述 建行营销人员号码格式 佛山做网站 遂宁网站建设 全国信息安全大会 2014 2015全国信息安全大赛 中国网络安全 国际 上海市公安局网络安全 东莞 企业 网站制作 城域网网络安全 聊城网站优化案例 网络营销是指以互联网 产品营销策划推广方案 全国信息安全大会 2014 个人网络安全 有没有关于网络安全的工具 信息安全与数字证书 济南手机网站建设公司 开通网站后 网站漏扫 网站建设流程案例 信息安全管理职能部门 2017 信息安全 峰会 营销软文的格式 济南营销网 网络安全协调局 胡啸 网络安全攻防环境 安阳做网站 利用微博营销 南通外贸网站制作 关于信息安全的图片 系统网络信息安全 公安信息安全考试,-1 校园 网络安全 信息安全保障人员培训 病毒营销模式有哪些 英文网站设计 上海信息安全等级培训 网络信息服务 网络安全保护 网站参数 营销软文的格式 中国网络安全标准 中国网络安全标准 利用微博营销 信息安全专业大二课程 英文网站设计 负面营销模式 美国信息安全15万美元 如何为公司做网站 中国网络安全监管 关键基础设施信息安全框架 网络营销一般学多久黄骅的网站 网站优化的图片 qq邮箱营销方法及管理系统 信息安全管理职能部门 办公室网络安全风险 ●所谓网络安全漏洞是指 广东政府信息安全问题 网站的设计流程 计算机的信息安全 网络和信息安全通报实行7 24,-1 中国网络及信息安全法 济南网站推广 信息安全与数字证书 网络安全保护方案 佛山做网站 杜蕾斯微信营销案例 东营+网站建设 信息安全介绍 在线网络营销 网络营销思维 网络安全意见建议 办公室网络安全风险 个人网站建立 滁州做网站 网络和信息安全通报实行7 24,-1 邮件营销的步骤有哪些网站推广服务