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
网络安全审计 备案国家网络安全信息中心网络安全预算微信网站建设广州外贸网站公司营销案例分析范例部队网络安全2015中国网络安全事件新浪微博营销的特点2017年信息安全会议【叮!获得妲己的忠诚度、爱恋度+99999……】 “妲己永远爱大王!” “大王的命令永远是对的!” “大王,请尽情吩咐妲己!” 这不是封神,这是帝辛的洪荒!商纣的暴君之路,正在崛起!秩序的破灭,不过是高等文明的一场直播游戏,宇宙永恒的死神,嘲讽愚者的同时,亦是笑着收获满满。穿越而来的昊天,誓要打破这世间规则,终将追星踏月,让所有的敌人,亦是臣服于他的蔑视眼瞳之下。不同的世界同样的人类在这个已经破损的星球人类正在他们的最后一刻农村题材生活【叮!获得妲己的忠诚度、爱恋度+99999……】 “妲己永远爱大王!” “大王的命令永远是对的!” “大王,请尽情吩咐妲己!” 这不是封神,这是帝辛的洪荒!商纣的暴君之路,正在崛起!这是一个充满斗气和魔法的世界,这是一群正义和自由的佣兵,跟随他们的脚步,去到目光所及的每一个地方,留下永恒的传奇。身负这片大陆最为恶毒的诅咒,他注定要成为放逐在阳光下的异鬼,逆风踏歌行,生时披死衣,在杀戮的血色荒漠中,他该如何找回前世的碎片,找回迷失的自己呢?烽火连天不休。 隐宗12年,周王朝在三国联军的铁骑下,化为废墟。一干皇亲国戚遭到屠戮,只有年方20的太子罗方靖幸存。 中原八国,各怀野心,而太子唯一的梦想就是复国。 正当罗方靖正一步一步地实施自己的复国大业的时候,他发现了一桩陈年旧事,在茫茫历史的海洋中,显得那样的不起眼,却很有可能是罗方靖所寻求的终极答案。 我,这是怎么了? 小马哥,血战死亡后被万千影迷惋惜,然后复生到鞥司世界,与大学新生马可融合。讲义气的大古惑仔和大学生,不友好的开局,没有提前量的信息集成,只是一个小小锦衣后人。为了寻找失踪的父母,马可只能不断变强,异能者的动乱,外域的强者.......灵气复苏,山海真祖镇压当世一切敌,时过千年,高中生王毅背负山海经,是宿命,还是使命?
网络安全销售招聘 桂林做手机网站设计 中央网络安全和信息化领导小组 网站预算 家具 营销网络 网络营销存在什么问题 信息安全等相关专业 网络安全.需要哪些技术 网络营销应当实施以 为中心的产品开发策略 国家信息安全产品认证 迟缓儿的咨询技巧【www.richdady.cn】 意外事故的应急处理方法咨询【www.richdady.cn】 有官司的自我保护咨询【www.richdady.cn】 事业不顺的职场提升咨询【www.richdady.cn】 事业不顺的心态如何调整?咨询【www.richdady.cn】 http://www.9ciyuan.com/index.php/vod/search/actor/%E5%B1%B1%E8%B0%B7%E7%A5%A5%E7%94%9F.html http://www.9ciyuan.com/index.php/vod/play/id/58007/sid/1/nid/211.html http://www.58459.com/Search/-%E7%8E%8B%E6%94%BF%E9%92%A7------------.html http://www.09432.com/Movies/113406.html https://www.4100506.com/078613.html 孩子厌学的环境影响【微:qq383550880 】√转ihbwel 缺心眼的原因分析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 如何克服“缺心眼”的问题【微:qq383550880 】√转ihbwel 前世今生的轮回转世咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 投资项目的收益分析【www.richdady.cn】√转ihbwel 失业咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 公司破产咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 耳鸣的环境影响【企鹅383550880】√转ihbwel 特殊学校的前世影响【σσЗ8З55О88О√转ihbwel 外灵干扰的心理调适咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 部队网络安全 信息安全公司排名,-1 个人信息安全防护概述 网络安全技能大赛ctf 信息安全专业最新消息 整体性营销 网站预算 信息安全综合实验系统 木马入侵与检测 ssh参数设置 网络安全和计算机安全 网络营销工具类型 网站规划的案例 信息安全公司排名,-1 天津网站建设 台州网站设计外包 有关网络安全的专业 聚美营销 网络安全100强 佛山新网站建设特色 网络安全.需要哪些技术 河北手机网站制作企业 北京大学网络安全 网络安全.需要哪些技术 聚美营销岗 武汉 网站设计公司 长沙网络营销顾问 自己弄个网站 2017年信息安全会议 网站建设需要哪些素材 自己建网站的优势 华为 信息安全 代码 营销案例分析范例 西安php网站建设 杭州网络营销外包托管 营销型网站案例 微信平台网络营销 营销软文范例 国家网络安全信息中心 新浪微博营销的特点 工控网络安全 上海市公安局公共信息网络安全监察处 广州网站建设信息科技有限公司 网络安全犯罪都有哪些 广州大型网站制作公司 上海网站维护 网站备案幕 营销型企业网站策划方案 最牛的网络营销 网站推广的目的 北京做网站 互联网营销 培训大师 工控网络安全 电气网站建设 广州外贸网站公司 网络安全审计方案 重庆做网站团队 好网站页面 网上平台营销策划 网络安全审计 备案 东莞网站建设 信息安全等级保护测 网络安全审计方案 相应式网站 邮件营销案例照片 建网站方法 创做网站 信息安全会议 infosec,-1 国家信息安全工程中心 建一个网站 成都企业网站建设公司 网站推广方法 网络安全技能大赛ctf 营销每日总结 信息安全的范畴 2017年信息安全会议 桂林做手机网站设计 网络安全实践 西安信息安全比赛 太原网站建设培训 好网站页面 2017 网络安全大会 邯郸做网站 中国国家信息安全漏洞库 cnvd 临沂网络营销 广州外贸网站公司 河北手机网站制作企业 广州h5网站开发 内容信息安全专员廊坊网站建设 感情营销案例 青岛网络营销团队 网站文章图片加标签加 网络安全与管理实训心得 ids与防火墙联动的网络安全模型设计 石家庄的电商网站建设 企业网站管理 手机销售网站制作 上海高端网站开发公司 网络安全审计 备案 信息安全的范畴 计算机信息安全与管理 深训网络安全公司 网站推广的目的 国家网络安全信息中心 高端平面网站 最牛的网络营销 郑州计算机系网络营销 网络安全销售招聘 中央网络安全和信息化领导小组 机房网络安全评估公司 网络安全实践 新浪微博营销的特点 感情营销案例 局信息安全 北京信息安全公司业务 全网营销内容 信息安全公司排名,-1 互助网站制作公司 网络营销应当实施以 为中心的产品开发策略 网络安全技能大赛ctf 网络安全法前身 许可营销 整体性营销 2017网络安全会 日程 建网站视频 信息安全综合实验系统 木马入侵与检测 ssh参数设置 网络安全具有很强的 义乌建网站 网络营销工具类型 咨询网站设计 咨询网站设计 信息安全公司排名,-1 家具 营销网络 建网站视频 台州网站设计外包 信息安全专业最新消息 信息安全软件 中英文网站设计 微信网站建设 网站的互动 营销型企业网站策划方案 2017信息安全的未来,-1 信息安全等相关专业 局信息安全 网络安全推广 中国国家信息安全漏洞库 cnvd 2015中国网络安全事件 网站规划的案例 商务网站与营销策划 营销型企业网站策划方案 电气网站建设 华为 信息安全 代码 信息安全数据 重庆整合营销哪里好 桂林做手机网站设计 广州网站建设信息科技有限公司 网络安全培训网站 长沙网络营销顾问 许可营销 网站挣钱网 网站没收录 网络安全法前身 网络安全为标题 建一个网站 杭州网络营销外包托管 网络安全和计算机安全 网站预算 上海银基信息安全技术有限公司,-1 整体性营销 西安网站优化 天津网站建设 网站转化率 公司网络安全培训顺德营销网站设计 互联网品牌营销策略 网站信息安全等级 网站建设公司平台 网站挣钱网 中国国家信息安全产品认证证书 计算机信息安全与管理 杭州网络营销外包托管 国家信息安全产品认证 广州大型网站制作公司 网络安全要求 全网营销策划 网络安全100强 长沙高端网站建设服务 做门的网站建设 自己建网站的优势 网站的互动 相应式网站 全网营销策划 网站有后台更新不了 互联网营销 培训大师 信息安全数据 建网站方法 天津网站建设 2017信息安全的未来,-1 狮山建网站 北京大学网络安全 信息安全的发展历程 个人信息安全防护概述 微信网站建设 营销软文范例 我国网络安全事件 重庆政府网站建设单位 家具 营销网络 邮件营销案例照片 西安php网站建设 网站有后台更新不了 网络安全的特殊性 2017青岛网络安全会议 网络营销战略特点是什么陕西信息安全管理中心 新媒体营销成功案例ppt模板 网络安全要求 深圳网络安全技术公司 外贸营销语 网络安全犯罪都有哪些 营销型网站案例 营销案例分析范例 医院网站建设 价格 网站转化率 微信营销成功的关键东莞魔方营销 外贸营销语 创做网站 网站备案幕 网络安全100强 上海高端网站开发公司 营销软文范例 互联网品牌营销策略 南京移动网站设计 内容信息安全专员廊坊网站建设 营销每日总结 信息安全专业最牛导师 网络安全与管理实训心得 西安网站优化 2015中国网络安全事件 网络安全具有很强的 广播电视信息安全测评中心 微信平台网络营销 郑州网站建设更好 企业网站管理 第七届电信和互联网行业网络安全年会 我国网络安全事件 网络营销存在什么问题 北京做网站 深圳网络安全技术公司 武汉 网站设计公司 感情营销案例 聚美营销 网络安全审计 备案 佛山购物网站建设 长沙网络营销顾问 机房网络安全评估公司 义乌建网站 微信营销成功的关键东莞魔方营销 重庆做网站团队 邯郸做网站 信息安全会议 infosec,-1 国家信息安全产品认证 建网站空间 电气网站建设 网络安全等级最高 网络安全法前身 最牛的网络营销 青岛网络营销团队 北京信息安全公司业务 东莞网站建设 计算机信息安全与管理 华为 信息安全 代码 河北手机网站制作企业 网络营销工具类型 第七届电信和互联网行业网络安全年会 上海高端网站开发公司 网络营销战略特点是什么陕西信息安全管理中心 国家信息安全工程中心 电气网站建设 阳江做网站 华为 信息安全 代码 广州大型网站制作公司 许可营销 东莞营销商城网站建设网络营销引入 网站文章图片加标签加 重庆政府网站建设单位 信息安全等级保护测 网站信息安全等级 网络营销渠道整合 义乌建网站 内容信息安全专员廊坊网站建设 北京信息安全公司业务 信息安全的范畴 临沂网络营销 狮山建网站 广州外贸网站公司 系统网络安全测试 自己弄个网站 聚美营销 昌平企业网站建设 网络安全.需要哪些技术 网络安全与管理实训心得 2017青岛网络安全会议 网络安全审计方案 网络营销应当实施以 为中心的产品开发策略 信息安全-信息系统安全等级保护基本要求 网站制作多少钱资讯 咨询网站设计 全网营销内容 全网营销内容 广州外贸网站公司 成都企业网站建设公司 网络安全审计方案 广州h5网站开发 重庆整合营销哪里好 营销每日总结 2017网络安全会 日程 中央网络安全和信息化领导小组 ids与防火墙联动的网络安全模型设计 西安信息安全比赛 网站有后台更新不了 网络营销渠道整合 网络安全预算 网络安全.需要哪些技术 郑州计算机系网络营销 信息安全公司排名,-1 深训网络安全公司 互助网站制作公司 网站推广方法 重庆做网站团队 东莞营销商城网站建设网络营销引入 桂林做手机网站设计 上海网站维护 2017年信息安全会议 新浪微博营销的特点 信息安全等级保护测 西安php网站建设 网络安全.需要哪些技术 中国国家信息安全产品认证证书 网络安全为标题 网站规划的案例 网站规划的案例 中央网络安全和信息化领导小组 内容信息安全专员廊坊网站建设 外贸营销语 个人信息安全防护概述 长沙高端网站建设服务 最牛的网络营销 广州网站建设信息科技有限公司 营销型企业网站策划方案 聚美营销岗 微信平台网络营销 网站预算 网站有后台更新不了 信息安全数据 https://www.xdqb.net/article_news/detail/share/ywbuvegk.html https://www.tempcontrolpack.com/de/knowledge/china-federation-of-logistics-purchasing-construction-of-the-international-logistics-supply-chain-system-is-accelerating-and-international-logistics-operations-continue-to-improve/ https://www.tempcontrolpack.com/fr/knowledge/the-main-components-of-frozen-ice-packs/ https://www.tempcontrolpack.com/id/aluminum-foil-insulation-in-cold-chain-industry-advantages-of-insulated-thermal-box/ http://www.dlh-magcoupling.com/index.php/product/magnetic-couplings/ https://www.tempcontrolpack.com/es/enhancing-cold-chain-packaging-solutions-through-innovation-in-2024/ https://www.tempcontrolpack.com/id/knowledge/how-to-ship-meat/ https://www.tempcontrolpack.com/es/baozheng-unveils-dairy-cold-chain-warehouse-and-distribution-solution-at-2023-ciie/ https://www.tempcontrolpack.com/id/knowledge/eps-foam-insulated-boxes-keeping-freshness-longer/ https://www.tempcontrolpack.com/id/ziyan-foods-deepens-its-focus-on-the-convenient-dining-segment-expands-into-pre-prepared-foods-and-achieves-breakthrough-growth/ https://www.tempcontrolpack.com/es/product-category/plastic/ https://www.tempcontrolpack.com/es/guoquan-shihui-nears-10000-stores-with-nearly-half-in-counties-and-towns/ https://onmogul.com/n-hu-win-n-hu-win https://www.tempcontrolpack.com/ar/continued-controversy-over-prepared-meals-entering-campuses-metros-fresh-supply-chain-draws-attention/ https://www.tempcontrolpack.com/de/knowledge/china-federation-of-logistics-purchasing-construction-of-the-international-logistics-supply-chain-system-is-accelerating-and-international-logistics-operations-continue-to-improve/ https://www.tempcontrolpack.com/products/12cells-reusable-ice-packs-gel-packs/ https://www.tempcontrolpack.com/pt/battle-for-fresh-e-commerce-hema-fresh-advances-dingdong-maicai-retreats/ https://www.tempcontrolpack.com/id/knowledge/eps-foam-insulated-boxes-keeping-freshness-longer/ https://www.tempcontrolpack.com/id/product-instruction/?paged=3 https://www.tempcontrolpack.com/id/the-importance-of-pharmaceutical-cold-chain-management/ https://www.tempcontrolpack.com/id/the-importance-of-pharmaceutical-cold-chain-management/ https://www.tempcontrolpack.com/pt/blog/page/5/ https://www.instapaper.com/p/gamebj8 https://too.st/cFv http://www.jryj.org.cn/article/news/detail/share/yn7ndfk9.html https://www.tempcontrolpack.com/products/recycable-water-injection-ice-pack/ https://www.tempcontrolpack.com/product-tag/shipping-box/ https://www.tempcontrolpack.com/fr/knowledge/the-main-components-of-frozen-ice-packs/ https://www.tempcontrolpack.com/es/guoquan-shihui-nears-10000-stores-with-nearly-half-in-counties-and-towns/