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
南京网络安全类公司酒店网站建设公司信息安全 行业资讯如何让网站收录网络营销公关软件信息安全建设方案b2c网站有哪些网站营售福州网站建设多少钱西安 网络安全公司电子邮箱营销优势听老人讲民间故事奇闻杂谈惊悚传说还有最终结果宅男看动漫魂穿狐妖世界,开局签到生活系统…… 介绍无力 感兴趣就来瞧瞧 时空错乱,整个蓝星穿越到一个高玄世界之中。 初来乍到,对于陌生环境完全不熟悉,以至于蓝星被打了个猝不及防。 星球文明毁于一旦,土地被霸占,人民被奴役。 主角横空出世,开启万物进度系统! “灵草要一株一株种?” 不好意思!看我一键种植! “灵果还要百年才能成熟?” 不好意思!我一键加速! “大阵还要数年才能布成?” 搞笑!我一键拉满进度! 掌控进度的我吊打一切!重活一世,再次进入元宇宙虚拟现实游戏《天命》。 这一次,他不再坐以待毙,任人凌辱。 被誉为最强黑暗大法师,这一世江辰要拿回属于自己的一切。 十年的游戏经验。 无数的赚钱方法,副本攻略,战斗技巧以及完美的操作,就连游戏开发者都不知道的BUG,江辰全部都了如指掌。 百城攻沙,万族觉醒。 暗法之神,浴血归来。 崭新的篇章开启,且看江辰如何睥睨天下,主宰沉浮! 天地初开元神在混沌中孕育而生,在虚无中独自存活了不知多少年,终于再也忍受不了孤独的滋味,将自己分解。于是虚无中出现了灵气、光芒、天空、大地、山川、河流、还有生命。这片天地便是法元大陆。这是属于元气的世界,人们可以通过修炼元气获得不可思议的力量我不是普通人,但却想为普通人。 时间和空气,保护人类的武器。 保护才能体现生命的价值。 那是一种解脱…… 那是一种幸福…… 这次到底能平息吗? 我是“寒山”!是这“涟漪城”里,青冥寒 氏的一枚子弟兵。 现在的我还不是“擎天老祖”,以后就未 曾可知了。 这时的我还很年幼,是臭乳未干的小孩。 也就才五岁多一点。 但是,按照我娘亲的说法,这些天说我 就要拜入宗门,修仙去了。 听见这个消息,我同别的小屁孩一样一 —“修仙”!别提多么憧憬,多么激动了。 其实,我的孩提时代也有关于修真的话 题,当看见哥儿个姐儿个,他们一个个吞云 吐雾时,我也向往翱翔九天的神仙。 偶尔发呆,也会幻想连篇。 洪荒大劫,逆境而勇,特命劫数,三界异乱,六族为首心怀鬼胎,我乃六界仙尊出手对战,此浩劫亿年难遇,众仙徒各有本领来施法对战群魔。 我真身法像虽战群魔被损神体,维护三界之重任,兹命在吾,尊克己守,单手擒魔,近身弑妖,百战终成绩,不惜耗费自身法力,再次落入凡尘变为道士教化掌门为尊。 我曾在辉煌中等待灾难,也曾在夜幕中等待黎明!这个世界文道为尊,文人掌文箓,修文气,开文宫。 九品开窍文箓,一目十行,身轻体健。 八品修身文箓,文字加身,如有神助。 七品仁者文箓…… “诗词歌赋,笔墨丹青,棋艺话本这些你都懂?” “略懂略懂。” “都懂一点也行。” “是亿点点……” 官居一品,权倾朝野? 封王拜相,永享荣华? 不不不,身怀国家图书馆全部资料的李长安,无奈接受了,世人把他名字刻进圣庙的事实。
网站建设与制作价格 研发和信息安全,-1 网络营销术语ip 保护信息安全的技术和手段有哪些,-1 温州企业网站建设 三合一网站建设 大学生网络营销方案 信息安全的分类 网络营销商家 网络营销推广公司 长期失业对个人的影响【www.richdady.cn】 特殊学校的师资力量咨询【www.richdady.cn】 纠纷的自我保护【www.richdady.cn】 失业期间的心理调适方法咨询【www.richdady.cn】 老公家暴的前世因果咨询【www.richdady.cn】 家庭关系【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 外灵的干扰特征咨询【www.richdady.cn】√转ihbwel 儿子不读书的咨询技巧【微:qq383550880 】√转ihbwel 前世缘份的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 不爱读书的改运方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子学习不好的心理调适【www.richdady.cn】√转ihbwel 营养不良导致的头脑混沌咨询【企鹅383550880】√转ihbwel 儿子抑郁症的案例分享咨询【www.richdady.cn】√转ihbwel 自闭症的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的风水调整方法有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的财运提升咨询【www.richdady.cn】√转ihbwel 如何维护良好的家庭关系?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 阴间生活的前世故事威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生的奇妙经历咨询【σσЗ8З55О88О√转ihbwel 家宅磁场的调整方法【www.richdady.cn】√转ihbwel 酒店网站建设公司信息安全 行业资讯 计算机网络安全体系 网站展示型和营销型有什么区别 网络营销实训ppt 南京信息安全测评中心地址,-1 网络营销公关 山石网科网络安全 网络营销商家 新闻媒体网络营销案例 聊城 网站建设 网站规划的案例 安徽网站定制 顺德做网站的公司哪家好 江西网络安全 信息安全如何实现,-1 网站类型案例 乾冠信息安全 学网络营销 佛山营销策划 优帮云2013年我国互联网网络安全态势综述 小米公司网络营销分析报告 网站 i春秋网络安全大片app 信息安全师国家职业 有哪些营销公司 如何让网站收录 电子邮箱营销优势 淘宝营销技巧 网站管理公司 南京信息安全测评中心地址,-1 2015年国家信息安全专项 东莞企业推广网络营销 太原网站建设培训 调兵山网站 网站建设与制作价格 内蒙古网站建设流程 互联网营销和策划方案 网站手机版开发 东营网站建设 网站免费注册 快速网络营销软件 2017年网络安全趋势 车联网信息安全测试 学信息安全 做运维 计算机网络安全体系 南桥做网站 深圳高端电商网站建设者 免费营销软件下载 郑州专业做网站 安徽网站定制 网上营销渠道 鄂尔多斯网站建设 网络营销实训ppt 新闻媒体网络营销案例 信息安全会议几月召开 2016信息安全大会 顶级网站 保护信息安全的技术和手段有哪些,-1 网络营销的技巧是什么 常州集团网站建设 网络营销公关 中小企业网站制作 常州集团网站建设 网络营销实训ppt 国家信息系统信息安全等级保护 网络营销商家 金融行业网络安全 网站导航营销的优点 如何利用网站来提升企业形象 微信营销代理分级软件 中国信息安全应急中心 小数据 信息安全 ppt 互联网 微信营销 长沙做网站建设的 南京网络安全类公司 国内最好的信息安全公司 网络安全怎样辨别 ctf网络安全比赛证书 国内 信息安全 漳州做网站 网站免费搭建 网站规划的案例 陕西手机网站建站 网络营销理念包含哪些内容 中国国家网络与信息安全信息通报中心,-1 手机网站例子 安徽网站定制 网络营销的技巧是什么 转换营销 企业网站建设公司郑州 手机网站例子 自已建网站 2017年网络安全趋势 网站开发流程 自已建网站 郴州网站设计 网站建站 seo 信息安全课程设计报告,-1 网络信息安全问题登记 顶级网站 中国国家信息安全产品认证证书等级 研发和信息安全,-1 动态网站制作网络安全信息与动态周报 网络安全入门培训 聊城 网站建设 乾冠信息安全 中国国家信息安全产品认证证书等级 广州网站设计公司排名易奇秀网站 信息安全师国家职业 国家信息系统信息安全等级保护 北京做网站公司 西安 网络安全公司 宁夏 网络安全和信息化领导小组 品牌营销 南桥做网站 学网络营销 网站建设费用预算 公司信息安全工作建议和意见,-1 网站主页设计 网络安全类网站 研发和信息安全,-1 滁州网站设计c2c电子商务网站 公司信息安全工作建议和意见,-1 网络 营销 长沙做网站建设的 设计网站考虑哪些因素 网络 营销 广州营销公司有哪些公司 网站视觉 便宜做网站 郴州网站设计 政府信息安全评估报告 银行 情感营销 短信 有哪些营销公司 公司网络营销定价策略 企业网络营销方案