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
国家 信息安全 标准请公司建网站云管端 网络安全信息网络安全制度宝安做网站的广电网络营销实战营做网络营销核心机房的安全规划物理安全链路安全网络安全系统安全信息安全网站开发服务公司我国网络安全事件男主为了解开家族秘密,独自前往异世界,便开始了属于自己的阴阳师道路,期间男主结识各路英雄好汉,不断提升自己的咒术,最后解开家族的秘密。作者:秋七幸 作品:立校高中 简介:许白和秦严在同一所高中而且心俩还是同桌(兼邻居)。后来他俩考上了同-所学校(清华),许白选择了土木工程系,而秦严则选了济经系。毕业后许白和秦严俩人过上了没差没涩的生活……北玄大陆,燕国。 燕皇突发重病生命垂危,众皇子上演夺嫡大戏。 姬兴身为最小十九皇子,本想与世无争却也难免杀身之祸。 当他重新醒来后,被一名老和尚收做弟子,赐名玲珑。 十年修行,终得出师。 此番一别,不知何日归……从小便受尽生活的屈辱,而为了活的更好只能隐忍努力,为了活的有尊严又不得不奋起反抗,然而在命运的安排之下,竟然踏上了一条更为艰险的修行之路,这便是狄峰卑微而又惊奇的人生。修行不为富贵,不为长生,更不为称霸天下,只为活的有尊严、活的无拘无束、活的无怨无悔!一个神奇的游戏,一次穿越时空的冒险,一个奇异的游戏时空,不可思议冒险。所有的历史人物齐聚于此,展开一场生与死的厮杀穿越平行世界,参加选秀综艺,商献毫无意外成为偶像。 粉丝:明明可以靠脸吃饭,却偏偏靠才华,他重新定义了偶像! 商献:我不想做偶像啦,抄歌没有一点挑战性,想尝试去演戏! “人太帅,演什么都画风突兀,还是专心唱歌吧!” “这垃圾演技,安心当个偶像吧,演戏不适合你!” “演的什么鬼!差评!发首新歌我们才能原谅你!” ———— 多年后,当商献入选《时代周刊》年度风云人物,人们才恍然惊觉,这个偶像并不简单…… 年度风云人物评语:他创造了一个时代,在各种意义上!叶鑫是一名普通高中生,某天发现自己被惊悚副本选中。   副本只有4.3%存活率。   凉凉!无助!   叶鑫绝望时觉醒了人鬼皇系统:他能看破鬼怪生前!他能看见好感度!他还能使用鬼怪的武器!   从此以后,骚鬼如风,常伴吾身。网大公开课入群专享课程福利这是一个部分与整体的故事,是为了局部存在而损伤整体利益,还是局部服从整体利益? 修仙飞升是什么?修炼着为什么要飞升?飞升又会给所在的空间造成什么伤害? 所在的空间是为了阻碍修者飞升还是帮助修者飞升? 飞升会带走所在空间的能量,加速空间的崩塌,有的空间为了自己长久存在,不断的猎杀修者,有的空间为了仙界的强大,不断的飞升。当发现真正爱一个人时,会为她做一切事。人生就是这样。张瑾因为跟女同事的一次暧昧,错失心爱的恋人。一次意外而亡 ,在冥界使者的帮助下,许他三世轮回,再与心爱之人结成姻缘。
网站怎么做域名实名认证 信件营销 网络安全产品全球排名 银监会 信息安全标准 全网营销 优帮云 微网站建设包括哪些方面 国家支持什么等教育机构开展网络安全相关教育与培训 深圳网站设计平台 无线wifi网络安全 网络安全 僵尸网站 大龄剩女咨询【www.richdady.cn】 去世的母亲的影响分析【www.richdady.cn】 投资项目的前世记忆咨询【www.richdady.cn】 感情纠纷的自我提升【www.richdady.cn】 事业不顺的职业规划咨询【www.richdady.cn】 缺心眼的环境影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 忧郁症的前世记忆咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 大龄剩女的前世记忆【企鹅383550880】√转ihbwel 亲子关系的家庭氛围如何营造?【σσЗ8З55О88О√转ihbwel 婴灵的超度与心灵净化【企鹅383550880】√转ihbwel 亲子关系的互动模式有哪些?【企鹅383550880】√转ihbwel 去世的父亲在哪咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心慌胸闷头晕的解决方法【www.richdady.cn】√转ihbwel 人际关系不好的咨询技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的前世因果咨询【www.richdady.cn】√转ihbwel 感情纠纷的原因分析咨询【σσЗ8З55О88О√转ihbwel 脑部不清晰可能是哪些疾病的表现咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婚姻生活不顺的环境影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与老公前世的影响分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 外灵干扰咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 苏州建设局网站 中国网络营销论坛 b2c网站开发公司 信息安全 网络安全考试 长春网站建设公司 对营销专业的认识 工控网络安全 东莞营销型网站建设 东莞网站设计公司网站手机客户端开发 网站制作设计收费 北京市网站公司 网络安全软硬件 信息安全研究理论 无线网络安全网关 做网站实验体会 2012年国家下一代互联网信息安全 专项产品测试成绩 信息安全博览会,-1 计算机网络安全是指保护计算机网络系统中的硬件( )和数据资源 网络安全体验服务器 网站制作学习 嘉兴网站设计999 999 互联网信息安全产品分类 全国信息安全考试时间 汽车软文营销成功案例常见的信息安全问题,-1 美国信息安全 大学 怎么看待网络安全 信息安全之家庭生活 网络安全产品全球排名 机房网络安全评估公司 在线营销型网站 网站模块化 信息安全设施建设情况 网络安全犯罪都有哪些 工控网络安全 全国大学生信息安全竞赛题目 互联网公司信息安全 宝安做网站的 网络营销新媒体技巧 网络安全道哥 重庆璧山网站制作公司哪家专业 企业网站适合做成响应式吗 武汉新公司做网站 信息安全方针和策略 国家信息安全工程中心 信息安全的企业信息 中国网络安全攻防大赛 网站代优化 高端大气的综合性网站 全网营销四大系统 网络安全公众号 网站信息安全管理办法 海尔网上营销案例分析 深圳网站设计平台 全网营销 优帮云 苏州做网站推广的公司 网络安全技术的选择 誉字号网站 永久免费企业网站申请 海淀重庆网站建设 重庆b2c网站制作 高端大气的综合性网站 网络营销策略模式 企业营销职能案例 营销软件图片 网络信息安全模型 嘉兴网站设计999 999 网络安全 安氏 人才 关于卫龙的PPT网络营销 武汉新公司做网站 网络信息安全模型 速升网站 我国的网络安全发展趋势 东莞网站设计公司网站手机客户端开发 速升网站 互联网营销讲师 苏州做网站推广的公司 手机网站设计 信息安全方针和策略 企业网站合同 网络安全犯罪都有哪些 全国大学生信息安全竞赛题目 个人信息安全指南 企业网站适合做成响应式吗 央企信息安全 请公司建网站 网站颜色搭配网站 苏州建设局网站 深圳微网站建设 银监会 信息安全标准 搜网站技巧 网络安全法 爬虫 工控网络安全 深圳外贸整合营销 中小企业网站制作 网络营销创新模式 高端网站 怎么看待网络安全 太原推广型网站开发 誉字号网站 信息安全博览会,-1 长春网站建设公司 网络安全百强 违反计算机信息安全条例 深圳网站设计平台 网站建站 seo 昆明网站设计公司 高端网站 东莞网站制作公司 信息安全设施建设情况 互联网营销教程视频教程 关于卫龙的PPT网络营销 当前的问答营销平台 网络安全法 从业 网络营销广告策略分析英文网站建设 重庆璧山网站制作公司哪家专业 数据信息安全体系建设方案,-1 可信网站认证 网络安全谷地址 第七届电信和互联网行业网络安全年会 做网站实验体会 惠州网站推广 杭州市网络安全研究所邮箱 内容营销软件 违反计算机信息安全条例 中国网络营销论坛 网络安全管理小组 网络安全框架 nist 核心机房的安全规划物理安全链路安全网络安全系统安全信息安全 信息安全研究理论 深圳外贸整合营销 网络安全百强 网络安全技术讲座 上海银基信息安全技术有限公司,-1免费域名注册网站 创建自己的个人网站 广电网络营销实战营