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
网络营销方式网络营销资格证玉林做网站安检门 公安部第三研究所安全防范与信息安全产品access的程序出售.是wap网站.请问怎么给asp关于应用安全可控信息技术加强银行网络安全和信息化建设的指导意见网络营销手机软件保定哪里有做网站的网站建设工作206 网络营销考试卷父母之仇,断指之痛! 少年凌宇,手指在被斩断之后,逆天重生,而这一根手指,竟拥有着改天换地之能。【女帝】、【脑洞】、【搞笑】 一位普通的网文读者云逸,穿越到了看似平常的异世界。 熟读套路的他,开局就抄了前世的一本经典仙侠小说,想要通过网文赚取第一桶金。 但没想到。 这个世界,正处于灵气复苏不久,修行之法还未开创的时代。 所以,当云逸小说火起来的同时,一部分人发现... 小说里的修行功法、锻器手段、炼丹丹方,竟真的全部可以模仿使用! 此刻,全球震惊,各国开始紧急接触云逸! “仙帝无私奉献,哪怕是圣品功法也未曾藏私,令人钦佩!”有人族修士恭敬道。 “师父悉心教导,润物细无声,让我受益匪浅。”女帝徒弟言笑晏晏。 “仙帝一剑斩妖,救人族于水火,此等胸怀,我难以企及!”有人族大能跪拜。 自此,云逸被全球的修行者们尊为“开天地新生,创万界新道”的原初仙帝。终南山,烟雾萦绕间有一座寺庙 世界各地的名流高层,对这座小庙趋之若骛,只因这里坐着一位天之娇子。 但这位名叫张易的年轻人名满天下,但却无人识其长相。 如今,老爷子命其下山赴婚约,高手出山,天下将为之一变!不会种田的乡村少年牛小田,误打误撞拜师老神仙,看相风水医术道法无所不能,从此人生开挂。懦弱注定会被人所瞧不起,只有鼓起勇气才能登上人生的巅峰,不忘初心,为自己的理想而战,站起来吧少年!神说:太初有道,道即是神! 魔曰:太初有道,魔于道先! 有魔,先于道而生!这不仅仅是某人的自夸,更牵扯到他证道的隐秘。 九州之变,魔星降世,灵石下凡,洪荒秘闻…… 道之所存,魔之所在!且看天魔周游各方世界,追逐魔之本源,成就无上道果! 罗凯穿越到异界大陆,获得一套魔宗铠甲,而这个世界是由各派斗者组成的大陆,铠甲并不是这个世界的关注点,然而罗凯却靠着铠甲走上冒险之路。以网游题材为背景,充分演绎游戏体验中的快感跟全新的故事情节,带你体验不一样的游戏人生穿越了,但也快死了。 没办法只能当个骗子,骗骗人活命而已。 修练了,但也怕无聊啊。 没办法,只能气气人找人当工具人段练体质,顺带升下级而已!我只想安安稳稳送个外卖,哪想到有一天居然真的黄袍加身! 还是在异界!! 送外买送到异界的恐怕只有我一个了吧? 看着满目荒凉的异界,杨一暖苦笑一声,开始了异界探险之旅… 外卖是不会再送了,星际贸易才是我的主业! 玻璃球换黄金,香水换翡翠,一个黑心倒爷就此诞生… 异界投资建工厂,寻宝探矿搞开发,从今天开始,我就是杨总! 新世界首富,异世界征服者,就此诞生!!
网络营销手机软件 中国信息安全博士,-1 现代感网站 网站重购 网络营销目标市场选择 信息安全服务收费 重构网站 微网站建设包括哪些内容 网络安全漏洞评估系统设计与开发 源码 国家信息安全中心举报,-1 婴灵对家庭的影响【www.richdady.cn】 如何解决孩子不爱读书的问题?【www.richdady.cn】 家庭关系的情感维护方法有哪些?咨询【www.richdady.cn】 存不住钱的心理调适【www.richdady.cn】 无形干扰咨询【www.richdady.cn】 事业不顺的风水布局咨询【微:qq383550880 】√转ihbwel 婴灵的安抚与超度【企鹅383550880】√转ihbwel 如何了解自己的前世今生?咨询【www.richdady.cn】√转ihbwel 婴灵的化解方法【σσЗ8З55О88О√转ihbwel 家庭关系的案例分享【企鹅383550880】√转ihbwel 婴灵的感应现象【企鹅383550880】√转ihbwel 脑部不清晰的原因分析咨询【企鹅383550880】√转ihbwel 孩子压力大的自我提升【www.richdady.cn】√转ihbwel 缺心眼的表现及成因威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 缺心眼的咨询技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 暗恋的原因分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的改命技巧咨询【微:qq383550880 】√转ihbwel 亲子关系的案例分享【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 祖灵【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 长期精神不振的原因咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 重构网站 access的程序出售.是wap网站.请问怎么给asp 利用密码技术可以实现网络安全所要求的 B2B网站系统 网络营销英文怎么读 九江网站建设 网络营销的分销渠道 网络营销课程资源 虹口做网站 信息安全发展历程 关于互联网营销的书籍推荐 保定哪里有做网站的 网络营销渠道策略 网络营销策划的方法 网络安全法正式施行 自助做网站 网络信息安全现状,-1 现代感网站 中企动力技术支持网站 微网站域名 银行 网络安全主任 自己开发网站需要什么技术 网站响应式和非响应式 网络营销目标市场选择 网络营销推广策略是什么 娃哈哈的营销方式 网站建设工作 信息安全咨询服务厂商 当当网营销 自己开发网站需要什么技术 河北移动端网站建设 速卖通如何做营销策略 速卖通如何做营销策略 深圳网站制作平台 site.pan.baidu.com 百度推广营销方案 重构网站 信息型网站 大连企业网站建站 贸易网站建设 access的程序出售.是wap网站.请问怎么给asp 上海 社会化营销公司 淄博微网站 javascript实现网站顶部出现几秒后图片缓慢消失的效果 利用密码技术可以实现网络安全所要求的 网络营销的分销渠道 网络安全法 口令更换 网络营销网站建设 网络安全漏洞评估系统设计与开发 源码 娃哈哈的营销方式 网站重购 玉林做网站 安检门 公安部第三研究所安全防范与信息安全产品 网络营销英文怎么读 网络营销干货百度云 外贸网站模板建立 网络与信息安全宣传,-1 微网站建设包括哪些内容 营销网站建设 网站建设案例 专业网站运营托管 网站制作价 国家信息安全中心举报,-1 徐州网站推广 网络信息安全通知 科技公司网站设 中国互联网网络安全 网络信息安全通知 网络营销推广策略是什么 网站制作 技术 微网站域名 河北移动端网站建设 javascript实现网站顶部出现几秒后图片缓慢消失的效果 临沂网站制作 娃哈哈的网络营销 信息安全攻防平台 徐州网站推广 西安单独培训网络营销 信息安全自学网 娃哈哈的网络营销 身边的营销 移动应用营销 2016年中国网络安全发展形势展望 电力信息系统信息安全检查规范 微网站建设包括哪些内容 身边的营销 网络营销课程资源 网站重购 成都网络营销公司地址 网络营销课程资源 信息安全保障 网络营销资格证 徐州网站推广 网络营销误区 网络营销策划的方法 网站搭建方案 公司网络安全重大事件 移动应用营销 千度网站 msn营销 贸易网站建设 网络安全 历史 长春网站建设公司 c2c网站有哪些 网站建设案例 福州网站推广 网络营销的主要职能? 南阳企业网络营销外包 网站搭建方案 上海信息安全师报名 电力信息系统信息安全检查规范 206 网络营销考试卷 公司网络安全重大事件 专科网络营销就业前景 泊头建网站 网络安全法 口令更换 格力公司网络营销定位 公司网络安全重大事件 顺德公益网站制作 网络营销推广策略是什么 湖北信息安全测评中心 顺德公益网站制作 网站模板怎么用 长春网站建设公司 速卖通如何做营销策略 信息安全保障 科技公司网站设 银行 网络安全主任 网络安全网络文明信息安全与管理评测师 信息安全自学网 外贸网站模板建立 现代感网站 计算机信息网络安全的技术支持 中国信息安全博士,-1 当当网营销 网络安全法正式施行