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
网站建设客户问到的问题网站建设主页网络安全 实训机构佛山新网站建设代理商不是信息安全所包含的内容是网站资料备案照片要求2014法人现场拍照相片电子照要求网络安全技术及成果邳州做网站狮山做网站网站建设的收费标准堂屋正中的灵牌贴上自己的照片,荒村后山的墓碑刻上自己的名字,卧室房灯挂上晃动的麻绳,自来水管里面塞上带着头皮的头发....   去住个凶宅,挖个坟,抱个纸人,撞个鬼,作为有一个上进心的恐怖片龙套,这不都是应该做的吗?很认真的介绍:一本很普通的系统文(雾)北玄大陆,燕国。 燕皇突发重病生命垂危,众皇子上演夺嫡大戏。 姬兴身为最小十九皇子,本想与世无争却也难免杀身之祸。 当他重新醒来后,被一名老和尚收做弟子,赐名玲珑。 十年修行,终得出师。 此番一别,不知何日归…… 顶级科学家李谦因身患癌症,在临终前选择冷冻自己,以待未来攻克癌症后再治疗自己。 但没想到,一觉醒来之后,时间居然已经过了三万年。更让他绝望的是,此时的医疗不但没有更先进,反而因为三次核战争倒退到了十九世纪初期,癌症依然无药可医。 看着充满了赛博朋克的未来世界,李谦只能玩起文明模拟的元宇宙游戏,以期待通过模拟文明演变来解开人类基因的秘密,以治好自己的癌症。 然而万万没想到,这个世界居然只是一场为了奴役全人类的骗局…… 圣地圣子和兄弟反目成仇,戒指中出现的神秘女子竟是我的青梅竹马,一人一剑战诸天,我欲乘风破万千,诸天尊者不过一剑间!假如在这个世界上有如果…1刀锋和他的兄弟在一起的奇妙之旅,是多么危险和幽默.注意,本小说是转载并且在续写,我QQ3390896387,被转载人的QQ1664140337。踏遍星河,宇宙的主宰、银河帝国的皇帝、最强的龙神来到地球寻找自己最后一块灵魂碎片。封印神力、伪装成人类的他万万没想到自己会在这颗崇尚修仙的星球遭遇奇葩挑战,让本想低调的自己逐渐成为焦点......甚是老道的老道老道,坑与被坑的精神小伙,莫名自信的满级幼崽,意外的相遇,演绎的已是新的缘法。
关于网站出现.ldb文件网站打不开解决办法换成sql server 广东省强网杯网络安全大赛 成都信息安全企业排名,-1 常州网站建设 葫芦岛网站建设 营销qq好友群发消息金坛做网站 网络营销的表现形式 办公室信息安全考试 复旦信息安全考研 无刷新网站 如何改善精神不振的状态【www.richdady.cn】 大龄剩女的婚恋经验有哪些?【www.richdady.cn】 忧郁症的咨询技巧【www.richdady.cn】 孩子学习不好的环境影响【www.richdady.cn】 邪灵的感应现象咨询【www.richdady.cn】 自闭症的心理调适咨询【微:qq383550880 】√转ihbwel 迟缓儿咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 外灵干扰的原因分析【www.richdady.cn】√转ihbwel 莫名其妙感伤的解决方法【www.richdady.cn】√转ihbwel 头脑混沌的环境影响咨询【σσЗ8З55О88О√转ihbwel 事业发展的灵性视角咨询【σσЗ8З55О88О√转ihbwel 前世老公的前世因果咨询【σσЗ8З55О88О√转ihbwel 强迫症的康复训练威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的解决方法【微:qq383550880 】√转ihbwel 老公家暴的环境影响咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 发育倒退的早期干预措施【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 缺心眼的沟通技巧咨询【微:qq383550880 】√转ihbwel 前世今生的梦境解析【微:qq383550880 】√转ihbwel 与公婆前世的记忆解析【σσЗ8З55О88О√转ihbwel 孩子学习不好的自我提升威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 东软 网络安全 数字证书 网络安全 合肥全网营销系统 无刷新网站 网站备案多少钱破解"工业控制系统信息安全"迷 网站建设的收费标准 网站建设的公司 网站制作报价明细表 网络安全的威胁 佛山企业网站建设咨询 信息安全专业规范 汽车网络安全攻击视频 网站建设与维护 龙岗营销网站建设公司哪家好 2014年信息安全培训,-1 互联网网站开发 南阳专业网站建设 葫芦岛网站建设 昆山做网站 数字证书 网络安全 济源网站建设 信息安全工程师证 网站站群 悬浮滚动的网站jquery在线qq客服咨询代码 有6套皮肤可选 信息安全日志分析工具 麦肯锡 网络安全解决方案 网站建设主页 网站公司成功案例怎么写 星巴克微信营销案例 信息安全服务资质证书 级别 网络安全 实训机构 交互式网站 淄博做网站公司 网络标题大全 网络安全 网络安全 网络摄像头 唐山网站建设哪家专业 网站默认图 网络安全攻防入门网站做推广需要多少钱 国家信息安全与战略 高端大气网站建设 网络安全技术及成果 金融网络安全试题 网络安全网络信息安全 网站资料备案照片要求2014法人现场拍照相片电子照要求 国家负责网络安全 唐山网站建设哪家专业 南阳专业网站建设 网络安全讲竞赛 讲话 加家集是什么营销 邳州做网站 无刷新网站 营销要素是指 搜索引擎营销的流程 国内汽车网络媒体的无差异化竞争严重突破式的营销创新太少 电子邮件营销文案 办公室信息安全考试 关于信息安全的公众号 国家信息安全与战略 蘑菇街是什么营销模式 政府 网络安全方案 佛山新网站建设代理商 北京信息安全公司排名 龙岗营销网站建设公司哪家好 手机网站范例 搜索引擎营销的流程 葫芦岛网站建设 微信营销成 无刷新网站 关于信息安全的公众号 深圳整合营销管理 唐山网站建设哪家专业 信息安全服务资质证书 级别 汽车网络安全攻击视频 东软 网络安全 无锡网站 十大网络安全上市公司 杭州做网络安全的公司 网站公司成功案例怎么写 广州做网站如何 网络安全 实训机构 论坛营销和bbs 信息安全防护 中国工业信息安全 网站建设中 南宁专业网站制作设计 十大网络安全上市公司 手机营销的方式有哪些 国家负责网络安全 龙岗营销网站建设公司哪家好 想建网站 2017网络安全日 手机营销的方式有哪些 网络营销直接环境 网络安全的严峻形势 汽车网站案例网页设计 网络营销的表现形式 唐山网站建设哪家专业 网站资料备案照片要求2014法人现场拍照相片电子照要求 数字证书 网络安全 网络安全事故盘点 网络营销与运营区别与联系 马鞍山网站建设 网站建设的公司 龙岗网站建 网络营销直接环境 耐克专场营销案例 深圳教育平台网站建设 网站制作报价明细表 唐山网站建设哪家专业 信息与网络安全杂志 蘑菇街是什么营销模式 怎么在网上创建网站 北京信息安全公司排名 信息安全 哪些资质证书,-1 北京网站改版 数字证书 网络安全 无锡网站制作难吗 淄博市网站开发 网络信息安全工作方案 防篡改 互联网营销案例 陌陌提示网络安全验证失败 无刷新网站 网络安全运维 高校 网络安全 研讨会 营销要素是指 网络安全实训室方案 如何:在 iis 中创建和配置本地 asp.net 网站网站建设机构 网站微博营销哪个好用吗 无刷新网站 交互式网站 信息安全专业规范 信息安全工程师证 龙华三网合一网站建设 网络信息安全工作方案 防篡改 互联网网站开发