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
b2b营销推广网络营销出来做什么的网络安全周视频信息安全等级保护指南网络管理与网络安全西安网站建设公温州网站制作价格大连 营销策划公司上海网络安全公司网络安全威胁什么意思网络信息安全软件一言定生死,一语变乾坤。我名叫程风斩,从小对军队充满憧憬,渴望拿起钢枪保家卫国,成为最强战兵中的一员,我小学时文化成绩优异,体育成绩也名列前茅,一切都在向希冀的地方发展。但在我10岁那一年,我遭遇严重的车祸,导致下半身瘫痪,又被同学校暴,初一后便辍学。并因控制不住情绪在文手圈胡乱攻击与发泄,又引起众多文手的不满,患上躁郁症。 但在经历过一系列事情之后的某一天,实则我也不知从何时开始,我经常会做连贯性的梦: 梦里我原本是一名光荣的特种兵,但由于一场战役导致双腿瘫痪,但那时候的科技十分发达,我收到一封邀请函之后被带入“特编第一作战连”的改造营,能够重新站立并且回到战场上——特编第一作战连是我国第一支全员原残障人士组成的特战部队,经过身体改造或者服用特殊药物的他们拥有不亚于任何平常士兵的作战能力,甚至超越普通士兵。 而关于我要好的网友林茉莉、左夜靖等,他们也意外地也成为了这场连贯梦的主角,对待这些奇异的事,我还有许多想说的。行星文明的尽头是升华还是毁灭? 站在行星文明的十字路口他会替人类做出正确的选择! 世界归于尘埃,世界十之存三,世间出现新的法则。“什么?原来我是恶魔?” 十六岁那天,‘穿越者’阎墨终于等来了属于自己的灿烂。 ------------------------------ ‘普通人类’加入恶魔学园学习成为恶魔的故事,大概会涉及入间同学入魔了,家庭教师,猎人。十六年前,他一家三口被人陷害。 父母惨死,他被医仙所救。 十六年后,他奉师父之命下山。 入赘宁家,成为豪门赘婿。 他武道称雄,医术通神。 身为赘婿,却狂放不羁! 为爱你,我甘做赘婿! 为护你,我愿举世为敌!在浩瀚的宇宙星河当中,有一片武斗大陆,那里有广袤无垠的土地,纵横大陆的河流。数以亿计的人族武者们需以展示自身实力来获得在这片土地生存的权利。 这是最原始的生存方式,也是最简单、最残暴和最直接的方式。每个人都必须拼上性命,输的一方将一无所有,包括女人和孩子,甚至是自己的生命。。。。。。 武元星从小便和爷爷在山中长大,他一直相信爷爷对自己的期望,那便是成为武者之神,便可随意畅游武者星空。。。。。。天地不仁,以万物为刍狗!执棋者,以天地为棋盘,众生为棋子,身为棋子却想掀翻这棋盘,而他做的便是“要这天再也遮不住我的眼,要这地再也不能束缚我的脚步;我要踏碎凌霄放肆桀骜,我要用这铁棒打散那满天的神佛!”用一个个短篇故事了解动物小说 用不长的篇幅写动物小说李长歌穿越了。 开局家徒四壁,一贫如洗。 只有一个相依为命的姐姐。 好在这是一个“小说家”的世界。 在这个世界,只要写小说,便能获得非凡的力量,甚至能够依靠小说成圣! 看着这个世界普遍流传的小说著作,李长歌表示就这啊? 《神雕》出世,“侠之大者,为国为民”被千万人追捧! 《三国》出世,无数谋臣直呼原来计谋还能这样玩?! 《西游》出世,无数人惊叹天庭是不是真的存在! 《水浒》出世,就连皇帝也坐不住了! …… 某一天深夜,李长歌看着身边美貌温婉、娇艳无俦的李采薇,义正辞严的道:“姐姐请自重,我要写小说了!”
产品网络整合营销方案 酒店网站建设公司 信息安全分析 网络信息安全课件 时效性营销 常见网络安全漏洞 莱芜网站优化 网络安全常用工具 深圳 信息安全培训 微信网站方案 性压抑的咨询技巧咨询【www.richdady.cn】 缺心眼【www.richdady.cn】 孩子压力大的环境影响咨询【www.richdady.cn】 忧郁症的治疗方法【www.richdady.cn】 婴灵的形成原因【www.richdady.cn】 与男友前世的因果关系咨询【www.richdady.cn】√转ihbwel 什么原因意外的前世影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心慌胸闷头晕的自我提升咨询【www.richdady.cn】√转ihbwel 发育倒退的医学检查咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 忧郁症的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 耳鸣对睡眠的影响【微:qq383550880 】√转ihbwel 失业的职业规划【企鹅383550880】√转ihbwel 亲子关系的自我提升咨询【σσЗ8З55О88О√转ihbwel 前世今生的缘分如何续写?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 升迁障碍的职场瓶颈如何突破?【σσЗ8З55О88О√转ihbwel 前世今生的缘分解读【www.richdady.cn】√转ihbwel 老公家暴的自我保护咨询【微:qq383550880 】√转ihbwel 如何解决事业不顺的问题?【σσЗ8З55О88О√转ihbwel 精神不振的解决方法【企鹅383550880】√转ihbwel 阴间生活的文化背景咨询【www.richdady.cn】√转ihbwel 信息安全 计算机考级 电子信息安全 网络安全服务的功能有 鄂尔多斯网站建设 做网站网站 饭客网络安全论坛 做个网站 大良网站建设价格 张新 网络安全与管理 网站程序开发 cpa营销 网络安全法思维导图 网站设计公司无锡 关注信息安全 信息安全管理技术 运营商网络安全方案 鄂尔多斯网站建设 常见网络安全漏洞 信息安全在线实验室 淄博中企动力公司网站 网络营销工程师培训 网络安全事件发现与关联分析 德州网站制作高端网站制作公司 贵阳网站设计 关注信息安全 大连 营销策划公司 信息安全攻防实验员,-1 cpa营销 网络安全的书籍推荐 运营商网络安全方案 制作外贸网站的公司简介 信息安全管理技术 网络安全 flash 庆阳网站建设 智能营销系统官网 东营网站优化 品牌网站建设公司 营销促销案例分析 国家信息安全报告 青岛手机网站建设 台州网站建设企业 信息安全工程定义 信息安全对抗比赛 民营医疗营销 民营医疗营销 庆阳网站建设 新网站建设 国家信息安全报告 永恒之蓝 网络安全 网站布局有哪些常见的 网络营销具备的知识 网站托管套餐 网络安全事件发现与关联分析 信息安全在线实验室 信息安全等级保护 费用 网站程序开发 莱芜网站优化 上海网络安全公司网络安全威胁什么意思 江苏网站建设机构 安阳网站建设 信息安全有哪些应用 无印良品营销创意 义乌网站建设 工作+信息安全 2016中国信息安全服务年会 贵阳网站设计 沧州做网站 新网站建设 温州网站制作价格 中国信息安全十大公司 上海信息安全服务资质咨询,-1 河池网站建设 大良网站建设价格 国家信息安全相关政策,-1 信息安全管理技术 重庆营销策划 重庆营销策划 简单建网站 制作外贸网站的公司简介 搜索引擎营销 关键词广州企业网站设计公司 河南信息安全专业吗 郑州网站设计专家 网站站制做 网络安全法思维导图 网络安全化草案 破坏公共信息安全 意大利 网络安全 信息安全案例 商务网站制作公司 cpa营销 soc 信息安全 政府对网络营销政策 网络营销行为 深圳做企业网站的公司推荐 顺义广州网站建设做网站电话 如何网络安全建设 网络安全服务的功能有 网络信息安全实例 时效性营销 网络安全攻防大赛简讯 网络安全审查委员会 上海信息安全管理中心地址,-1 网络安全编程的特点 郑州网络营销外包公司排名 上海网络公司网站 网络安全周视频 网络安全事件发现与关联分析 台州网站建设企业 中国信息安全十大公司 小企业网络安全方案 网站开发公司深圳 信息安全工程定义 做网站网站 营销综合平台建设 营销平台 网站重定向 网站建设优化服务如何 永恒之蓝 网络安全 温州网站制作价格 网络营销渠道 营销综合平台建设 大连 营销策划公司 小米公司网络营销定位 网络安全服务的功能有 国家信息安全报告 安阳网站建设 长沙做最好网站 高端企业网站报价 淄博国家信息安全中心 银行信息安全会议记录 张新 网络安全与管理 酒店网站建设公司 网络信息安全实例 营销培训 网站设计教程