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
淘宝网网络营销理论伍佰亿官方网站网站被黑网络营销职位分析报告神州网云 网络安全招聘企业网络安全工程师云南微营销软件信息安全的核心技术是什么idc isp信息安全管理系统信息安全管理,-1网络安全公司的前景世界异变,规则崩坏,意外觉醒强大星魂的李飞,将何去何从。籃陌的力作《向世界说你好》.生活本该就是美好的存在.为了生活我们奔波在大街小巷.加班熬夜拿薪水.每个人都觉得上天不公.为什么别人能光彩照人.而我们却默默无闻.原因只有一个.那就是我们的努力远远不够.看似风光无比的的成功人士.你永远不知道他洒下多少汗水来证明自己的选择没有错.心中的苦.永不言弃的精神才是我们应该学习的.每个人都有自己的梦想.也许我们为了生活曾放弃过自己的梦想.我们也曾迷失方向.感到彷徨.忘记了最初的梦想,生活教会了我们这么多.让我们每天一起学习.一起成长.我们应该知道感恩.他就像我们的亲人一样.陪伴我们走完此生!丁兆天大学毕业后回到海边渔村,在一次出海中偶得海灵珠,从此开启了全球直播的最强渔夫人生! 大海波澜壮阔,深海之下更是隐藏着无数的神奇奥秘! 丁兆天乘风破浪,纵横大海,从南极到北极,从浅海到深海! “什么?这极品白鲳鱼,主播按筐卖?” “我的天,那是几百块钱一斤的极品枪鲸?” “老丁是我见过的最霸气的海洋主播!应该说,是海洋之王才对!” 遥望着远方的星辰,恢宏的银河就在那里。 神秘的黄河把李生带到了这神奇的地方,这个有着古老文明的地方少年自天而来,顺天道,可战苍穹。赵牧意外穿越大秦世界,绑定最强工业系统! 只要完成任务,就可以获得奖励! 叮!完成任务,获得纺织机图纸, 叮!完成任务,获得蒸汽机图纸! 叮!完成任务,获得燧发枪图纸! 赵牧无比激动,终于可以开始工业革命了。 就在他打造了一个地球仪给秦始皇,准备说服他改革军制统一地球的时候,秦始皇拿出了一本九州图志。 北部,元朝和宋朝 东部,大明国 南部,大隋.... “这几个帝国每一个都有天人境强者坐镇!” “就凭你那个打鸟的玩意,也能让朕一统天下?” 赵牧看了看手中的地球仪和燧发枪,陷入了沉思。 懒得介绍扑街漫画家重生到异世界,发现这个世界的科技明明比原来的世界还牛逼,但是漫画和游戏却还停留在原世界90年代。 这让黄梁欣喜不已,“哈哈哈,既然如此就别怪我当文抄公啦!” 高达!龙珠!超时空要塞! 无数经典漫画的出现让半夏走上了人生的巅峰 直到某一天,一个叫做尼克弗瑞的卤蛋敲响了黄梁的家门尽管当今之世,英雄是跌出不穷,而后才发现,他算不得真英雄。重回九十年代,再小的人物,也将不会平凡,这本就是个小人物的大时代!赵天明十年前入昆仑山修仙,十年后下山,却不想家破父将亡。 修仙要创新,别人只有一个金丹,我有六个,我金丹越级灭元婴。 别人只开启了360个穴窍,我开启了3600个,我就有了3600个小金丹,打起架来,我能用元力堆死你。 修真修出五行神眼、神识内视,五行宝光加内视可赌石、可鉴宝。 开局就成翡翠王、大鉴定师,用长寿丹换回所有愿意交换的国宝,让所有国宝回归。 灵眼观五色、神识鉴宝贝,探秘境、寻宝藏,脚踩鬼怪,拳打妖魔。 一段修真、探险、赌石、鉴宝、悬疑以及探寻宝藏的大幕,由此拉开!
信息安全技术 安全漏洞等级划分指南 网络营销都包涵哪些 it服务质量与信息安全 淘宝网网络营销理论 关于耐克公司的营销案例分析 电商网站前台模块 南宁网站忧化 信息安全的人员管理包括 无锡微信网站 信息安全的人员管理包括 升迁障碍的职业发展如何规划?咨询【www.richdady.cn】 缺心眼的案例分享咨询【www.richdady.cn】 脑部不清晰的前世因果【www.richdady.cn】 性压抑的前世记忆咨询【www.richdady.cn】 前世缘份的重逢有什么迹象?咨询【www.richdady.cn】 事业发展的灵性视角威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 灵魂化解的仪式咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 解梦的心理学意义咨询【微:qq383550880 】√转ihbwel 人际关系不好的沟通技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子压力大的环境影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 暗恋的情感表达咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的咨询技巧咨询【企鹅383550880】√转ihbwel 脑部不清晰的前世记忆咨询【www.richdady.cn】√转ihbwel 阴间生活的前世故事【www.richdady.cn】√转ihbwel 与女友前世的影响分析【企鹅383550880】√转ihbwel 与女友前世的记忆解析【微:qq383550880 】√转ihbwel 婚姻生活不顺的前世因果咨询【微:qq383550880 】√转ihbwel 人际关系不好的前世记忆咨询【www.richdady.cn】√转ihbwel 婴灵的超度与家庭和谐【σσЗ8З55О88О√转ihbwel 财运不佳的财富转运方法有哪些?【www.richdady.cn】√转ihbwel 关于耐克公司的营销案例分析 个人新浪微博营销技巧 招远网站建设 网站制作设计收费 商业型网站 洛阳网站建设 沧州网站制作 网站红色 营销型网站的例子 设计网站的目的 网络营销职位分析报告 企业网络营销问题研究 天津网络营销 上海信息安全网 天钥网络安全审计系统 上海信息安全监测中心 微信群营销教程 美团外卖的网络营销 网站红色 营销资料网 厦门网站seo优化 网络安全设备的功能 信息安全 招聘 教育行业信息安全方案 北大 信息安全 实验室 企业网络安全漏洞 信息安全服务等级证书 中国网络安全大赛试题 上海专业做网站公司地址 做一个营销型网站多少钱 商网营销 国家信息安全宣传周 烟台做网站 烟台做网站 营销群发器 信息安全 攻防 平台 广而告之微信营销平台 信息安全技术 安全漏洞等级划分指南 网站制作哪家专业 营销广告的意义 企业信息安全工程 网站转微信小程序开发 中国网络安全大赛试题 何德全 网络安全 洛阳网站优化网络安全事件处理案例 上海绿盟计算机网络安全技术有限公司 洛阳网站建设 四川大学网络安全专业 外贸最热门营销方式 网站色调为绿色 商网营销 外贸公司的网站建设模板下载 信息安全整体解决方案 北京网站建设公司 教育行业信息安全方案 信息安全技术发展历程,-1 2017最新网络安全法 信息安全的人员管理包括 二级域名网站权重 网站制作哪家专业 嘉兴网站设计999 999 信息安全创业,-1 定制类网站 信息安全的认证,-1 网络安全公司的前景 电商网站前台模块 深圳营销网站 上海专业做网站公司地址 信息安全管理实用规划 网络安全公司的前景 信息安全 攻防 平台 信息安全的核心技术是什么 网络营销的策略有哪些? 信息安全 攻防 平台 中国国际信息安全大会 b2b技术型社区营销 信息安全 招聘 信息安全服务等级证书 网站代优化 中国网络安全团队 武汉专业网站建设 chinasec安元可信网络安全平台 福州金山网站建设 行业网站建设 沧州网站制作 网站首屏 网络安全研究现状 cn网站建设多少钱 信息安全专业专业课 有实力的网络营销公司网络安全:技术与实践 网络安全销售证 信息安全模型 中国网络安全团队 网络信息安全部组长 企业信息安全工程 有实力的网络营销公司网络安全:技术与实践 武汉专业网站建设 网站制作哪家专业 金融科技 网络安全 神州网云 网络安全招聘 网络安全是国家安全 武汉专业网站建设 外贸最热门营销方式 网络安全部署情况 idc isp信息安全管理系统信息安全管理,-1 上海专业做网站公司地址 营销广告的意义 紫网站建设 电子商务网上营销平台 企业网络营销问题研究 以色列网络安全 快讯营销软件 广而告之微信营销平台 北大 信息安全 实验室 部门信息安全如何处理 上海绿盟计算机网络安全技术有限公司 网站红色 最优秀的佛山网站建设 营销者网站 沈阳建设公司网站 b2b技术型社区营销 营销型网站的例子 国家信息中心信息安全研究与服务中心 北京网站建设公司 网络安全与防范技术 国家信息安全宣传周 个人新浪微博营销技巧 设计网站的目的 基于攻防对抗的网络安全动态评估方法 网络安全设备的功能 网站首屏 陌陌营销 上海专业做网站公司地址 福州做网站公司 上海信息安全网