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
编程和网络安全哪个好网络营销整合性青岛做网站建设的公司2017 网络安全攻防演练免费建网站样板手机版广东营销网站建设服务网站首页页面设计开网站公司网络安全 博士信息安全目的,-1打造公司的网站我和我的愛人生活中的小事“呐,呐,你的异能是什么?” “明明知道自己要付出的代价,为什么还要用,真是个笨蛋!” “指令:控制!” “就算是锋利的东西,也是可以守护好想守护的。” “绽放吧,红莲!” “这次轮到我保护你了。” “接下来就交给姐姐我吧!” “从拿起刀的那一刻起,你已经输了。”天启年间,年轻的朱由校,望一举解决辽东之患,然而,事态之发展,却出乎他的意料,最后,竟然导致了更大的灾难……异族入侵,宇宙分崩离析,人类第一宗门分裂,阴阳混乱,不过终究还是有天赋异禀之辈;天光淹没,世间迷乱不堪,男主亲人眷属被害,四散分离,不过到底还是有丝缕正气之光九州神王李长青,被兄弟偷袭陨落,却意外重生归来。 尘封万年的洪荒大妖,将成为他的助力, 万界之中,修最强之术,炼顶尖灵药,布绝妙大阵…… “前世我能登临巅峰,这一世我也一样可以,诸天万界,终有一天,我会卷土重来!” 古往今来,世间流传仙、神的传说,而时至今日,仙路缈缈,已然进入末法时代。 天空中,有人矗立,乌云压顶、身处雷电中心;海面上,有人漫步而来,由远及近,片刻却又消失不见,这些是海市蜃楼产生的幻觉? 有传言,海市蜃楼是连接另一时空的桥梁,聚现另一个世界正在发生的景象! 神话故事是否虚构,仙、神,真的存在过吗?我本是一介凡人修仙和历史共存,里面涉及的历史典故和俗语比较多。刀锋和他的兄弟在一起的奇妙之旅,是多么危险和幽默.注意,本小说是转载并且在续写,我QQ3390896387,被转载人的QQ1664140337。【神秘身份+民间奇术+历史穿越+异闻志怪】大学毕业前的一个神秘包裹,改变了商文渊的生活。重拾汉帝钦封苍狼典客身份,镇守古丝路诸国气运,却遭中原宗门排挤。从此,你传你的的万民教化,我护我的黎庶安危。承袭阴阳镖局,邂逅千载军魂,解密奇诡邪术,隐遁历史时空。鄯善苍狼,折枪送君。阿维斯塔,真本何在。蜀身毒道,黑白佛牙。西域黄沙下,究竟埋葬了多少历史的隐秘。三百世轮回中,我在哪一世,你又在哪一世。有诗云:神枪且无柄,作剑可堪行。莫犯神州土,丝路有奇兵。西行十万里,黄沙送归途,典客阵前时,莫问阴阳路。
网站的术语 网站特效 如何进网站 网络安全与信息 建网站赚钱 我们国家网络安全吗? 网络营销思路 信息安全培训实验室 网络营销多层次 1.什么是网络安全 缺心眼的咨询技巧【www.richdady.cn】 亲子关系的共同成长方法有哪些?咨询【www.richdady.cn】 孩子不爱读书的心理分析【www.richdady.cn】 婴灵对家庭的影响咨询【www.richdady.cn】 心慌胸闷头晕的原因分析咨询【www.richdady.cn】 莫名其妙感伤的情感释放咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的风水布局咨询【企鹅383550880】√转ihbwel 有官司的预防措施威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 升迁障碍的职场晋升咨询【σσЗ8З55О88О√转ihbwel 心慌胸闷头晕的原因分析咨询【企鹅383550880】√转ihbwel 升迁障碍的职场规划咨询【企鹅383550880】√转ihbwel 什么原因意外的前世影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 化解婴灵的最佳时间【微:qq383550880 】√转ihbwel 财运不佳的风水调整咨询【企鹅383550880】√转ihbwel 婚姻生活不顺的解决方法【企鹅383550880】√转ihbwel 与公婆前世的识别方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 性压抑的咨询技巧【微:qq383550880 】√转ihbwel 冤亲债主干扰的超度方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 纠纷的解决方法【www.richdady.cn】√转ihbwel 如何克服“缺心眼”的问题咨询【σσЗ8З55О88О√转ihbwel 优秀的网站设计案例 如何自学网络安全 定制网站多少钱 龙岗网站设计效果 信息安全攻防竞技平台 免费建网站样板手机版 公安部 信息安全实验室 建网站需求 江阴做网站 网络安全焦点 南京定制网站建设 大庆网站建设计算机网络安全的基本要素 微博营销图 手机设计网站公司 互联网+ 信息安全 中华人民共和国网络安全法 张家口网站建设 网站特效 信息安全技术培训 如何自学网络安全 重庆互联网营销推广 网络安全焦点 武汉建网站 打造公司的网站 手机网站制 徐州制作网站的公司有哪些网络营销实验教程 2017网络安全形势 中国信息安全网络小组 国家网络安全认证技师 建材网站建设 1.什么是网络安全 大庆网站建设计算机网络安全的基本要素 龙岗网站优化公司案例 手机营销软件论坛 手机网站制 医院要怎样营销方案 手机营销软件论坛 思而忧网站 网络安全厂商 国家计算机与信息安全管理中心 网络安全 博士 网络信息安全实训室 广东营销网站建设服务 昆明网络营销策划 南京定制网站建设 温州手机网站推广 我们国家网络安全吗? 微博营销图 网站特效 关于加强信息安全管理体系认证安全管理的通知,-1 莞城网站制作 网络有哪些营销方式有哪些影响因素 大连网站设计公司排名 吉首网站建设 中国网络信息安全现状 深圳营销外包公司 网络安全法 身份认证 行业网络营销 各大搜索引擎整合营销 网络安全年 java保护信息安全 大学网络安全活动 关于加强信息安全管理体系认证安全管理的通知,-1 网站建设上市公司 网络安全及解决方法 h5网站搭建 网络营销品牌成功案例 2017网络安全高峰论坛 信息安全目的,-1 网站 体系 昆明网络营销策划 网络营销多层次 信息安全渗透 网络营销漏斗图 手机wap网站建设 网络与信息安全的信息特征公安部网络安全局 建立网站的方案 网络安全 解决方案 江苏网站设计公司 建网站的公司 鞍山网站建设 淄博做网站公司有哪些 深圳做自适应网站设计 编程和网络安全哪个好网络营销整合性 旅游网站的营销策略 网络营销品牌成功案例 滨江网络安全公司 龙岗网站优化公司案例 g20 网络信息安全主要的信息安全威胁有? 网络安全与信息 打造公司的网站 网络信息安全大学 网络营销调研的优缺点 石家庄短期网络营销 淄博做网站公司有哪些 网站建设公司上海 手机设计网站公司 信息安全漏洞分类 asp网站制作 网站建设制作 南京公司哪家好 龙岗网站制作 遂宁网站制作 网络与信息安全的信息特征公安部网络安全局 开网站公司 app手机网站制作 信息安全 c.i.a 网络安全审计与监控 莱芜网站设计 免费申请网站域名 大良营销网站建设好么 大学生信息安全考证 广东营销网站建设服务 购物网站推广 沈阳网络营销资讯 企业营销网 网站特效 网络信息安全实训室 asp网站制作 对信息安全的威胁主要包括 网络营销课的心得体会 2017 网络安全攻防演练 不正常营销 网络安全协议书 如何自学网络安全 各大搜索引擎整合营销 网络与信息安全的信息特征公安部网络安全局 武汉建网站 大良营销网站建设好么 沈阳网络营销资讯 手机wap网站建设 深圳网站制作公司人才招聘 江阴做网站 太原网络营销师培训 我们国家网络安全吗? 网络营销多层次