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
武汉网站开发网络安全资讯APP杭州网站建设设计杭州网站建设设计深圳网络安全培训一个好网站营销推广方案机械行业营销型网站北京网络营销博客烟台网站制作于耀明被人陷害坐牢,被逼无奈的他,和甜美女友说了分手。 他辗转来到了港岛,并在混乱与黑暗中崛起。 但是天不遂人愿,坐拥百亿身家的商界大佬,却被癌症给压垮。 回顾一生,最放不下的,还是后来成了甜心教主的前女友——姚心凌! 这些年他孑然一身,最遗憾的是没有能和她在一起。 他留下了遗嘱,将全部身家都留给了姚心凌,然后不甘的迎接了死亡…… 一朝重生,他回到被人陷害之前! 此时他还没有坐牢,没有跟心凌分手! 一起都还来得及! “心凌,我一定会让你火到大江南北……” 姚心凌只当他是哄她开心。 谁知? 于耀明竟是天纵奇才! 不仅在港岛混的风生水起,还亲自当起了她的经纪人 他看中的曲子和影视剧全都能大爆!没过几年,姚心凌俨然火遍了全国。 “接下来,就是把你推上国际舞台了!” 于耀明狡黠一笑 以他的财力,为她量身打造一部大片都没有任何问题! 多年后,国际甜姚心凌站在颁奖典礼上,望着台下的于耀明,大声说着: “于耀明,你真是这世上最完美的男人!”“我只是像救活她……”世纪之末,资源匮乏,经济崩盘,各国剑拔弩张,即将展开世界大战,变故突如其来。 世界各地突然出现各种各样大小不一的漩涡之门,经过部分胆大之人的探索,发现它们通往不同的异世界,与此同时,人群中开始出现许多觉醒各种能力的人类,他们有的会喷火,有的会飞行,还有的会眼放激光。 拥有能够获得神奇物品和能力的他们成为了探索异世界的主力,世界的格局也因此发生变化江明市民间一线香传人凌冬,在两年前遇到离奇死亡案件。两年后,江明市又发生了同样的特殊案件,江明市公安厅为了调查案件成立了特殊行动小组第七行动小组。江明公安因凌冬在此案件中有重要作用特力荐其加入专案组。顶级刑侦专家孟子仕出任组长,优秀法医夏帆月,优秀刑警付安良,顶级黑客林彬。一桩桩骇人听闻的案子诡异来袭,玉米地失踪案件,清明扫墓失踪案件,女老师支教失踪案件······江明市各路奇人齐聚特案组,为拨开迷雾,寻找真相,挖掘出隐藏在特殊失踪案件后的险恶人心。莫名其妙的姐姐若隐若现,关于师傅的死亡真相支离破碎的一点点出现,凌冬能否在行动小组兄弟的帮助下解开两年前的真相。作品《敲开幸福的大门》,通过抑郁病患者老秦住院治病,揭示了现代人,由于生活、工作压力大,身体处于亚健康,直至患病,给家庭带来困难。提醒人们,要生活乐观,想方减压,敲开幸福生活的大门。马小乐,一乡下孤儿,无意间神游遇到了高人,得到了玄妙之术,从而在乡下施展法术,游刃有余,惩恶扬善,匡扶正义。元宇宙世界降临! 陈晨进入《洪荒世界》网游,开局获得神话级天赋,当他被治疗时,则可以获得增益buff。 『石破天惊』『大荒囚天指』『古神赐福』…... 到了后期,陈晨已经拥有数千种buff,高达百万层的buff加持。 当神话级boss出世时,陈晨毫无压力的单挑,一发技能直接瞬秒。 “卧槽,这是一个普通的药师?!开什么玩笑!” 全球玩家震撼无比。 药师玩家看完后,可谓是羡慕嫉妒恨,同样是药师,为什么差距这么大呢?在这妖魔环视的魔法世界之中,莫羽又该怎么去完成自身的成长,一步步走向那一条特殊的道路呢?“仙又如何,如若不痛快,杀了便是!” 这是姜道祖在面对漫天神佛时的豪迈之言!你怎么什么都懂? 我看着像懂吗? 万能公式,果然是万能的 风水相师,山精鬼怪 我有系统,欲证长生道
舟山网站建设 金融营销的网站设计案例 sns社交网站 网络营销渠道类型 网络信息安全法主体 企业搜索引擎营销 苏州做网站推广的公司哪家好 微信营销成 网站的方案 滴滴出行营销案例cog信息安全专业委员会 莫名其妙感伤的心理调适【www.richdady.cn】 存不住钱的财务规划咨询【www.richdady.cn】 人际关系不好的环境影响【www.richdady.cn】 莫名其妙感伤的原因分析咨询【www.richdady.cn】 事业不顺的应对策略咨询【www.richdady.cn】 头脑混沌的前世记忆咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 迟缓儿的康复训练【www.richdady.cn】√转ihbwel 有官司的自我保护【企鹅383550880】√转ihbwel 纠纷的调解技巧咨询【微:qq383550880 】√转ihbwel 莫名其妙感伤的原因分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 纠纷的法律咨询咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心特别累的环境影响咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 灵性成长工作坊【企鹅383550880】√转ihbwel 家庭关系的和谐共建方法有哪些?咨询【σσЗ8З55О88О√转ihbwel 学习成绩差的家庭教育咨询【www.richdady.cn】√转ihbwel 学习成绩差的原因分析咨询【σσЗ8З55О88О√转ihbwel 忧郁症的改运方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 营养不良导致的头脑混沌【www.richdady.cn】√转ihbwel 感情问题咨询专家【www.richdady.cn】√转ihbwel 升迁障碍的心理调适威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 搜索引擎营销的流程 网站建设访问人群 网络安全中的个人信息安全 小红书 怎么做营销 高特效网站 网络安全中的个人信息安全 网站设计 无锡 高校网络信息安全,-1 西安公司网站建设 网络安全企业50强网站建设 杭州 龙岗营销网站建设公司哪家好 信息安全攻击 优秀网络信息安全 耐克专场营销案例 信息安全风险管理培训 壹像素网站 搜索引擎营销的流程 网站建设访问人群 网络安全中的个人信息安全 小红书 怎么做营销 高特效网站 网络安全中的个人信息安全 网站设计 无锡 高校网络信息安全,-1 西安公司网站建设 网络安全企业50强网站建设 杭州 龙岗营销网站建设公司哪家好 信息安全攻击 优秀网络信息安全 耐克专场营销案例 吉安做网站 宁波网站设计 如何培养网络安全人才 网站到期了 校园网络安全概述 小红书 怎么做营销 信息安全风险管理培训 东莞seo网站优化 如何免费建立网站 供应链 信息安全,-1 网站备案多少钱 域名里可以建网站 信息安全测评认证中心 贵州省信息安全测评中心 医院自营销 医院自营销 网络安全风险管理专业 温州网站设计 企业网络整合营销公司 百度营销部 网络口碑营销影响过程 关于营销的网站有哪些内容 网络安全 展览馆 2017 内蒙做网站 用自己电脑做网站 dns百度网络营销 昆明网络推广营销 网页创建网站 昆明学网络营销 企业搜索引擎营销 信息安全测评认证中心 饥饿营销弊端 许可Email营销 佛山网站建设 长春建站网站 孝感网站建设 网络营销渠道类型 黄岛网站建设 网络营销教程视频教程 网络安全中的个人信息安全 网络安全威胁解释 常州网站制作企业 建设网站团队 宁波网站设计 黄岛网站建设 娱乐营销的优点 营销推广的功能 小红书 怎么做营销 苏州做网站推广的公司哪家好 内蒙做网站 网站页脚 有关风水的网站建设栏目 网站建设访问人群 简述网络营销的内涵 淘宝大学营销免费课程 网络安全指标监控/感知 优秀网络信息安全 网站的组成 河源建网站 营销形网站 集团公司网站建设策划 信息安全保护等级 密码 网络安全中的个人信息安全 做个网站多少钱 网站的广度 qq飞车网络安全存在风险 昆明商城网站开发 网络营销渠道类型 网络安全法 应急预案 火山小视频营销 普通网站要什么费用 网络安全企业50强网站建设 杭州 网络安全重要事件 政府网络信息安全 自己做网站 网站的方案 火山小视频营销 网络营销售后服务 高校网络信息安全,-1 rss营销作用 rss营销作用 舟山网站建设 网页创建网站 本地网站建设 网络安全面临的威胁 如何选择番禺网站建设 营销推广方式有哪几种 潼南网站建设 保障网络安全企业网络安全解决方案 供应链 信息安全,-1 沈阳 网站开发制作 温州网站设计 免费域名网站的 网站策划书 网络安全企业50强网站建设 杭州 营销软件一站式服务 申请域名建立网站 网络安全技术有限公司 做网站技术 网络安全法 应急预案 企业搜索引擎营销 淘宝大学营销免费课程 龙岗营销网站建设公司哪家好 最新网络安全动态 网站到期了 搜索引擎营销的主要方式有哪几种