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飞车网络安全存在风险网络安全协调局服装网站模板ppc营销推广网站多少钱信息安全等级保护 措施信息安全应急响应中心企业信息安全介绍焱朝衰微,天下动乱。昭以天命一步步称王称帝,一统天下。男主人公沐无言出生低微,却能出将入相,为昭国之栋梁之才……工欲善其事,必先利其器。 这一位面的大陆之初,便是存在着灵力之气和神兵之力两股力量。 灵力提高实力,神武提高战力。 修炼者将灵力修为分九转十二境: 感知境、淬体境、彻地境。 通天境、天王境、天灵境。 仙灵境、神灵境、圣灵境。 无界境、虚无境、乾坤境。 境界越高,越难突破。 稍有不慎,便是陨落。 则兵器共分为:地武、天武、灵武、仙武、神武五等。 其中可细分为;低级、中级、高级 则武学同样分为:地品、天品、灵品、神品 而其中也是由高到低分为:低级、中级、高级 我为仙帝,碾压世间一切敌!夏炙一觉醒来发现自己穿越到了平行世界。 这里的人竟然将游戏定位第九艺术,玩家为了玩到一款好玩的游戏出多少钱买都愿意,游戏设计师成为最热门的行业。 夏炙狂喜,因为上个世界的无数经典游戏,这里的人竟然都没玩过。 于是一名超级天才游戏设计师诞生了。 美女导师:“我不配做陈欢的导师,他的‘马里奥’足够让我学一辈子。” 游戏测评员:“‘塞尔达’是足以改变世界的游戏,陈欢领先了业界一千年。” 攻略大佬:“扶我起来,我要和苇名一心拼刀,别拦我我还能送!” 全球玩家:“夏炙快点出新游戏,多少钱我们都买。” 其他游戏设计师:“年度游戏还选什么,直接给夏炙算了。” 夏炙本人:“别急别急,在做了(新建文件夹)。”少年成长之途,这路,通往未来的荣光,也连接了旁人的过往……万年前,秦家先祖一统乾元大陆后无故失踪。万年后,来自秦国的少年偶然遇到秦家先祖的一缕残魂,自此开始他的皇者之路。大世之争,谁主沉浮?我是谁?我在废墟残垣中醒来,人类和机器人的战争让世界都濒临毁灭,谁来救救我们?谁来救救世界?谁来拯救这次末日之战?江南四大才子有五个,这是常识。 兵器谱排名第一有十几个,这也是常识。 正所谓,盛世有贤良,乱世出妖孽。 作为妖孽的化身,金风细雨楼的第七代扛把子,陈久一脸微笑,四处传销。 “这位兄台,也许你对你现在的处境感到困惑吧,把握机遇,掌控人生,今天的失败,就是你明天的成功。”吴邪怎么也想不到,自己三十岁生日的愿望竟然实现了, 只不过这地方有点不对劲,但缓劲过后,那是相当嗨啊! 有老婆,有妾,还有通房丫头,最大的亮点还是能去怡红院! 咳咳……这时代真的让男人爱上啊! 只是, 只是,这男人的名声太臭了吧! 怎么把名声改过来?怎么把名声改过来?怎么把名声改过来? 吴邪开始一系列重大挑战……慕薄渊生而孤单,天生拥有半仙之体,人帝血脉,地府之根,但受天地法规排挤于三界之外,天帝恐其天阴之力,奴役三界同时与慕薄渊为敌,自幼便打压欺凌,欲置于死地。 慕薄渊觉醒天阴之力凭一己之力打出地府,游走人间,建军功,收异族,得女娲至宝,修成奇功与天帝抗衡,最终使天庭低头。 慕薄渊舍不灭之身,九华之功,天阴之力重新建立虚弥十二界:天,地,人,鬼,神,灵,妖,异,兽,禽,修,极乐。 十二界由低阶至高阶排布,供各阶生灵繁衍生息。这便是至今也不得跨越的十二界。 慕薄渊是个弃儿:三界之中无容身之所,立足之地。 慕薄渊是个暴君:左手杀魂,右手灭灵。 慕薄渊是个情种:有情一生只爱一人,无情不解世间风情! 慕薄渊是个犟驴:一生只做一件事。 慕薄渊是个怼货:怼天怼地怼人君。 慕薄渊是个怪人:心软时绕指柔,心硬时冷如铁。 其实,慕薄渊仅仅就是慕薄渊,他就是你心中的魔,梦中的神。
网络营销的三大渠道 宁波电子商务网上营销 网站的方案网络安全信息工作协会 创建网站公司 徐州 佛山h5网站公司 最新网络安全动态 广州云创通营销手机 信息安全管理制度建设上海专业做网站排名 2016网络安全教师 信息安全实验课怎么上 如何识别冤亲债主干扰【www.richdady.cn】 儿子抑郁症的前世因果咨询【www.richdady.cn】 自闭症的环境影响【www.richdady.cn】 婴灵的感应现象咨询【www.richdady.cn】 缺心眼的前世因果咨询【www.richdady.cn】 婴灵的安抚与超度【σσЗ8З55О88О√转ihbwel 升迁障碍咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 无形干扰的心理调适咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 亲子关系咨询【企鹅383550880】√转ihbwel 维护良好家庭关系的秘诀【微:qq383550880 】√转ihbwel 婴灵咨询【σσЗ8З55О88О√转ihbwel 感情纠纷的情感和解方法有哪些?【σσЗ8З55О88О√转ihbwel 财运不佳的案例分享【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 外灵干扰的前世故事咨询【企鹅383550880】√转ihbwel 脑部不清晰可能是哪些疾病的表现咨询【σσЗ8З55О88О√转ihbwel 外灵咨询【www.richdady.cn】√转ihbwel 大龄剩女的婚恋故事【微:qq383550880 】√转ihbwel 失业的前世记忆【微:qq383550880 】√转ihbwel 升迁障碍的心理调适【企鹅383550880】√转ihbwel 自闭症的康复训练【σσЗ8З55О88О√转ihbwel 北大青岛网络营销 信息网络安全公安部重点实验室 营销项目的推广技巧 视频营销vip教程 手机微信网站 信息安全赛事 网站信息安全通报制度 网络安全合格证 网络安全威胁解释 温州做网站 西电信息安全录取分 信息安全 c++ 反思维营销 信息网络安全 司法解释 金融网络安全案例分析 推广网站多少钱 上海高端网站设计 网络安全工程师和黑客 信息安全管理制度建设上海专业做网站排名 信息网络安全等级保护工作自检自查报告 网络安全日 赛 上海专业做网站排名 2017 网络安全 宣传 网络营销的微观因素 营销外包 网络营销方案流程 信息安全顾问视频,-1 信息安全人员等级 最新网络安全动态 免费域名网站的 全屏类网站 网络营销基本内容国外 信息安全管理 网络营销的三大渠道 信息网络安全 司法解释 营销型网站策划 西电信息安全录取分 网站怎么建 信息安全赛事 网络营销的网络直播 中国网络安全市场份额 反思维营销 腾讯网络安全研|究中心 2017 网络安全 宣传 呼和浩特企业网站制作 网站设计公司 长沙 营销项目的推广技巧 哈尔滨网站设计公司 整合营销传播特点 互联网营销 的方法 台州网站建设 金融网络安全案例分析 ppc营销 信息安全认证书 建网站的程序免费 网络安全资讯网 信息安全发展过程 衡水网站建费用 视频营销vip教程 企业信息安全介绍 密码信息安全测评中心 腾讯网络安全研|究中心 网站内页 改网站标题 sns营销 设计师交流网站 工业智能网络安全 上海高端网站设计 免费建网站的网站 长春建站网站 网络安全控制 信息安全应急响应中心 方案网站 信息网络安全公安部重点实验室 信息安全人员等级 网站添加属性 网站网络安全情况汇报 服装网站模板 网络营销的三大渠道 建网站啦 网络安全说明 宁波电子商务网上营销 网站的方案 网络安全周活动 腾讯网络安全研|究中心 信息安全三个发展阶段 国家信息安全工程研究中心 ppc营销 信息安全等级保护修订 关于营销的网站有哪些内容 网络营销的微观因素 网络安全是 北大青岛网络营销 启明星辰信息安全 自已建网站 网络营销方案流程 机械网络营销 信誉好的龙岗网站建设 百度知识营销广告语 营销证 公司通过信息安全认证 美国信息安全厂商 关于营销的网站有哪些内容 铜陵网站建设 口碑会员营销经典案例 网站建设费用 北京响应式的网站设计 医院网络营销 长春给企业做网站的公司 百度知识营销是什么 网络安全周活动 北京响应式的网站设计 互联网营销 案例视频教程 网站信息安全通报制度 网络安全资讯网 互联网营销 案例视频教程 一个好网站 温州网站设计 安顺网站建设 网络安全宣传要求 服装网站模板 国家网络安全人员图片 网络安全合格证 佛山h5网站公司 手机微信网站 创建网站公司 徐州 网络安全测试请示 西电信息安全录取分 哪里做网站 国家信息安全工程研究中心 呼和浩特企业网站制作 网站推广网 设计师交流网站 视频营销vip教程 负面营销 信息安全 c++