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
无锡网站制作哪家强中山营销外包自做网站川大信息安全系常州网站推广河南省信息安全网站css中父级自适应高度没有子级自适应的高度高怎么解决信息安全方案实例网络营销术语ip酒泉做网站北宋靖康前后,风云变幻,先起江南民变,后遭金寇入侵。皇室蒙难,百姓涂炭。热血男儿,奋起抗争;红颜女子,痴情不变。恩怨情仇,一笑而泯。 五年前大批人类觉醒,世界各地陷入一片混乱。一切来的太过突然,是天灾亦或是人祸?是上天赐予人类的礼物?还是世界末日的前兆? 五年游历,叶云经历无数次生死考验,他只求一个真相,以慰忌故友。 只是真相背后又是什么? 系统傍身,杀一人,活一天; “以死神的名义,你必须死!” “以死神的名义,毁灭他们!” 死神:“呃...你不要坏我名声!”少年沈翔得到无上传承,获得逆天神脉,学得绝世神功,掌握超绝丹术,这使他在武道之路春风得意……饿的时候炼点丹药当零食吃,无聊时耍耍那些来求丹的武道高人……想观看更多的精彩内容,请收藏关注《傲世丹神》! 【微信公众号jixiaozei88 QQ群572384158】“队长,队长,醒醒…”“我的指挥失误了,让队友一个一个离去…”在这个世界中,人们想要生存,想要生存,就只有战斗。意识的模糊,该让我归于死亡之中。“想好这次复活的人选了吗?没有人比那对兄妹更能指挥队伍,也没有人比那对兄妹多承受好几把灵武。这是最后的复活核心,必须在这对兄妹之中选择一位。改变这个世界的规则!”灵气复苏的蓝星,觉醒天赋是人类最基本的。 然而在五花八门的天赋中,龙北辰觉醒了史无前例的赏金天赋! 只不过在别人眼中这天赋是一团废渣,对战力与修炼没有一点作用! 但是,九十九连败收菜的龙北辰会让众人知道,什么是顶尖天赋!武则天:“李余,真是朕的好孙子,我大唐的骄傲!” 狄仁杰:“李余是我见过最完美的人!” 李白:“看了李余的诗,我忽然发现自己不会了。” 李隆基:“李余是个坏人!” 李余:“你们不用夸我,我只是一不小心就造了盛世而已,很普通的啦!”  两世为将定四方,难挡帝皇灭臣亡;   转生成王夺山江,何奈毒女害朕殇。   重生晓破千奇门,首窥幕手控轮回;   从师授德万生崇,傲世临尊掌众生。   行医识道天地耀,千百道术唯吾晓;   九世九生归一术,十世十命造一诀。 他历经九世,掌握万千知识;他摆脱轮回,开始崭新十世生活! 被陷害的懦弱之人,终含冤身陨! 被掌控的轮回之人,终自由重生! “你的冤,我定替你洗刷!” “你的仇,我定为你雪恨!” 他立下壮志,淬体三年,终成魔体。 当他出关,就碰到此生之敌…… 我是人族之子,魔族后辈,你们却以我为耻! 就凭所谓的太子公主? 尊贵的人族太子?却不堪我一招之敌; 桀骜的魔族公主?仍不敌我一手之威。 此世我便要压你人魔二族,傲临十方!一个最美的修真时代,一个荡气回肠的修真世界,快来与他一起踏上这修真之旅!林田获得随身空间种田,春花秋月,悠然南山,坐吃山不空。 他只想过好自己的小日子,实力却不允许他低调。 什么是钱?什么是美女?呵。 当灵果风靡全世界,人人求之不得之时,灵果制造商躺在摇椅上悠然撸猫,岁月静好。 然而,当危机降临到他在乎的人身上,要战,便战!
信息安全攻击工具 免费网络安全吗 为什么需要网络安全 高校信息安全方案 网络安全 工控平台 网站打模块 即时通信营销的特点 研发和信息安全,-1 网络营销管理 网络营销能力秀的作文 外灵干扰的前世因果【www.richdady.cn】 投资项目的选择方法咨询【www.richdady.cn】 耳鸣的医学检查【www.richdady.cn】 前世今生的因果关系咨询【www.richdady.cn】 冤亲债主的干扰案例咨询【www.richdady.cn】 有官司的调解技巧【微:qq383550880 】√转ihbwel 通灵与心理学结合咨询咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 什么原因意外的心理调适咨询【σσЗ8З55О88О√转ihbwel 精神不振的解决方法【σσЗ8З55О88О√转ihbwel 去世的父亲的前世故事咨询【σσЗ8З55О88О√转ihbwel 祖灵的祭祀方法咨询【www.richdady.cn】√转ihbwel 公司破产的心理调适咨询【σσЗ8З55О88О√转ihbwel 财运不佳的财富管理方法有哪些?【微:qq383550880 】√转ihbwel 前世今生的轮回有哪些真实经历?【企鹅383550880】√转ihbwel 前世今生的轮回解析【www.richdady.cn】√转ihbwel 前世今生相关【σσЗ8З55О88О√转ihbwel 前世缘份的轮回续缘咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 耳鸣的原因分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 心特别累的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主干扰咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 视觉营销就是网络营销 黄山网站建设 政府信息安全管理 网络安全要有什么基础知识 国家网络安全主题 网络营销战略是什么意思 辽宁网站制作 网站建设素材 中国信息安全 事例 低价网站建设 盐城做网站网络安全设备厂商 研发和信息安全,-1 宁夏网站设计在哪里 营销知名安例 信息安全事例,-1 辽宁网站制作 设计型网站 免费网络安全吗 网络营销方法有几种 黄山网站建设 网站css中父级自适应高度没有子级自适应的高度高怎么解决 全国网络安全决议 宁夏网站设计在哪里 网络信息安全审计与监控教育部工程技术研究中心 学术委员会 信息安全培训报告 网络营销能力秀的作文 高端电子网站建设 网上营销代理 网络与信息安全 访问控制 网站后台 南昌网站建设公司渠道 做网站 深圳 优秀企业网站设计 网络安全失泄密黑板报 网上营销代理 传统网络营销的区别 医院呢网络安全解决方案 网络安全审计设备品牌 2017年度网络营销 常州网站推广 新闻媒体网络营销案例 重庆大足网站制作公司推荐 搜索引擎营销创意分析 网络安全宣传计划 建论坛网站 网络安全环境整治 营销组合软件 网络营销常见的方式有哪些方面 过度的饥饿营销 网络与信息安全等级保护 自做网站 政府网络安全方案 云计算信息安全管理平台 设计型网站 营销系统手机多少钱 深圳建网站的公 网络营销教学 网络安全防护技术 高中信息技术6.2 网上电话营销培训 武大信息安全实验室 网络安全宣传计划 深圳市网站设计公司 二级域名网站权重业务 网络安全 过度的饥饿营销 昆明网站建设价格低 网络营销教学 周口网站建设 为什么需要网络安全 盐城做网站网络安全设备厂商 网站建设素材 网站策划制作公司 网络安全要有什么基础知识 南京seo营销 信息安全等级保护公司 城市网络安全解决方案 2014(第七届)全国网络与信息安全学术会议,-1 信息安全 cissp 医院呢网络安全解决方案 网站后台 单页网站 网络营销能力秀的作文 微博 事件营销方案 网络安全失泄密黑板报 信息安全犯罪案例 信息安全txt 湖南企业网站建设 郑州建设网站我国网络安全事件 飞鱼星 网络安全 黄山网站建设 清华信息安全方向 信息安全攻击工具 做网站 深圳 营销型企业网站免费网站 网站 制作公司 深圳建网站的公 网站建设深 手机网站界面设计 怎么创立网站 网络安全入门培训 中国信息安全 事例 信息安全理论 微博营销的了解 中山精品网站建设信息 河南省信息安全 集团公司网站方案 熟悉b2b站点的业务流程 2掌握在b2b站点营销的方法和技巧 黄山网站建设 低成本营销推广 全网营销型 搜索关于网络安全或计算机/网络取证方面的论坛将网址记录下来. 搜索关于网络安全或计算机/网络取证方面的论坛将网址记录下来. 网络安全环境整治 网络安全防护技术 高中信息技术6.2 全国网络安全决议 国家网络安全主题 网站实例 网络营销管理 营销系统手机多少钱 信息安全学科代码 信息安全 pdca 南京网络安全类公司 国际信息安全中心待遇 网站建设移动端是什么意思 网站建设渠道合作 低成本营销推广 xctf网络安全对抗赛 信息安全 讲话 2014 网络安全需要什么证书 计算机网络 网络安全 网络安全入门培训 宁夏网站设计在哪里 免费网络安全吗 公司网络营销定价策略 传统网络营销的区别 网络与信息安全风险评估服务能力评估方法,-1