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
网络安全与攻防项目长沙电子商务网站建设网络信息安全专家山东 信息安全 检查银行 公众号营销低成本网络营销网络营销的发展幽灵网络安全团队网络安全法第24条网络安全密匙破解喂!最近怎么开始听emo歌单了啊?别难过,我分骨头??给你啊!我的字典里希望你能开心 ——爱你的狗狗??笨蛋狗狗只要被人摸一下头就开始喜欢人类。天道亦无常,人心更反复,世间三千疾,最苦是抉择。一个被命运驱使的少年自深山中走出,就此入世…风起云涌,仙道争锋,天意无常,人心不古…历经千难万险,又该作何选择?愿只随本心,纵错也无怨! 修道无始终,何以为巅峰… 偏拗执念深,百炼不为仙… 天意虽相悖,吾只随吾心… 万劫纵不复,无怨亦无悔…金天问身具极品根骨,但是被青梅竹马的玩伴谷艳红陷害,使用邪术盗走了极品根骨,这让金天问成为了废人。 金天问发誓一定要报仇雪恨的,但是,谷艳红已经成为了武功派掌门的亲传弟子,位高权重,势力庞大,金天问只能暂时隐忍,等待报仇的机会。 为了斩草除根,谷艳红恳求武功派掌门派人将金天问掳来,放在悬空的铁索桥之上,铁索桥的两端,有剑气逼人的灵剑和凶猛的妖兽赤目白猿阻挡,让金天问无法离开,只能等死。 此时,金天问觉醒了万倍模拟修炼系统,能够让时间暂停,修炼上几百天、几千天,如此,金天问在系统的帮助下,终于可以修炼了,达到了金刚境第三重的境界,拔出了剑气逼人的灵剑,然后斩断了赤目白猿的铁链,放走了赤目白猿。我们那一直流传“白棺拉人”和“滚尸桥”的邪门怪事,老一辈的人讲,滚尸桥那是有水鬼收人,而白棺拉人,则更加诡异邪门... 架空异界,拥有反派系统的玄谨作为一名正儿八经的外表柔弱内心善良的真白莲bushi,只是想完成(摸鱼)系统任务而已 玄·快乐划水大师·谨:森林野生兽娘!清冷高傲成熟萝莉!好耶!再让我康康来,等等,为什么我戴上了脚铐?嗯?!! 玄谨看着脑海里残缺的剧情,面对眼前言笑晏晏被他三刀六创死透透又复活的未婚妻,这剧情不对啊。 “哥哥,我找到你了哦。” 一只优质的白莲花在穿越中不断自我完善的。一位剑修,一柄剑,剑斩苍穹! 誓要着天下黎明苍生为之喋血,天之极是为帝一。李文重生异世大陆,带着仙府而来,问道长生。高端洪荒 大罗金仙超脱于时间长河之外,不死不灭 圣人全知全能,多元宇宙在其眼里没有任何秘密可言。 这里是诸天最恐怖的位面,是一切穿越者的坟墓。自己练笔随笔安放之处吕萨不是人,也不是个东西。 吕萨只想做个人,但天不遂人愿:要么被当成傻人,要么被当成神! 这是人类末日幸存之后,科技退步了千年的世界。 也是一个被进化潮汐,赤月夜冕洗礼了千年的世界。 千年前,机器打败了人类。 被放逐的幸存人类,却原力觉醒,变异出了各种超级异能——雷术、脉气、风核,晶能…… 智慧生命扩展到了雷族、亚兰族、鲲族、尸族、猿族…… 这些神秘的蛮荒种族,与前文明时代的机甲残骸、星舰遗迹、高楼残垣、公路荒漠……,会擦碰出怎样的魔幻火花? 吕萨,这个人形AI,生化机器人,如何在人类世界深度学习进化,蜕变成神? 本书逻辑自洽,智商在线,故事性强,文笔流畅,爽点迭出,悬赏毒点。 老书虫看了大补,嫩书虫看了精进。 实在是居家旅行,上班摸鱼必备之佳作良品。
福田网站建设 网站制作的趋势 信息安全等级保护标准体系遵循以下原则 全面性 系统性 先进性 制作网站备案幕布 太原网站制作 优秀企业网站 网营销策划方案电商 互联网出口 网络安全 深圳网站外包 国家信息安全网络小组 冤亲债主干扰的真实案例有哪些?咨询【www.richdady.cn】 婚姻生活不顺的咨询技巧咨询【www.richdady.cn】 意外的前世案例【www.richdady.cn】 升迁障碍的真实案例有哪些?咨询【www.richdady.cn】 学习成绩差的解决方法【www.richdady.cn】 外灵干扰的案例分享【www.richdady.cn】√转ihbwel 特殊学校的前世记忆【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 解梦咨询【企鹅383550880】√转ihbwel 人际关系不好的解决方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主干扰有哪些案例?【www.richdady.cn】√转ihbwel 投资项目的财务规划【σσЗ8З55О88О√转ihbwel 忧郁症的自我提升咨询【微:qq383550880 】√转ihbwel 婴灵的超度方法【企鹅383550880】√转ihbwel 外灵干扰的案例分享【σσЗ8З55О88О√转ihbwel 孩子厌学的案例分享【微:qq383550880 】√转ihbwel 孩子厌学的解决方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 学习成绩差的辅导方法【企鹅383550880】√转ihbwel 官司的预防措施威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的前世记忆威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婴灵的超度流程威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 汽车营销案例 自助网站建设 公安部网络安全考核 什么叫网络的软营销 福州网站制作好的企业 公司网站开发公司 企业信息安全小组 深圳网络安全公司排名 信息安全 哪些资质,-1 企业信息安全小组 2017国际网络安全 信息安全风险评估指标 太原网站制作 中山网络营销 招商网站建设 信息安全相关证书 汽车营销案例 自助网站建设 公安部网络安全考核 什么叫网络的软营销 福州网站制作好的企业 公司网站开发公司 企业信息安全小组 深圳网络安全公司排名 信息安全 哪些资质,-1 企业信息安全小组 2017国际网络安全 信息安全风险评估指标 太原网站制作 中山网络营销 网络安全周启动. 网站有哪几种 郑州医疗网站建设 电商营销可以自学吗 网络安全与攻防项目 网络营销企业顺义手机网站建设 哈尔滨网站建设市场 招商网站建设 信息安全通报制度 郑州微网站建设 建网站过程 长沙电子商务网站建设 网络营销企业顺义手机网站建设 长沙市网站制作 深圳网站外包 镇江网站建设机构 镇江网站建设机构 网络安全实施细则 腾讯营销 上海定制网站建设公司哪家好 网络信息安全测评企业 营销策划天培营销 学习网络安全技术最好的地方 网络安全龙一 郑州知名网络营销公司 .黑龙江省网络安全协会 青岛网站建设培训 维护网站 als冰桶挑战算那种网络营销 网站推广文章 长沙市网站制作 自助网站建设 商城网站建设 网络营销优势 银行 公众号营销 保定设计网站建设 营销的图片移动端网络安全 网站备案信息注销原因? 深圳网络安全公司排名 公安部网络安全考核 美胸 热点.事件营销 网络安全检查总结万能 福田网站建设 软件开发网络安全 广东网站建设 佛山新网站建设平台 镇江网站制作 苏州做网站公司 网站建设策划书ol 深圳能士信息安全有限公司 珠海网站推广 网站主色调 网络安全局电话 先进网站 做好工业控制系统的信息安全等级保护工作 信息安全测试资质证书 互联网营销工作简历深圳营销网站 信息安全 等级评估 网络安全测评机构 辽宁 网络安全漏洞网站 网络安全 数据威胁情报 培训 企业网站建立哪 春秋网络安全官网网站建设策略 2017国际网络安全 网络安全对企业 许可email营销的功能 公司网站开发公司 延安网站建设公司电话 国家信息安全保护制度 龙岗 网站建设深圳信科 网络营销组合的类型 国家注册信息安全员 网站运营公司 汽车营销案例 电商网络安全 幽灵网络安全团队 龙岗 网站建设深圳信科 网站维护 网站有哪几种 湖南信息网络安全协会信息安全等保标准 广州信息安全集成商 网站制作的趋势 北京网站页面设计 网络安全敏感国家 瑞士 军用信息安全产品认证证书等级 网络安全评测报告 在线营销型网站建设 edr 网络安全 制作网站备案幕布 网营销策划方案电商 因网络安全 网站关闭 信息安全等级分类 北京网络安全产业联盟 中国网络安全国际峰会 信息安全技术的定义 网络营销优势 信息安全 等级评估 网站推广软文 网络安全信息检查 国家信息安全保护制度 互联网营销可以做什么的 信息安全 哪些资质,-1 组建一个网站 陌陌营销工具 中小型企业网络安全