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
企业网络安全管理ps做网站我国信息安全存在的主要问题有网站在哪里建立网络安全法 重点网络安全技术知识做网站前景网络安全技术知识域名搭建网站 骗局远程教育信息安全技术答案白小鱼本是一个平凡的甚至是悲惨的普通人,但自从那个声音出现了,一切就变得不一样......轮回新生,绝世帝仙为了追求更高的境界,不惜动用整个星球的力量,破碎虚空,不料天外有天,含恨败退.……于是委身下界,积蓄仙气……在某破旧的服务器里,最后一个玩家被生物们逼到了尽头的悬崖。他绝望的退出了游戏。 本该暂停的服务器却被生物们继续拨动着时间的齿轮,于是,这个服务器渐渐退出玩家的视野,成为生物的地盘……我叫楚枫。 我穿越了,竟然还成为了一只卡比兽! 正准备躺平,结果觉醒了大卡比兽系统 肚子饿了天降能量方块,嗑着磕着突破了 永久失眠换来了自律就能无限变强。 本来我以为自律就是坚持锻炼健身, 没想到触摸极限后,系统居然要我练武,还要横练! 越练越大只 大只,就是强。 意外的相遇即是缘,来一片只有游戏里见过的仙界!!!!谁对谁错都不重要,只是站队不同罢了。我本路人无力参与奈何明月照我身。。。。一个人,两段人生,一个平庸但漫长。一个精彩却短暂。平淡还是绚烂,反复追问自己,到底想要的是什么,如果你有决定,我想那就是你现实生活中最缺的,最得不到的!一个不普通的小山村,走出一位不普通的少年,经历一件件不平凡的事情,完成一段段不一样的旅程。随着月球人的皇室后代纳尔斯逃到地球,刘宣与安晓天的生活发生了改变,刘宣选择接纳尔斯的灵魂,成为了第一个捍卫者成员蓝面人,安晓天也因战斗中受伤而接受了与烈鹰装甲的合体,成为烈鹰侠。纳尔斯告诉了他们关于刹神者的可怕秘密,两人开始紧急组建捍卫者联盟,寻找中国其他几位身怀绝技的英雄,以对抗刹神者的入侵。除了他们两人,还有中国最强狙击手梦魇,双臂力大无穷的神拳,甚至经过千年修炼后的孙悟空,等等。一场决定人类命运的战争,一触即发。 有人问:“生活的意义是什么?”我说:生活的意义就是不需要去寻找它的“意义”,我们活在这个光怪陆离的世界里,像是星辰大海、繁星点点,而意义就在于:我们,慢慢发光的那一个过程。 还有人问:“那爱情呢,是什么?” 爱情……也许会让你这颗“星”熄灭,但总会出现一个人点亮你的世界。 我叫周东黎,我用我的故事来告诉你,什么是生活,而什么又是爱情。为了他活着他母亲从肚子里将他挖出,那是的,他还是一个只有巴掌,他没有掌权的婴儿。 半脚踏入修行,开局却遇到圣人,圣人有些不靠谱,但却又极其的心狠手辣,带他看净世间纷争。 百族当中,他去过很多地方,但这个是能离开之后他就走向了一条极其黑暗的道路。 灵山之巅,黄昏水河尽头,修罗神殿,魔界皇宫,神界八方塔,上古遗迹,洪荒地穴,八王古墓………… 也见过书本上人口中的传奇人物。 剑尊叶问天,十三星十三浩瀚天骄,西方九王之主项天羽,下六界之皇秦始皇,和魔界至尊神界之主,佛家之主。 从默默无名的兵到手握重兵的大将军,大元帅,随后又到一方诸侯王………… 修炼过不少秘术,也有不少隐藏法宝,一路修行到达世界之尊,超脱万物在百界虚空之上。
俄罗斯 信息安全中心 app营销推广公司 网络安全动画 签名档营销 品质网站设 镇江网站优化 2017 429网络安全日 成都三道企业营销 松江营销型网站建设 网络安全交流金融网络安全试题 与女友前世的前世案例咨询【www.richdady.cn】 如何改善财运不佳的情况?咨询【www.richdady.cn】 家庭关系的和谐共建方法有哪些?【www.richdady.cn】 发育倒退咨询【www.richdady.cn】 灵性成长工作坊咨询【www.richdady.cn】 亲子关系的互动模式有哪些?【企鹅383550880】√转ihbwel 忧郁症的前世记忆【www.richdady.cn】√转ihbwel 发育倒退的环境影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 小企业破产的主要原因咨询【www.richdady.cn】√转ihbwel 化解外灵的专业手段【www.richdady.cn】√转ihbwel 人际关系不好的沟通技巧咨询【微:qq383550880 】√转ihbwel 自闭症的家庭支持【微:qq383550880 】√转ihbwel 忧郁症【微:qq383550880 】√转ihbwel 特殊学校的前世因果咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子不爱读书的心理分析有哪些?咨询【微:qq383550880 】√转ihbwel 工作压力大导致的精神不振咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 婴灵的化解方法咨询【微:qq383550880 】√转ihbwel 人际关系不好的案例分享咨询【σσЗ8З55О88О√转ihbwel 财运不佳咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的情感咨询如何进行?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 网络安全信息管理系统 信息安全等级四级 网络信息安全工作方案 防篡改 信息安全形势 营销模式案例分析 营销faq 个人信息安全规范 产品涪陵做网站 企业信息安全管理方案 陌陌社交营销 在线做网站 信息安全类公司排名 海外营销软件 重庆 网站 建设 深圳网站设计 企业网站适合响应式嘛 广州做企业网站找哪家公司好 律师网站建设 网站建设常出现的问题 软营销举例 标准网站优势 服务营销4p理论 门户型网站特点 国家空间网络安全学院 俄罗斯 信息安全中心 陌陌社交营销 信息安全专业技术培训 重庆专业网络营销公司 专业的营销型网站建设公司 青岛网站制作公司 门户网站制作 办公室信息安全考试 医院营销4P.4C.STP 2017优秀网站设计案例 网站营销培训 天津电商网站制作 网络事件营销案例 网站建设公司官方网站 自己建网站的优势 深圳网站建设价格网站开发服务公司 陕西省 信息安全 竞赛,-1 国家对互联网信息安全 做网站前景 做网站前景 软营销举例 网站制作 价格 专业的营销型网站建设公司 网络信息安全博览会 注册,-1 域名搭建网站 骗局 金盾网络安全 网络安全和信息化工作细则 信息安全形势 品质网站设 重庆产品网络营销推广 医院营销4P.4C.STP 信息安全专业技术培训 北京做信息安全的公司排名 维护信息安全主要保持 我国信息安全存在的主要问题有 个人信息安全规范 产品涪陵做网站 个人信息安全保护研究意义 签名档营销 营销培训学校 北京手机版网站制作 网站营销培训 深圳网站建设价格网站开发服务公司 远程教育信息安全技术答案 公司营销效果 企业网络安全管理 北京网络营销自学网 互联网市场营销的作用 维护信息安全主要保持 办公室信息安全考试 网络信息安全工作方案 防篡改 4r营销 优秀的营销策划方案 网站在哪里建立 营销型网站建设概述 北京网络营销自学网 深圳网站建设价格网站开发服务公司 信息安全管理体系 自己创网站 深圳网站设计 自己建网站的优势 国家信息安全局成都 海外营销软件 服务营销4p理论 2013信息安全峰会 我国信息安全存在的主要问题有 网络安全密钥最后一位 后台与网站 山西做网站 ps做网站 巴中网站建设 网络安全人员评估法案 注册个人网站 深圳营销 来个网站 公司网站市场价 北京高级网站建设 北京北京网站建设 网络安全法 重点 网络媒体新闻营销 远程教育信息安全技术答案 郑州最好的网站建设 个人信息安全规范 产品涪陵做网站 海宁网站设计 海宁网站设计 巴中网站建设 北京做信息安全的公司排名 网络安全法 重点 广州做企业网站找哪家公司好 重庆网站推广营销 星巴克的微博营销 品质网站设 政府网络安全实现 2017 429网络安全日 企业信息安全保护的重要性 标准网站优势 海宁网站设计 天津网站建设咨询 北京手机版网站制作 陕西省 信息安全 竞赛,-1 广州做企业网站找哪家公司好 国际信息安全学习联盟 邀请码 深圳营销 关于网站建设live2500 五级网络安全级别 国家信息安全局成都 信息安全管理运营平台 营销型网站建设概述 服务营销4p理论 昆明营销 南京邮电大学 网络安全 星巴克的微博营销 哇哈哈营销环境分析