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
单页式网站模板重庆信息安全产业股份有限公司建设网站soc信息安全,-1营销模式案例分析网络安全事件 2017网络安全设备连接方法中国平安信息安全部门网络安全 研究平台政府怎样维护网络安全关于网络信息安全人的一生一定要做一些有意义的事情,醒掌天下权,醉卧美人膝,要不然空来世上走一遭,正是怀着这样的梦想,明盛只身来到城市打拼,无奈现实很残酷,处处碰壁之后总算找到一份工作,可是在一次拜访客户失败后,身心疲惫的他在公交亭睡着然后意外穿越了,这一次,他终于可以堂堂正正的不看任何人的脸色,可是救亡图存的路上同样是荆棘密布的:小冰河时代,后金虎视眈眈,天下烽烟四起,朝堂上还有党派林立,大厦将倾,看明盛如何力挽狂澜,山河一统,什么东林党?什么阉党?这天下只能有一个党,就是寡人的帝党。 古老的传说,神秘的田家井! 一声巨响,一片残垣断壁,见证了一段血腥的历史。 五百多年后的他从残破古井中进入一处空间裂隙,邂逅元末枭雄陈友谅之女陈飞飞,揭开了一段尘封的历史。他加入华夏国安八局并屡立奇功,战功赫赫的女友为了华夏北斗系统被CIA羞辱,从此他上碧落下黄泉,只为……道然,道法自然。 破万法,与天斗,势要胜天半子!诸天气荡荡,我道日兴隆! 楚风穿越到神秘莫测的世界,悲催的发现自己是个瞎子... 外加没有修炼天赋,只能前往蜀山剑宗的封魔塔,擦拭雕像,却不曾想得到了观像就能得到奖励的系统。 【你成功观像蜀山老祖,获得通天圣体!】 【你成功观像蜀山掌教胜七,获得功法,霸天剑典!】 【你成功观像蜀山长老叶玄,获得顶级道法,一剑定生死!】 …… 三百年后,堕落的正道之首乱天宗,联合曾经毒瞎楚风双眸的拜月神教进攻蜀山剑宗,蜀山剑宗危在旦夕! 楚风持剑,脚踩祥云,俯视妖邪,俾睨天下! “仙人之下,我无敌!” “仙人之上,一换一!”当屌丝手握系统,身居皇位,又将给天下局势带来何种变化!“夕木成熟后可是很好吃的”“真的吗”“骗你干嘛”原本吴向东作为医院高新人才引进计划的成员而备受瞩目,却因为一场突如其来的医疗事故坠入深渊,不但被医院打上“推诿病号”的烙印,更是在同窗的推波助澜下被医院发配到乡下干起了赤脚医生,耽误了前程。 虽然多年后他凭借精湛的技术在医疗行业中闯出属于自己的一片天地,却始终因为那件事被人诟病,无法将自己的健康理念推向全国,而后在某次醉酒中他发现自己重新回到1999年的那场医疗事故的当晚。 于是那个男人回来了,他凭借前世经验,在那个单纯以治疗疾病为目标的年代,始终坚持以病人本身为治疗原则,在他的带领下,医疗行业发生翻天覆地的变化,而他和自己的团队也在一次次医疗事件中,逐步登上世界医学的舞台并伫立在世界之巅。射程之内便是真理! 一切恐惧来源于火力不足! 当有金丹期修士在你面前耀武扬威,那你只需要拿起手里的大狙,和他好好讲道理! 当你不小心得罪一个宗门,那火力覆盖,饱和式打击你一定要试试。 什么?化身老怪组团来搞你?那这颗大当量核弹一定能告诉他们什么叫“世界核平”什么?救世主,不感兴趣,我还是混吃等死的好!于是就这样我们可怜的主角方正被迫营业成为了一名救世主。长生仙去。从人从山。凡有所相皆是虚妄。何为仙?天地闭时而不同闭,浩劫无碍。天地开时,开辟度人。社畜青年得机遇入异世,不知是祸是福。
手机网站制作服务机构 西安网站设计公司 信息安全工程系 物联网与网络安全 互助网站制作公司 内容营销优缺点 新手怎么做网络营销 大连网站优化公司 测试内容不属于网络安全测评的是 airbnb 中国营销 查财运专业服务【www.richdady.cn】 婴灵的超度仪式咨询【www.richdady.cn】 前世老公的前世解析咨询【www.richdady.cn】 强迫症的案例分享【www.richdady.cn】 耳鸣的前世因果咨询【www.richdady.cn】 去世的父亲在哪【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 暗恋的心理成长【σσЗ8З55О88О√转ihbwel 升迁障碍的职场规划如何制定?咨询【企鹅383550880】√转ihbwel 孩子厌学的案例分享【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 婚姻生活不顺咨询【σσЗ8З55О88О√转ihbwel 婴灵、邪灵、祖灵咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的职场突破咨询【σσЗ8З55О88О√转ihbwel 孩子学习不好的辅导方法咨询【σσЗ8З55О88О√转ihbwel 投资项目的收益分析【σσЗ8З55О88О√转ihbwel 有官司的法律咨询【微:qq383550880 】√转ihbwel 去世的父亲的前世故事咨询【www.richdady.cn】√转ihbwel 与男友前世的前世缘分威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 意外的前世缘分【企鹅383550880】√转ihbwel 孩子不爱读书的家庭教育威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 忧郁症的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 宣城网站制作 企策和营销 测试内容不属于网络安全测评的是 营销模式案例分析 网络营销方案策划书 网络安全实验室答案 信息安全事件有哪些内容 网络安全 测试网站 微信手机网站 建设网站 信息安全读研 中国网络安全教育 中山网站设计外包 模板网站好优化吗 网络安全协会入会理由 无锡做网站多少钱 简约网站 网页区设计网站诊断 网站设计师 自建网站 公司营销效果怎么样 南宁市网站建设哪家好 中国网络安全教育 信息安全的系统性 网站网络营销策略组合 郑州网站制作公司 北京建网站公司 业务网站制作 国外优秀营销网站设计 网络建设的网站 池州网站制作公 营销热门话题 信息安全风险管理活动主要包括 网络安全众测平台 网络安全属于国家安全中的 天津网站建设 2017网络安全周 上海 网络安全实验室答案 做门的网站建设 广州专业手机网站设计 网络安全实验室答案 网络直播营销 特点 陕西网络营销公司 南宁网络营销大学 建站网站 房地产全程网络营销系统对房产公司的营销推广有什么帮助? 汕头网站设计公司 网络安全优秀教师2016 信息安全等级保护准则,-1 重庆信息安全产业股份有限公司 信息安全渗透测试求职,-1 星巴克的微博营销 娄底建网站 零售网站建设 软营销和网络营销 郑州网站制作公司 衡水网站设计费用 咸宁商城网站建设 网络安全与防火墙技术的研究 linux 网络安全 命令 简约网站 网站网络营销策略组合 模板网站好优化吗 从营销看聚美优品 机械厂网站建设 家电+营销 信息安全风险管理活动主要包括 关于网络安全的总结 从营销看聚美优品 与信息安全相关的岗位 下面不属于网络安全服务的是 北京网站的建立 与信息安全相关的岗位 手机网站制作服务机构 织梦dedecms网站热门关键词hotwords标签 策划类网站 公司营销效果怎么样 西安网站设计公司 昌平手机网站建设 信息安全设备包括 国外优秀营销网站设计 网络安全协会入会理由 网络营销不包括网络营销管理与控制 网站建设案例精英 网络营销方案策划书 网络安全属于国家安全中的 网站分析模板 营销模式案例分析 互助网站制作公司 我国信息安全形势 营销学习 网页区设计网站诊断 外贸型网站制作 建行营销 中山网站建设方案 信息安全的系统性 西安制作手机网站 政府怎样维护网络安全 soc信息安全,-1 好未来信息安全规范正式实施 信息安全的系统性 北京建网站公司 国防信息安全的老大,-1 网络安全设备连接方法 北京建网站公司 大连网站优化公司 2017网络安全周 上海 网站及单位网站建设情况 手机网站制作服务机构 郑州网站制作公司 企业建网站多少钱 关于网络营销策略研究报告 饿了么的网络营销模式 滕州网站优化泰合信息安全运营中心系统-日志审计 建站网站 信息安全保护等级 国标 内容营销优缺点 网络安全研究所 搜索再营销 织梦dedecms网站热门关键词hotwords标签 网络安全公开课2017 大连网站制作公司 娄底建网站 合肥网站制作公司排名 陕西信息安全网络协会,-1 新鸿儒网站 网络安全和信息安全的区别 车载信息安全 营销学习 信息安全事件有哪些内容 衡水网站制作报价 信息安全风险管理活动主要包括 网络直播营销 特点 自建网站 seo属于什么营销