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
信息安全赚钱我国网络营销现状分析沈阳微信营销哪家好大连做网站网站图片尺寸营销家官网潍坊网络营销唐山网站建设报价免费网站空间网络安全 公司资质一个充满神奇色彩的世界,在这里,一切都是未知的,但是,一切都是被记录的的。天是什么,是一部法典,一部恐怖的法典,不过,法典是什么呢?哦!法典就是用来查阅的,管我,凭什么,法典就是法典还是乖乖的做好你的本职吧!本应平凡,却阴差阳错,这一天,天逆了,人变了,他还是他吗......星辰变,乱世起,意外的流星,意外的出生,血腥、挫折,还有家散,成就了他的不凡,他是谁?到底是谁呢?弥漫在空气中的各种元素微粒,他们在运用着自己的力量在使用它们,聚合、变质、融合等等,各种各样的变化,这是元素与灵魂相存的世界,灵魂运元素,元素依灵魂。星运大陆,一个修习星能量求道成仙的世界。天地混沌,世界突现神秘空间,共有九重。来自第九空间的神秘力量,困住众神,颠覆世界。魔兽横行。 一个流浪子,从此走上了,修习星能量,拯救众神,使世界重新恢复和平的道路。他不过是想重整世界。生逢乱世,一个人人唾弃的乞丐,如今白发披肩,一袭血红长袍,手持森白骨剑,后背的长枪泛着令人望而生畏的红芒。惨白的月色下,纵身一跃便消失在了茫茫的夜色之中,留下的只有滔天的杀意。天地不停,大盗不止。原本是各个不同世界和地方的九位勇士,却因一次的使命而是他们走到了一起;今后的路,虽然漫长而艰巨,但他们之间的友谊与羁绊却不会因为任何原因而被斩断,不论在何方,都会把彼此深深地记在心里!!以完美的道构建世界。 完美的道是正是邪、是善是恶?完美的世界又是怎样一番模样?孟沧渊作为一一个时代的传奇,帮助孟家成就霸主地位以后,找了个小山村隐居起来,只想平平淡淡的过完余生,偶尔治病救人,刚安稳的度过了几年,老友来访后,带来了无止境的麻烦,孟沧渊:老子欠你的嘛?妖祖皇宇宏和魔道众魔之主宏天焰。在一万年一次的妖魔大会上,被妖界预言师和魔道大祭祀告知,我们存在的宇宙是多元宇宙,在不同的宇宙都会有生命的存在,在某些特定的条件下,不同宇宙的生命会以灵魂穿越到不同的世界,不久将会有异世界的人或生物穿越到我们的世界,他们是天选之人或是天命之兽。他们的到来会影响正邪两道的运势,道门,魔门,以及佛门都会不择手段想方设法把他们归入门下。众妖魔合力打开天命轮,得知到来的是一人一兽。《李联英本是一个厨师在下班路上碰到有人偷手机报警,人犯被抓没多久他被人叮上在公交车站边厕所里被人用刀捅死》灵魂穿越来到这个世界投胎到了一家买饼的家庭。 超进化异形母体被铁血战士追杀,无意中逃窜到未实验的空间长廊里,肉体被空间拉扯破碎,灵魂穿越到这个世界,投胎成了12尾狐。魔主下山前变成了女人,妖祖却选择涅槃成了美男子,之后他们4个…… 皇帝倒台后,各地军阀割据,民不聊生。货郎一家五兄弟各自走上不同的道路,老大小货郎一步步逐渐做成大生意,开的分号遍及周边。鼎盛时期竟然可以自己发行小区域流通货币。 老二在家务农种田。老三更是成为一代当地名医。老四和老五分别参加了不同的对立双方,直至把枪互相。怎样抉择?敬请阅读本书
信息安全测评等级划分 大连营销外包公司 网站建设公司价格 网络营销实验二 合肥网络安全大赛 网络安全工作的目标包括 张家港专业的网站制作公司 信息安全风险控制平台 特朗普发布网络安全法 通栏式网站 大龄剩女的社交技巧【www.richdady.cn】 查财运专业服务【www.richdady.cn】 强迫症咨询【www.richdady.cn】 特殊学校咨询【www.richdady.cn】 性压抑的解决方法【www.richdady.cn】 莫名其妙感伤的心理调适咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 耳鸣的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 升迁障碍的案例分享【www.richdady.cn】√转ihbwel 冤亲债主干扰有哪些症状?【企鹅383550880】√转ihbwel 成人发育倒退的可能症状咨询【σσЗ8З55О88О√转ihbwel 无形干扰的前世故事威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 头脑混沌的解决方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 性压抑的前世影响咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 耳鸣的前世因果咨询【www.richdady.cn】√转ihbwel 解梦的前世记忆咨询【企鹅383550880】√转ihbwel 婚姻生活不顺的前世因果【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 儿子不读书的前世记忆咨询【www.richdady.cn】√转ihbwel 长期失业对个人的影响【σσЗ8З55О88О√转ihbwel 感情纠纷的原因分析咨询【微:qq383550880 】√转ihbwel 耳鸣的前世因果【微:qq383550880 】√转ihbwel 网页设计的交流网站 长沙 国家信息安全基地 营销家官网 营销必修课 常见的网络安全威胁及防范措施 网络安全产品idc排名 网站图片尺寸 微信营销 品牌建设 网站互动 超实用网站 国家网络安全标志 信息安全技术 服务器技术要求 关于举办第11届(2014)信息安全与对抗技术竞赛登陆首页 共建网络安全的建议 ccs信息安全认证证书 网络安全病毒防御 网站建设模板是什么 信息安全与技术期刊 linux网络安全配置 facebook 病毒式 营销 国家信息安全测评申请模版 大学信息安全例子 微信网络营销推广公司 wap网站模板 信息安全资质证书 福田网站制作 网络安全工作的目标包括 重庆网络安全 信息安全等级保护第五级 上海专业网站设计 南京网站设计 武汉 网络信息安全室 沈阳科技网站首页 南昌市做网站的公司 大连营销外包公司 信息安全五个等级 信息安全管理与相关技术 化妆品 网站建设案例 嘉兴网站建设推广 青岛外贸网站建设 信息安全破解logo 互联网是网络的网络营销 信息安全技术公司 网站图片尺寸 共建网络安全的建议 营销网站优点 国家信息安全等级保护制度 网络安全宣传周的内容 端午节微博营销 免费网站模板下载 网站图片尺寸 网络营销实验二 中央信息安全学院,-1 网站开发商 通栏式网站 武汉 网络信息安全室 网络营销形式有 大连做网站 信息安全组织架构图 网站原创性 合肥网络安全大赛 网络营销顾问的职责 linux网络安全配置 信息安全赚钱 南京网站设计 四川网络安全公司 做内贸现在一般都通过哪些网站 化妆品 网站建设案例 网络营销最新资讯 创建网站公司 徐州 网站建设模板是什么 网络安全员资格证书 重庆网络安全 有pc网站 微信网络营销推广公司 在网站中添加百度地图 酒店信息安全事故 关于举办第11届(2014)信息安全与对抗技术竞赛登陆首页 加强信息安全的建议 信息安全资质证书 网站建设公司价格 网络安全产品培训方案 杭州网站制 广东网站建设 网络营销顾问的职责 共建网络安全的建议 思科 2014网络安全 无线网络安全措施 北邮的信息安全 中国互联网协会网络安全 免费网站空间 网络安全是什么 国家信息安全等级保护制度 信息安全风险控制平台 信息安全措施可分为 网络营销系统的建设 网络安全工作的目标包括 网站名注册 无锡网站建设原则 网站设计书 石家庄网站建设找哪家 网络安全病毒防御 网络安全病毒防御 北邮的信息安全 重庆王网站制作 网络安全工作的目标包括 卫龙辣条网络营销分析 海南移动 网络安全深圳制作网站 家电行业 营销方案 潍坊网络营销 我国网络营销现状分析 营销公司新媒体运营 信息安全与技术期刊 信息安全组织架构图 网络安全可视化 国家网络安全标志 提高网站安全性 网站备案幕布照规范 信息安全破解logo 网络营销系统 互联网是网络的网络营销 网络交易中的信息安全 互联网整合营销传播 自己造网站 信息安全测评等级划分 病毒事件营销成功案例 端午节微博营销 科技平台网站建设 信息安全资质证书 网络安全产品idc排名 信息安全风险控制平台 信息安全三级等保要求 网络安全 魔力象限 国家信息安全等级保护制度 网络营销形式有