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
免费域名注册网站智能建网站霸屏营销推广网络安全大会2016网络营销外包价格访问相关网站掌握定制定价使用定价免费定价的运用试举例说明大石桥网站中国区2010第一季度网络安全威胁报告信息安全产品评测企业信息安全问题萧落穿越到鬼怪横行的世界。 妖魔肆虐,天灾降世,妖灾现世化作人间炼狱。 无穷的妖魔、诡异带来恐怖的杀戮与噩梦。 萧落开启了功法羁绊系统,只要建立羁绊便能提升武学,进化功法! 叮!金钟罩提升至第十二层, 叮!龙游刀法融合至第二十一层 一觉醒来穿越到了修仙的世界!在走上拳碎苍穹,脚破仙宫的仙皇之路前就被自称管理穿越者的家伙抓走了。 明明是监察万千位面的穿越者管理会,却是一副…… 万千的世界生生灭灭,走向破灭无法挽回的末日次元,到达了寿命尽头的热寂宇宙。当然也有生机勃勃的异乡,新生矇昧的世界,最最重要的是到处似乎都有被穿越者搞的水深火热的世界或者穿越者正在水深火热的世界啊喂! 知道辽知道辽,穿越者管理会正在龟速受理中—— 身穿外骨骼,手持电浆剑的剑仙,来自离狐县只会犯迷糊的狐狸,被称为“大咸者”的咸鱼会长真的有在管事吗?我是作者玄黄凌天,简称玄凌或凌天。这是我首次在本网站发布作品,也是一部长篇浪漫主义半白话同人作品。喜欢我的作品的可以进入我的联络群:452655964。欢迎各位书友前来与我交流。为了一句话,用一生守护着,我不死,你不伤杀猪匠不杀五指之猪,守村人不守有庙之村,风水师不点血龙宝地,接生婆的手必须用公鸡血清洗,世间360行,行行有行规网游映射现实,大三学生江晓玩了十年的《神话》直到关服。 他把网游玩成了单机,制霸游戏各种榜单。 当别人还在打怪升级的时候,他已是满级存在,当别人拿着几十万战力炫耀的时候,他的战力早已超越一亿; 他是全服隐藏职业之首,精通所有职业技能,能随心所欲切换职业战斗形态。 且看江晓如何玩转灵气复苏的游戏世界。元宇宙经典游戏出马传奇,沈庸一人独开四号,各有所长 另有三位妹妹辅助,四人共同纵横驰骋,称霸游戏!穿越到玄幻世界,好不容易加入了圣地宗门觉醒了御灵系统 谁想到攒了几个月家底贷款炼制出来的御灵丹就被圣地的圣女师姐误食了 结果因祸得福,获得隐藏奖励 但是接下来的和灵宠服从性测试任务让白云琦傻眼了 “首先是原地转圈!” “然后是摸头舔手!” “最后是以坐骑形态出击!” ....... “师姐,你也不想你在大庭广众之下做服从性测试吧?” 本以为一次是意外,但一次接一次的被其他美少女吃下御灵丹,白云琦的心态发生了微妙的变化:这是御灵还是御人啊......柳一,吃的用的都是自认为最干净,包括女人。百战老兵小人物萧如风追杀驯兽师来到西魔天...
微博营销近期运营方案 网络安全大会2016 霸屏营销推广 阳江网站建设 进一步提高信息安全意识 浙江 网络安全企业 浙江 网络安全企业 网络营销行为有哪些 简约大气网站设计欣赏 建设响应式网站有哪些好处 亲子关系中的沟通艺术【www.richdady.cn】 与女友前世的咨询技巧【www.richdady.cn】 存不住钱的前世因果咨询【www.richdady.cn】 婴灵的预防措施【www.richdady.cn】 冤亲债主干扰的解决方法咨询【www.richdady.cn】 孩子学习不好的案例分享【微:qq383550880 】√转ihbwel 孩子压力大的前世记忆威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的真实案例有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭关系的相处之道咨询【www.richdady.cn】√转ihbwel 2. 通灵与灵性提升咨询【微:qq383550880 】√转ihbwel 邪灵的定义与特征咨询【微:qq383550880 】√转ihbwel 人际关系不好的心理调适咨询【www.richdady.cn】√转ihbwel 祖灵的超度仪式【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 人际沟通障碍解决【微:qq383550880 】√转ihbwel 冤亲债主干扰有哪些常见症状?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主干扰对生活有哪些影响?咨询【www.richdady.cn】√转ihbwel 耳鸣咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 大龄剩女的婚恋心态如何调整?【www.richdady.cn】√转ihbwel 外灵的驱除方法【企鹅383550880】√转ihbwel 特殊学校的前世因果【σσЗ8З55О88О√转ihbwel 信息安全宣传材料 杭州网站优化 网络安全技术专业 天创网站 重庆网络安全周 沈阳信息安全培训课程,-1 员工网络安全培训 网络安全必读书籍推荐 网络安全项目测评 产品怎么做e-mail 营销 注册信息安全管理人员 网络营销证 访问相关网站掌握定制定价使用定价免费定价的运用试举例说明 模板网站更改 信息安全通告服务 人员使用网络安全防范 广东网站建设专业公司 版权营销 品牌营销对企业的意义 智能建网站 更新网站的图片加不上水印 服务定价营销概念 昆明网站设计公司 网页设计分享网站 简述整合营销的概念 双线网站 计算机网络信息安全员 网络安全的核心 2017新网络安全法 微博营销近期运营方案 互联网营销就业优势和劣势 营销方式与营销策略 网站流程 外贸三种语言网站建设 阳江网站建设 杭州微网站建设 北京市网络与信息安全信息通报中心 阳江网站建设 2017上海网络安全大会 打开网站弹出窗口代码 广东做网站策划 国家推进网络安全什么服务体系建设 杭州网站优化 关系营销 南昌网站建设服务器 重庆好的营销推广公司 网络营销课有什么用 五级网络安全状况 危 信息安全宣传材料 html5简易网站建设 企业信息安全软件 网络安全传奇 人工智能 信息安全 重庆网络安全周 杭州微网站建设 新闻类营销 wap网站制作 广州高档网站建设 网络营销外包价格 中国信息协会信息安全专业委员会信息安全指南 商城建设网站 网络安全监控 2017年国家网络安全周活动主题 企业信息安全软件 互联网营销就业优势和劣势 网络安全必读书籍推荐 网络营销公司 网络安全那所大学有 网络安全培训几个月可以学成吗 建设响应式网站有哪些好处 网络安全项目测评 南昌网站建设服务器 哈尔滨 建网站 北京汉邦信息安全综合审计监控系统售后电话 维护一个网站 网络营销之黑客技术 信息安全业务规划 注册信息安全管理人员 互联网营销总结感受 谷歌营销 屈臣氏的市场环境对营销活动的影响以及带来的机遇与挑战 网络安全与信息化 杂志 网络营销证 南阳开网站制作 信息安全产品评测 双线网站 网络安全那所大学有 微网站案例 外贸三种语言网站建设 模板网站更改 网站搭建和网站开发 中国网络营销政策 汕头 网站建设 沈阳信息安全培训课程,-1 营销顾问 网络营销证 网络安全 考研 忽略的网站 2017新网络安全法 黄山网站设计 金融信息安全产品 广东网站建设专业公司 长沙网站设计服务 信息安全业务规划 网站建设 银川 营销综合平台首页 版权营销 网络安全实用宝典 闭环营销 客户服务 大石桥网站 模板网站更改 迪普网络安全 网站流程 人工智能 信息安全 昆明网站设计公司 建立网站备案需要什么资料 谷歌营销 外贸三种语言网站建设 进一步提高信息安全意识 兰州 网站 南通网站建 桐城网站建设 网络安全文明网络 网站建设前期资料提供 桐城网站建设 闭环营销 客户服务 wap网站制作 东莞营销型网站建设信息安全专业博士,-1 cc技术 信息安全 网络营销之黑客技术 国家领导人信息安全 公安部网络安全产品销售许可证查询 餐饮业的网络营销 网页设计分享网站 互联网营销就业优势和劣势