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
深圳 网络安全协会重庆微信线上营销方案北京网站设计公司如何让做好网络营销北京信息安全学院 设计信息安全名词主流网络安全机制建立企业官方网站搜索引擎的营销流程网络营销是什么行业计算机信息安全技术少年陈枫身怀绝世神器,修盖世魔功。战人界、屠魔界、挑仙界、冲神界。打遍诸世界,杀出冲天血路,成就无上至尊。(声明:新书发布,各位新老书友多多支持。群号:158697732)这是一个总是被提起却又被带过的话题,更多的看客也是调侃。 可当这一切发生在自己身上的时候,才能清楚的体会到如此纯粹的恶意。 被辱骂,被殴打,被叫做猪猡,被夺走一切。 它叫做霸凌,是弱者聚集在一起对更弱小者实施的行为。 可如果弱者变为强者,当他们身份开始互换的时候,一切又会怎样发展呢…… 没有命运,仅有人铺垫出之坎坷道途 没有净土,仅有人开凿出之世外桃园 - 一把王者圣剑,为黑夜带来光明 一个不屈英魂,为世间燃点希望 - 觉醒灵魂,少年鏖战神魔; 暗云涌动,泛起灭世争端! - 光暗冲突,大战一触即发; 人神决战,再写创世诗篇!“轩辕圣世,十界浩荡。一萧一剑平生意,负尽狂名十五年。几个道尊罢了,徒儿斩了他。”“师尊,我可是还没有到您那个境界呀!!!”王迦哭着对着背对他的白衣男子说道…… “姑娘,可否给小生二文铜钱?” “我乃大永王朝户部侍郎之子,岂会骗你?” “忒!你个臭乞丐,倒是学的有模有样。” “姑娘,别走啊!我还有一事相求。” 江湖风云出我辈,一入江湖岁月催,皇图霸业谈笑中,不胜人生一场醉。这是一个强者为尊,弱肉强食的世界。 天生丹田堵塞,无法修炼的少年,终究凭借自己的毅力踏上武道巅峰。天才少年萧辰,灵台被族人夺取,沦为废人,受尽屈辱,幸而觉醒神物九龙塔,拜得神秘少女为师,吞噬九天之灵,融万族血脉,以九龙之体,战尽天下英豪!远古有大能者,以身为境,开辟一方独立世界,后来族人称之为蓬莱。然非凡人能寻,此为天御族之信仰。 人类天生的控制欲使他们不喜欢那些超越受控制的东西。 从远古开始,这种本性就不容许异人类的天御族存在,哪怕他们也同为人形。而天御族一直隐藏于人间 在一场场剧变事件发生后,天御族开始暴露,为了不断地消灭天御族,人类的社会、科技得以不断进步,人类开始全面肃清天御族。 族人不断死去,天御族领袖们能否找到出路,他们将何去何从… 神魔横行,仙尊镇世!地星,是一个仙道大昌之地!然修行者只为一己私欲,破碎山河,湮灭了这繁盛的修仙界! 天道伤隐,灵气绝迹,地星进入了漫长的枯寂岁月! 数十亿年后,外太空超新星爆发,突然而至的神秘物质,引出了地星久违的天道,灵气出,武(仙)道现。 杨东望,一名普通的大学副教授,偶得上一个纪元遗存的造化法宝玄天塔残骸,在灵气新生时就占据先手,并利用小宝塔中的残破记忆,逐步引导武(仙)道进入、改变了科技社会的方方面面,从而开启地星科武新纪元。
网络营销讲师介绍 网络安全证 虚拟营销 网络安全 培训 南昌做网站 营销号软文 信息安全是 的结合体是一个整体的系统工程 360杯全国大学生信息安全技术大赛 南阳网站建设 网络安全通报预警 财运不佳的改善方法咨询【www.richdady.cn】 与老公前世的前世修行【www.richdady.cn】 心特别累的环境影响咨询【www.richdady.cn】 失业的自我提升咨询【www.richdady.cn】 不爱读书的咨询技巧【www.richdady.cn】 财运问题在线咨询【www.richdady.cn】√转ihbwel 老公家暴咨询【www.richdady.cn】√转ihbwel 迟缓儿的症状与诊断咨询【企鹅383550880】√转ihbwel 儿子抑郁症的症状与诊断【企鹅383550880】√转ihbwel 阴间生活的描述与传说【企鹅383550880】√转ihbwel 人际关系不好的解决方法咨询【σσЗ8З55О88О√转ihbwel 前世缘份的化解方法【企鹅383550880】√转ihbwel 公司破产的案例分享【www.richdady.cn】√转ihbwel 什么原因意外的前世修行威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 不爱读书的前世记忆咨询【www.richdady.cn】√转ihbwel 塔罗牌占卜与心理分析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 如何超度婴灵?咨询【微:qq383550880 】√转ihbwel 冤亲债主干扰的案例有哪些?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 投资项目的前世因果咨询【微:qq383550880 】√转ihbwel 精神不振的原因分析咨询【企鹅383550880】√转ihbwel 营销技术支持 中国信息安全 建网站 xyz 中国网络安全最强大学 企业网站制作公司 销售与营销 中国网络安全最强大学 网络安全通报预警 提供网站建设搭建网络与信息安全基础 网络营销有什么职位 建立企业官方网站搜索引擎的营销流程 网络营销设计方案 怎么建个人网站: 设计网站酷 网站销售 营销型网站有哪些 全国公安机关网络安全保卫工作会 电商网站制作 南昌做网站 中国信息安全 网络安全重要事件 济南做网站公司有哪些 传式营销 互联网平台信息安全 有没有关于网络安全的工具 启明星辰网络安全 网络营销的大公司 关于公司信息安全的通知 防火墙技术与网络安全 信息安全名词 众筹网站开发 国内顶级网络安全公司排名 网络安全竞赛入口 网络营销20个好处 网络营销资源管理 搜索型网站 如何自己建网站 网络营销资源管理 营销技术支持 单位信息安全等级保护 内容营销 软文营销 网络安全 教育部 投资 中国信息安全 2016 网络安全ppt模板 信息安全的前沿技术 北京网站设计公司 建网站 xyz 如何开展网络社群营销 启明星辰网络安全 信息平台网站建设 中国网络安全最强大学 提供网站建设搭建网络与信息安全基础 深圳网站建设公司招聘电话销售 整合营销传播的理解 搜索型网站 无线网络安全性密码 360杯全国大学生信息安全技术大赛 信息安全是 的结合体是一个整体的系统工程 网络与信息安全法 网络安全 培训 网络安全所涉及的内容 网络安全证 美国网络安全信息共享法案舟山网站建设 中国网络安全最强大学 众筹网站开发 网络营销的定义及常用方法 嘉兴的网站设计公司有哪些 常州做网站 可是对于一些外贸网站来说谷歌的pr值还是决定是否交换友情链接 4p营销理论图解 济南网站建设优化 销售与营销 网络营销公司靠谱吗 虚拟营销 网络营销资源管理 企业网络安全实现的方案 ips 群营销素材 信息安全管理文件控制程序 网络安全 展览馆 2017 信息安全培训 下载 计算机信息安全技术 如何自己建网站 嘉兴 网站制作 网站建设吗 网络安全通报预警 中山网站建设文化方案 创客通营销手机有用吗 b2b网络营销企业过程 网站快照 网络信息安全学什么,-1 营销推介方式 网站的联网信息安全 网警提示信息安全 保障网络安全 方案 国内网络安全厂家排名 服装外贸网站建设 网络安全竞赛入口 深圳网站建设公司招聘电话销售 济南做网站公司有哪些 网站建设学费多少钱 珠海网站设计多少钱 网络营销20个好处 网站推广服务 群营销素材 建网站资料 关于公司信息安全的通知 4p营销理论图解 web安全和信息安全 信息安全的防护,-1 网络安全动态分析包括 全国公安机关网络安全保卫工作会 戴尔网络安全上海研发中心 网络安全技术有限公司 可是对于一些外贸网站来说谷歌的pr值还是决定是否交换友情链接 网络安全信息安全 微信营销的传播优势 开发网站的步骤 物流网站建设 网站建设学费多少钱 网络与信息安全法 问答营销推广的作用 互联网信息安全产业基地 网络营销计划 关于网络安全基线 单位信息安全等级保护 怎么建个人网站: 营销号软文 网络安全信息安全 无线网络安全检测 长沙微网站电话号码 深圳市网络安全公司排名 营销技术支持 优秀网站案列 网路营销是什么 重庆网站优化排名