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
自学网络安全看什么书网站建设问题大全网络安全部门负责网络安全产品网上销售网络安全的大数据分析西安网站挂标自建网站网站解决方案iis应用程序池自动回收内存---解决网站运行一段时间速度变慢什么是网络营销团队梗概 卫国被陷害,代号G的机器人走出家门寻找真相,体验到人生酸甜苦辣,当中结识李寻,两人建立友谊。 代号“勇敢者”的机器人制造了斯坦公司爆炸,试图得到永生。 李寻破案途经丹尼小城发生诡异事件,在与怪物搏斗中受伤,同时收获爱情。众人历经千辛万苦走出丹尼城。 为了获取人类防御系统资料,青鹫(勇敢者的下属)威逼利诱铁杆成为傀儡,让铁杆去获取人类防御系统资料。 李寻与叛乱组织不屈不饶地斗争,最终正义战胜邪恶。 他拥有令人艳羡的身世,他的的父亲是一国元首,而他的人生际遇却从没有受到过任何优待。 他拥有天生异能,他是传说中十二神石之首--“力量之源”的主人,但是这个异能却总在他需要时失灵。 他资质平平,没有一点武技和魔法的修为,却被上古邪灵看中,成为邪灵寄生体,变成了邪灵的傀儡。 他的梦想只是做一个普通人,但是命运总是跟他开玩笑,让一些不普通的事情跟他扯上关系,让他成为众人的焦点。 一个一心只想成为平凡人的他如何成就了他不平凡的一生,他的一生福兮?祸兮?一场浩大的华夏劫难席卷了整个四分五裂的南北大地。 一位英明的皇帝从小在恩师的教导下。 成为了帝王挽救了这一场南北分裂的局面。 一个传奇网游,一把剑,看一个游戏天才如何问鼎武道顶峰,成就一代枭雄,而命运之神又会如何安排呢?是懦弱还是其他?是废材蠢才还是其他?实在的话,我只想说一句,我是想过要写好小说,如果有不好的地方,你们可以随便提出,我是会改正的。作者是个很忙,又很闲的人,觉得实在无聊跑来写书,回忆回忆自己的初中生活,重新倘徉一下自己不知所云的青春,大家随意,学生文笔,请见谅 这是似忽是一个中世纪世界,但又有像九夏,阿拉汉,瀛洲这样的东方国家。 这个世界有淳朴的人类,有高洁的精灵,有可爱的兽人,有邪恶的魔族......至少林武刚穿越到这里时是这么认为的。 他是以一个人类的身份来到这个世界的,在他生活的人类国家里,有美丽的贵族小姐,善解人意的修女,英俊的骑士,开明的领主。你可以在城里的公会里注册成为一个冒险者,成为一个传说;又或是拜入领主麾下,成为一名骑士,征战四方;还是成为商人,富甲一方。 但林武看到衣着华丽的贵族,衣衫褴褛的农奴;金碧辉煌的宫殿,充满恶臭的贫民窟;摆满桌子的山珍海味,发霉的面包,林武觉得这第二次生命,应为这世界上最美好的事情奋斗,他将带领这些绝望的人换一个活法,一个更有意义的活法。  重生综武世,成为天下唾弃的慕容复,不甘心一世无能。   决定先下手为强。   开局迎娶王语嫣,不想大婚当夜意外激活选择系统。   从此神功、内力、女人,统统不缺。   万年内力,无相神功、打狗棍法。   左手搂黄蓉,又手抱芷若。   婠婠为我暖床,妃暄爱我如命。   这一世我兼爱众生!   这一世我掌灭万派!   这一世我文成武德!   此生我为不朽皇者,永生不灭!   皆因我是慕..容..复! 陆无忧本是一世俗王朝的普通人,在他九岁那年,被一场修士的激战波及,机缘巧合之下踏上仙路,只求他日成大道,得永生……从前有一座大陆,叫圣洛大陆。 大陆之上有一个域,叫南山域。 南山域有个宗门,叫仙痕剑宗。 仙痕剑宗之中有一位大师兄,叫君清尘,他似乎有亿点点强,而他的故事也是从此开始。
2017信息安全事件调查,-1 网站后台更新 前台不显示 网络信息安全犯罪案例,-1 关于网络安全的总结 网络营销案 旅行社网络营销策划书易企网站建设 网络安全博览会地点 网站尺寸 信息安全等级 怎么评 2015中国网络安全年会 如何超度婴灵?咨询【www.richdady.cn】 邪灵的感应现象咨询【www.richdady.cn】 儿子不读书的解决方法【www.richdady.cn】 亲子关系中的沟通艺术有哪些?【www.richdady.cn】 特殊学校的教学方法咨询【www.richdady.cn】 塔罗牌占卜与心理分析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 心慌胸闷头晕的前世记忆【www.richdady.cn】√转ihbwel 婴灵的超度方法有哪些?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主的干扰与超度咨询【σσЗ8З55О88О√转ihbwel 前世缘份的故事有哪些真实经历?【微:qq383550880 】√转ihbwel 大龄剩女的幸福指南有哪些?【微:qq383550880 】√转ihbwel 存不住钱的咨询技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 如何克服“缺心眼”的问题【微:qq383550880 】√转ihbwel 孩子不爱读书的心理分析有哪些?咨询【企鹅383550880】√转ihbwel 头脑混沌的解决方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 头脑混沌咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 投资项目的案例分享咨询【微:qq383550880 】√转ihbwel 孩子学习不好的心理调适【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 暗恋的情感释放【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 耳鸣的医学检查【微:qq383550880 】√转ihbwel 网站建设问题大全 公司网站的实例 信息安全指什么 中山做网站的公司 idc机房信息安全 营销证书 网站选域名 保障网络安全 方案 酒店网上营销 银行信息安全建设 从重大事件看网络安全形势答案 信息技术与信息安全 免费个人网站制作 全网营销方案及布局 网站制作公司哪个好 实战营销型网站建设 个人适合建什么网站 南通网站建设 南大街 天津高端网站建设网络安全服务机构 网站尺寸 电子商务网络安全 关于网络安全的总结 查流量网站 营销一体化 家装微营销 微信营销的目的 网络安全攻防实验室 微信营销的目的 河南建网站 juniper 网络安全 解决方案 .ppt 网络安全界面 网络安全部门负责 设计有关的网站 网络安全模式下 有限的访问权限 房山网络安全小镇 网络安全技术与应用 投稿 旅行社网络营销策划书易企网站建设 idc机房信息安全 互动营销公司 岑溪网站开发 国家信息安全 检测 互动营销公司 自学网络安全看什么书 wifi网络安全审计 佛山做网站公司 网络营销促销的类型 网络信息安全犯罪案例,-1 无锡网站建设 微信 酒店网上营销 信息安全评估 价格,-1 国家信息安全 上海信息安全???生招聘 商城购物网站有哪些模块 深圳整合营销推广策略 信息安全 linux,-1 中文网站模板 什么是网络营销团队 国家信息安全标准规范 网络技术与信息安全 营销一体化 查流量网站 中国网络安全教育 东莞网站优化 中国主要网络安全公司 国外的网络安全网站 hack 沪江网络营销 重庆建网站公司 酒店网上营销 信息技术与信息安全 展望中国网络安全发展前景 网站备案要多久 网络安全的上市公司 企业 推进信息安全 数据保护 网站备案要多久 2017网络安全周 上海 关于信息安全的资料 末加密的网络安全吗 什么是网络安全宣传周 网站建设公司联系方式 设计有关的网站 房山网络安全小镇 网站设计和备案 大良营销网站建设流程 网络营销策略翻译 网站建设问题大全 网络安全技术图片 广东省信息安全 从重大事件看网络安全形势答案 瑞星网络安全工程师 深圳市信息安全测评中心 官网 网站设计 广州 浙江做网站 佛山新网站制作机构 广州信息安全服务资质咨询公司,-1 网站托管 北京信息安全公司 网络营销推广优化 查流量网站 it审计属于信息安全 深圳官方网站制作 信息安全服务业务 搜索引擎营销的缺点 信息安全指什么 营销平台的 家装微营销 网站尺寸 北京信息安全公司 信息安全服务ppt 互联网营销领域的公司 网络安全属于国家安全中的 国家计算机网络与信息安全管理中心实验室 网站设计模板免费建站 微信网页版信息安全吗 公安部 网络安全保卫局 全球网络安全公司排名 信息安全cnas 岑溪网站开发 网站制作 成功案例 网络社区营销的功能 好三网网站 中国网络安全教育 国家网络安全信息化领导小组 滕州网站优化 信息安全指什么 asp.net 网站连接sql server2012 公司网站的实例 沪江网络营销 网站解决方案 网站制作公司哪个好 佛山新网站制作机构 搜索引擎营销的缺点 微信网页版信息安全吗 架设网站 网络安全服务商 西安网站挂标