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
单网页网站泰州全网整合营销外贸邮件营销效果网站怎么备案信息安全服务资质要求网络安全国家标准大全办公室信息安全管理宁夏网站设计公司聊城做网站建设的公司360网络安全技术秦枫,六大世家秦家独子。 在一次任务中遭遇埋伏,师傅因保护他而死,自己也经脉寸断,武功俱废。 …… 是苟活一世,还是重头来过。 一人一剑,书写属于他的都市传奇。情感将一个学生的追忆用时间镌刻。在地府里有一个灵魂交易管,一个灵魂帮她实现前世心愿,一经交换概不退换高阳原本是个蓝星的雇佣兵,在一次执行任务中来到了金庸武侠世界--神雕。 在神雕世界中获得武林中人梦寐以求的武林秘籍,左手六脉神剑、右手降龙十八掌,年纪轻轻就达到别人一辈子的成就, 一个小小的蝴蝶能带动多大的效应?神雕世界因为高阳的到来又会有什么样的变化?神雕中的爱恨情况是否因为高阳的到来而改变? 让我们走进神雕世界,看高阳如何在江湖中翻云覆雨~~~~~ 各位书友要是觉得《神雕之我是大魔王》还不错的话请不要忘记向您的朋友推荐哦你知道这面具的来历吗?我是一名道仙,世人却以为我是个非主流杀马特。我想本勤劳致富,奈何就业困难。传承千年的身份,却也落入英雄无用武之地。世道变化如此之快,我该如何是好? 各位老板走过路过,不求大富大贵,但求全面小康,给份工作吧!送快递的穷屌丝楚风,为了借钱给母亲看病,无意中得到仙尊的衣钵传承,从此开始了不一样的人生。 他法术救人,仙法御敌,战妖兽,平恶徒,不仅笑傲人间武道,更是登上了世界的巅峰,至高的神途。 生死看淡,不服就干。 没有什么是一顿打解决不了的,如果有,那就两顿。有一天李避灾,突然进入了恶赎游戏,在寻找当年真相的过程中,发现了他的第二个人格...... 李避灾:我不行了!换你上! 李去祸:废物,自个闪开,看我揍他! . 生存或是死亡,这是个难题,在1000条错误的方法中,去创造一条Perfect的通关的方法吧!当神话出现,失落的种族重新出现在这片大陆写以此书,致我们那个年少轻狂的岁月。
对网络安全提建议 营销传播 什么网站流量多 东莞网站建设报价 公司产品网络营销方案 网络安全法正式施行 南平网站建设 义乌商城集团的网站建设 广州网站制 工信部 网络安全处 脑部不清晰可能是哪些疾病的表现咨询【www.richdady.cn】 学习成绩差的心理调适【www.richdady.cn】 前世老婆的前世影响咨询【www.richdady.cn】 脑部不清晰的症状与治疗【www.richdady.cn】 投资项目的咨询技巧【www.richdady.cn】 如何识别外灵干扰的症状【σσЗ8З55О88О√转ihbwel 意外的原因分析咨询【σσЗ8З55О88О√转ihbwel 脑部不清晰的案例分享【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主的干扰案例咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与男友前世的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 强迫症【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 大龄剩女咨询【www.richdady.cn】√转ihbwel 发育倒退的解决方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心特别累的自我提升咨询【微:qq383550880 】√转ihbwel 孩子不爱读书的家庭教育方法有哪些?【σσЗ8З55О88О√转ihbwel 构建和谐亲子关系的方法有哪些?【企鹅383550880】√转ihbwel 婴灵的超度方法有哪些?【www.richdady.cn】√转ihbwel 无形干扰咨询【企鹅383550880】√转ihbwel 发育倒退的自我提升咨询【企鹅383550880】√转ihbwel 亲子关系的共同成长方法有哪些?咨询【σσЗ8З55О88О√转ihbwel 重庆知名营销公司营销推广的策划书 义乌商城集团的网站建设 重庆网站推广 网站策划技巧 信息安全培训测试 中国网络信息安全大会 昆明做网站哪家好 网站主域名 合肥需要做网站的公司 张新 网络安全与管理 湖南网站建设 办公室信息安全管理 杭州做网站 响应式外贸网站案例 网络安全法正式施行 关于开展证券期货业信息安全等级保护安全建设整改工作的通知 银川怎么做网站 黑白网络安全 深圳制作企业网站 营销第一网 外贸网站模板建立 加密和解密技术对于信息安全 网站主域名 网络安全信息化职责 上海网站改版 网站建设合同 2017年网络安全峰会 网络营销中4C的特点 南京公司网站 网站制作致谢词 浙江网站建设 广东省网络安全应急响应平台 哈尔滨网站建设市场 (1)计算机信息安全,-1 南阳网络营销外包公司 网络安全法正式施行 电商营销教学 快消品网络营销 电子信息安全 网站策划书 网络管理与网络安全 信息安全服务 全球 保定市网站建设 关于开展证券期货业信息安全等级保护安全建设整改工作的通知 公司网站定制 信息安全技术 章程 饥饿营销弊端 网站建的创新点 合肥公安部信息安全 信息安全产品eal3等级认证,-1 网站定制 天津 永恒之蓝 网络安全 网站建设的后台登录 什么网站流量多 网站所属权 网络营销基础报告 义乌商城集团的网站建设 网站背景怎么换 自助建手机网站免费 景区网络营销策划 信息安全服务 全球 网络安全主要涉及( )信息传输安全网络应用安全等3个方面 网络安全错误错误代码 ids技术在网络安全中的应用 网络安全史上著名事件 银川怎么做网站 网络安全怎么办 深圳制作企业网站 公司网站开发制作 义乌商城集团的网站建设 2016年中国网络安全发展形势展望 刚建的网站百度搜不到 计算机信息网络安全的技术支持 凡客建网站 4i营销理论的缺点 营销第一网 外贸公司网站 网站定制 天津 网站的排版 邢台做网站公司 网站设计验收 网络安全基础的rsa的全称是什么网络营销方案流程 伪静态网站 外贸网站模板建立 网络营销计划书怎么做 工信部 网络安全处 杭州做网站 公司网站定制 瑞星网络安全预警 中国网络信息安全大会 设计师专用的浏览器是网址什么?页面全是各种设计网站的链接 信息安全网站 凡客建网站 广东省网络安全应急响应平台 信息安全专业相关工作的通知 潜江网站建设 互联网企业进入信息安全 北京响应式的网站 昆明做网站哪家好 上海企业网站优化 网站主域名 瑞星网络安全预警 长治做网站 (1)计算机信息安全,-1 浙江网站建设 网络营销行业介绍 网站色彩 青岛高端网站开发公司 信息安全培训测试 伪静态网站 网络营销行业介绍 江西网络安全公司 网站建设小技巧 合肥需要做网站的公司 网络安全系统日志分析工具 郑州的数据营销公司 网站注销 自贡网站建设 信息安全成果 外贸公司网站 唐山做网站 小米成功营销案例分析 网络营销基础报告 合肥公安部信息安全 互联网营销和传统营销的区别 网站建设合同 整合营销一站式服务 南京公司网站 专业开发网站公司 网络营销计划书怎么做 什么是微网站 中国信息安全标准体系建设 2017年网络安全峰会 唐山做网站 东莞网站建设报价