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
内网信息安全行业现状虹口做网站网络安全缘起哈尔滨网站设计公司信誉好的龙岗网站设计网络安全与信息化中心逆向工程与信息安全网站制作价网站美工人员主要做什么的服务类网站免费建站他是国安局最优秀的卧底,最狡猾的间谍,纵横江湖二十年没有对手,可能是夜路走多了,不小心踩了一脚香皂,脚一滑摔进茅坑,死掉了………… 新的开始:276539327云逍死后魂飞天际时震撼发现:他生活了十六年的浩瀚人间,形状竟像一座坟墓!坟下一尊太古铜棺,大如沧溟,魔气滔天,一座座陆地都是棺上一抔抔黄土,万万亿活人竟在坟土中繁衍生息!巨棺内一具仙尸,其眼如地府,口若黄泉,头发似苍龙,身体像百万山脉。不知何方仙神,万古长眠于此! 少年冤魂不灭,遁入仙尸还魂重生,以世界天柱为剑,以浮生大陆为符,一人一棺杀穿仙路,通天证道! 五年前,前女友得重病,韩浩耗尽积蓄,四处借贷,最终换来的是前女友治愈嫁给富家大少,自己还被强制送往精神病院。 五年后,韩浩强势归来,一手治病,一手惩恶扬善,彰显大国妙医风范。我名叫程风斩,从小对军队充满憧憬,渴望拿起钢枪保家卫国,成为最强战兵中的一员,我小学时文化成绩优异,体育成绩也名列前茅,一切都在向希冀的地方发展。但在我10岁那一年,我遭遇严重的车祸,导致下半身瘫痪,又被同学校暴,初一后便辍学。并因控制不住情绪在文手圈胡乱攻击与发泄,又引起众多文手的不满,患上躁郁症。 但在经历过一系列事情之后的某一天,实则我也不知从何时开始,我经常会做连贯性的梦: 梦里我原本是一名光荣的特种兵,但由于一场战役导致双腿瘫痪,但那时候的科技十分发达,我收到一封邀请函之后被带入“特编第一作战连”的改造营,能够重新站立并且回到战场上——特编第一作战连是我国第一支全员原残障人士组成的特战部队,经过身体改造或者服用特殊药物的他们拥有不亚于任何平常士兵的作战能力,甚至超越普通士兵。 而关于我要好的网友林茉莉、左夜靖等,他们也意外地也成为了这场连贯梦的主角,对待这些奇异的事,我还有许多想说的。这一切的故事 都要从两位人族帝者的生死对决 开始讲起 …… 他魂穿千年 并重获新生 来到了一个名为“沙林”的小村子 …… 少年啊!走出这个村子 然后 开始书写属于你的 人生新篇章吧……特战精英深入敌后昆捣毁了敌人的雷达站,在敌人的导弹轰击下昏迷被俘,从此开启了为被俘士兵雪耻,捍卫华厦掘起的征程。 约尔:先生我们的飞船已经离开本宇宙了。 男子:好的,我们继续航行。 约尔:了解,先生。但是不唤醒佳爱琉没问题吗? 男子:我是故意把她留下来的。等她醒了之后会追上我们的。 约尔:明白,先生。 ........七年之后 约尔:先生我们到达新宇宙了,根据检测这里是一个魔法宇宙。 男子:传说中的魔法宇宙吗,找个世界降落吧。 约尔:好的,先生。 如果除去天生阴阳眼的话,我的前半生应该是普通的不能再普通了,但自从那天之后,我墨色的生活被染上了色彩。“你相信吗?从出生起,你的命运既已经注定。上天已经注定你是失败者,不但永远在那人之下,最终身死道消。 人生模拟器,可以改变你既定的命运,你值得拥有。” 跟随花果山猴王身后一起出海寻仙的六耳,身边不断响起这样的声音。 在海面上漂浮了很久,六耳猕猴看着天空当中不断压低的阴云怒吼,&amp;quot;我不相信命运!!!&amp;quot; 本书又名:《六耳猕猴的人生模拟器》、《妖猴哪里逃》新历二百三十年,一切发生的太过突然。 以游戏形式相连的异世界,紧随其后突然出现的秩序。 恍若隔世般,这个世界变得愈发魔幻。 死亡不再是人的终点,遗忘才是。 能源不再是人们需要忧虑的,能量不再守恒。 这里,被迫和平。那边,乱世方才拉开帷幕。 “我没有什么追求,能看到自己有什么东西继承下去,就心满意足了。”
B2B网站系统 信息安全等级二级评测 深圳市网络安全公司 网站营销推广 政府网络安全事件 电子商务网站设计 微信企业号 移动营销 微信网站模板 网络安全事件通报 深圳信息安全证明 婚姻生活不顺的前世记忆【www.richdady.cn】 事业不顺的职场调整有哪些方法?咨询【www.richdady.cn】 前世缘份的前世今生【www.richdady.cn】 婚姻生活不顺的前世因果咨询【www.richdady.cn】 意外事故的预防措施【www.richdady.cn】 去世的父亲的前世修行咨询【σσЗ8З55О88О√转ihbwel 感情纠纷的案例分享【企鹅383550880】√转ihbwel 孩子学习不好的前世因果【σσЗ8З55О88О√转ihbwel 老公家暴的环境影响咨询【企鹅383550880】√转ihbwel 去世的父亲的前世故事咨询【微:qq383550880 】√转ihbwel 老公家暴的前世因果咨询【微:qq383550880 】√转ihbwel 家庭关系的教育建议【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 什么原因意外的前世缘分【企鹅383550880】√转ihbwel 儿子抑郁症的家庭支持【σσЗ8З55О88О√转ihbwel 化解外灵的专业手段咨询【企鹅383550880】√转ihbwel 与男友前世的前世缘分咨询【σσЗ8З55О88О√转ihbwel 解梦咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生的故事解析【www.richdady.cn】√转ihbwel 财运不佳的投资建议【www.richdady.cn】√转ihbwel 意外的心理调适咨询【σσЗ8З55О88О√转ihbwel 台州高端网站建设 徐州网站推广 西安网站架设公司 安顺网站建设 国家信息安全服务资质一级 网络安全宣传广告 信息安全等级保护二级标准 网络安全热点 网络安全缘起 星巴克场景营销案例 公司网络安全加固方案 免费建站网站大全 深圳 信息安全培训课程 怎么搭建自己的网站 四川全网营销宣传 信息安全等级二级评测 网站案例库 网站建设费用 深圳 信息安全培训课程 新闻网站设计原则 盐山做网站 网络营销在哪些行业 微信企业号 移动营销 网络营销的微观因素 信息安全检查工具 微信社群营销工具 顺义石家庄网站建设 张长河 网络安全 贵阳网站制作免费 校园网站怎么建 营销的研发和推广 信息安全中的信息是指网站托管维护 信息安全管理研究中心 网站添加属性 网站添加属性 信息安全管理研究中心 网络安全形势读书报告 台州高端网站建设 网站被 远程营销策划 石家庄企业商城版网站建设 典型软文营销案例 yes网络安全论坛 营销学堂 国际前瞻信息安全会议 营销项目的推广技巧 全网平台营销 工信部网络安全管理局 it信息安全ppt,-1 公司通过信息安全认证 acm和信息安全能一起搞吗 信息安全专业读博士 免费新建网站 网站怎么制作 信息网络安全合格证 郑州网络营销策划公司 网络安全宣传广告 唯品会邮件营销 郑州网络营销策划公司 网站营销推广 深圳 信息安全培训课程 海淀网站建设 yes网络安全论坛 网站案例库 西安网站架设公司 传统营销分析方法 温州制作网站 信息安全技术有限公司 微信企业号 移动营销 国家建设和完善网络安全标准体系 泛在信息安全 网络信息安全电信,-1 密码技术在网络安全中的应用 张长河 网络安全 网络信息安全电信,-1 西安网站架设公司 徐州网站推广 服务好的微网站建设 网络安全管理局 级别 深圳整合营销战略 网络营销在哪些行业 网站添加属性 模板网站最大缺点 北京网站制作 网络事件营销策划书 高大上设计网站欣赏 网站推广网 网络安全性等级 政府网络安全事件 信息安全检查工具 建微网站需要购买官网主机吗 网络安全知识有哪些 美国 网络安全战略特征 营销的研发和推广 汽车有哪些信息安全 网站建设费用 北京响应式的网站 成都网路营销 设计国外网站工业控制系统信息安全指南 泛在信息安全 网站添加属性 公司通过信息安全认证 星巴克场景营销案例 信息安全中的信息是指网站托管维护 营销有限公司 信息安全课程设计报告,-1 信息安全中的信息是指网站托管维护 网络安全缘起 安徽省信息安全测评中心招聘 承德网站制作公司 沈阳网站推广 美团网络营销 校园网站怎么建 信息安全等级保护二级标准 免费建网站的网站 十大网络安全案件 营销 软件 建微网站需要购买官网主机吗 环境营销 网络营销代运营 网络安全形势读书报告 B2B网站系统 比较营销 免费建站网站大全 贵阳网站制作免费 佛山做网站 BSA网络安全 网站页面优化 服务类网站免费建站 佛山h5网站公司 网站案例库 百度知识营销是什么 营销型网站哪家好? 网络营销方案流程 浙江网站建设企业