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
网络营销的相关信息信息安全竞赛时间ga/t1177-2014 信息安全技术 第二代防火墙安全技术要求支付产品营销推广方案互联网信息安全要求信息高端自适应网站建设网络病毒营销活动国家信息安全等级保护工作协调小组,-1贾焰 信息安全网络营销的推广体系距今约50年前,神秘陨石索莎降落于地球,使得这个世界上突然出现了被称为“魔法”的不可思议力量,因为魔法的出现,世界的格局也重新被改变……   少年雷昂从小在父母的指导下学习剑术和魔法,成为了一名高强的魔剑士,但是……他却是向众人隐瞒了自己的高超实力。  因为一次机缘巧合,雷昂和妹妹娜娜一起入读了月幽学园并结识了学园最强前辈雷沙、曾经的DEATH PARADISE十大杀手之一水镜、学园智将群云星羽、可爱的努力后辈枫,从此,雷昂开始与各种邪恶势力进行着斗智斗勇的战斗……同时,也知道了父母失踪的真相。混沌之始,天地初生,意志朦胧,伴有先天神灵诞生,皆于混沌中斩开天内天。 十万年后,异域神魔攻伐新天,大战初起,生灵死伤无数,血洒诸天。 最终有至强者崛起,率领众神征伐异域,鏖战虚空,在星界边缘立下门户。 ...... 无尽岁月之后,一少年意外从混沌天内走向星界,本欲平安一生,怎奈造化弄人,少年被迫崛起于盛世,此间万灵复苏,世称万灵之纪。 外患平,内乱生。天地间内乱纷争,人妖征战无数,少年灭绝敌寇,斩尽域外邪魔,诛杀不灭至尊,以乱之名,一统诸天万界,踏临星界,创轮回,立新天,破入门户之中,留下无尽血与泪的传奇。 千万年后,乱之名响彻诸天......萧落穿越到鬼怪横行的世界。 妖魔肆虐,天灾降世,妖灾现世化作人间炼狱。 无穷的妖魔、诡异带来恐怖的杀戮与噩梦。 萧落开启了功法羁绊系统,只要建立羁绊便能提升武学,进化功法! 叮!金钟罩提升至第十二层, 叮!龙游刀法融合至第二十一层 “这是一个古代女尊男卑的世界,是一个带着乙女气息的女频后宫爽文,还是一个橘里橘气的百合文,咱们的女主一路扶摇直上,最后和一堆姐妹与小弟被和谐。” 啊对对对,唐泽就穿进了这本女频后宫小说,而且他还没把这本小说看完! 唐泽就看了开头和结尾,从第一章直接跳了几百章,中间的过程他一律不知,只知道里面的女主男女通吃!男女通吃!男女通吃!重要的事说三遍!男女通吃! 而他穿的正是原女主众多后宫中的男宠之一。然后唐泽莫名其妙的有了一个神奇的东西,它叫“剧情君” 唐泽:你为什么不叫系统? 剧情君:剧情君和系统是不一样滴 唐泽:…………求我现在的阴影面积 等等,这剧情不对啊?系统!啊呸,剧情君!你给我圆润的滚出来解释一下,为什么原女主的后宫走向都不对劲? 我不对劲,你也不对劲,大家都不对劲。 直到唐泽走上人生巅峰,望着他偌大的后宫,唐泽恍然大悟 原来他拿的是团宠、男主剧本。只是为什么他的后宫变得和原女主后宫一样了? 意外被卡车撞死的周奕,阴差阳错成为了阴阳商人! 阳间孟婆汤饥饿营销,阴间替鬼追凶服务,氪金轮回包你满意! 只有你想不到,没有周奕他办不到! 只要格局打开,人生处处是惊喜! 作为一名优秀的雁过拔毛阴阳商人,周奕表示,是龙也给我盘着!是虎也给我卧着! 毕竟我一个行走阴阳两道的商人,战力天花板也不是什么稀奇的事吧?身边突然出现了一本回忆录。“这是我写的吗?” 所有人都出现在一个神秘的地方。“这是哪里?” 我叫范无咎,是个20岁的年轻人,我希望我能活下去。 我叫范无咎,是个杀手,我已经死了。无 五族纷争战不断, 三国史实卷中现, 为得永生长修道, 万法归一只逆天。 异境修仙,只得逆天,任意杀戮,天地共怒,若无后源,人神必灭。 世尊苍天,其女名杰,上古平乱,世尊圣女,其有词,临江赋―大江东去明月夜,千里碧霞寒光生,江明月,对影浊,月映当空星自薄,临望江面银闪烁,东进山,踏峰坡,游牧组中将临敌,吾族儿女何惧多,对阵南蛮欲血搏,将临难,欲长歌,声划长空欲九霄,势破地渊惊醒天,举剑指天问明月,映在高空何时多,吾虽柔弱小女子,愿做杀敌女丈夫,守吾华下永太平,父乃上古一天帝,子女岂能弱丈夫,今日挥剑立天地,誓守吾族疆域全,那怕上存一气在,战至身死不退步,即便不幸离于世,凝心聚魂守疆土。这是一个新的世界,熟悉的人物,不同的世界观,不同的剧情,不同的遭遇我希望这部作品能涵盖上至弘达庄严的创世神话,浪漫史诗,下至充满奇趣的凡间故事,中国五千年的悠久历史,展现了宏大的画卷,波澜壮阔的背景,开拓了我们的想象力,让我们看到了人性的光辉。深邃的思想,和人性的真实。
美国信息安全博士 如何免费建立网站 关于写策划的一个网站 建设网站团队 武汉网站制作公司 上海建立公司网站 网站的做用 上海建立公司网站 珠海网站营销 亳州网站制作 解梦的咨询技巧【www.richdady.cn】 意外的原因咨询【www.richdady.cn】 升迁障碍的咨询技巧咨询【www.richdady.cn】 家庭关系中的矛盾如何解决?咨询【www.richdady.cn】 前世老公的前世缘分【www.richdady.cn】 忧郁症的前世记忆咨询【σσЗ8З55О88О√转ihbwel 冤亲债主干扰的预防措施【微:qq383550880 】√转ihbwel 与老公前世的咨询技巧【企鹅383550880】√转ihbwel 缺心眼的咨询技巧咨询【微:qq383550880 】√转ihbwel 感情纠纷的解决技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的咨询技巧咨询【σσЗ8З55О88О√转ihbwel 如何应对冤亲债主的干扰咨询【企鹅383550880】√转ihbwel 学习成绩差的解决方法【www.richdady.cn】√转ihbwel 为什么过世的前世案例【www.richdady.cn】√转ihbwel 大龄剩女的案例分享咨询【σσЗ8З55О88О√转ihbwel 大龄剩女的职场发展咨询【企鹅383550880】√转ihbwel 事业不顺的改运方法【σσЗ8З55О88О√转ihbwel 忧郁症咨询【微:qq383550880 】√转ihbwel 婚姻生活不顺的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子不爱读书的家长引导方法有哪些?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 网站建设明细报价表 网站主持人 亳州网站制作 wifi网络安全机制 ga/t1177-2014 信息安全技术 第二代防火墙安全技术要求 网站微博营销哪个好用怎么测试网络安全性 营销优势和劣势分析法 网站网速慢 宁波信息安全公司排名 网络安全动态分析报告 怎么做网站信息信息安全管理手段 网络安全综合治理行动 网站风格 江西网站设计团队 个人微信营销案例 永城做网站 高端自适应网站建设 信息安全等级保护工作面临的形势,-1 网络营销的推广体系 网站建设可以帮助企业 2017金融网络安全 塘厦做网站 玉溪网站建设 信息安全保护等级认定机构名单 信息安全风险管理培训 网络营销课程学费 佛山网站建设是哪个 网络营销课程学费 最牛的营销公司 建设网站团队 网站系统 厦门市网站建设 传统营销的营销渠道 传统营销的营销渠道 高端自适应网站建设 最好的网站模版 内江网站建设 北京网站建设第一品牌 采用邮件营销企业 亳州网站制作 网站网速慢 企业网络营销战略 c2c网络营销市场份额图营销软件开发深圳国唯 网络病毒营销活动 信息安全服务一级资质 贾焰 信息安全 东城东莞网站建设 国家网络与信息安全信息通报机制技术支持单位 贵州省信息安全测评中心 推荐广州手机网站定制 如何作做网站 网站建设明细报价表 网络营销的相关信息 贵州省信息安全测评中心 上海建立公司网站 江西网站设计团队 网络营销的层次 上海建立公司网站 外贸网站制作 企业信息安全物理安全 信息安全 漏洞 病毒防范与网络安全 信息安全保护等级认定机构名单 北京网络营销博客 网络安全审查 俄罗斯 国家网络安全管理局 云网络安全 信息网络安全杂志 个人微信营销案例 isccc信息安全服务资质免费教育网站建设 营销博文怎么写 段子 网络营销 工控企业信息安全 新闻事件营销的特点 网络营销博客 关于写策划的一个网站 昆明网络推广营销 网络营销工具分类 ga/t1177-2014 信息安全技术 第二代防火墙安全技术要求 网络营销的作用认识 基础展示营销型型网站 美国信息安全博士 做网站企业 网络安全动态分析报告 自己做网站写网页一般用gbk还是gb2312还是utf8 基础展示营销型型网站 人口健康网络与信息安全风险评估 镇江网站建设价格 重庆新闻软文营销 人口健康网络与信息安全风险评估 网络营销的作用认识 支付产品营销推广方案 网络安全研讨会 外贸网站制作 重庆新闻软文营销助手 如何免费建立网站 网站的做用 信息安全与保护条例 网络营销沟通方式 企业搜索引擎营销 如何注册网站域名 word中编辑好的文字复制到网站后台编辑器里格式全没有了 网站主持人 佛山网站建设是哪个 企业信息安全物理安全 张家港早晨网站建设 苏州做网站推广的公司哪家好 信息安全的实现有哪些主要技术措施,-1 网络安全学习网站 工控信息安全 责任 网络安全哪里学 注册信息安全讲师 网络安全评估公司 昆明网络推广营销 设计公司网站案例 网站制作需要多少钱 河北做网站哪家公司好 网络安全具体措施 浙江大学 信息安全 实验室 网络安全分类标准 网站微博营销哪个好用怎么测试网络安全性 网络营销服务包括什么区别 注册信息安全讲师 网站网速慢 汽车营销策划的案例 南京搜索引擎推广营销 有关风水的网站建设栏目 浙江大学 信息安全 实验室 近五年网络安全大事件 营销优势和劣势分析法 推荐广州手机网站定制 昆明高端网站设计 网站设计方案 信息安全风险管理培训 基础展示营销型型网站