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
信息安全实验课怎么上营销策略案例网络安全技术与防范衡水网站建费用维护网络安全从我做起视频营销vip教程网站配色方案橙色佛山网站建设网站没流量网络营销的竞争分析报告“是妖,又怎么了?”不仅仅是对这个时代的侃侃而谈,更是年少时羁傲不逊曾对你许下的诺言。而林无忧和他(她)们的故事正是从临天大陆的一个小国家开始的……白彦穿越到大乾王朝,竟然因为一把火,被封为炎神,天下祭祀。 而他无心名利,不愿混迹官场,一直隐瞒身份。他只想做个逍遥财主,快活一生。可天不遂人愿,屡屡被卷入到战争官场之中。 无尽岁月以来,数不清的修炼之人渡劫成功飞升仙界,随着飞升之人的逐渐增多,仙界面临崩溃,以此为契机时间法则种子现世,得到时间法则种子并且让其开花结果领悟完整的时间法则就拥有重组世界、制定规则的权利。 一场围绕时间法则种子的战争就此打响。在一个名不见经传的公寓楼里,身为社畜的礼宮佑太竟然也能以勇者的身份来到异世界大陆,既来之则安之,可为什么传送的方式是从万米高空掉下来!而且这个不负责任的女神大人居然只召唤,不管他的死活是怎么一回事?最关键的是{他竟然没有任何能力!} 喂!说好的魔法呢!?还有女神大人你去哪里了!? 【狗大哥!别再追了!我这小胳膊小腿的还不够您塞牙缝呢!】 【汪汪!你休想!】 (文笔有限,自知写的不好,但是因为下班后没事做,就靠这个打发时间呢~}   璃阳境内,有座小神山,小神山里,有个仙缘洞,洞府有位仙家,名叫武生。   小神武生,他是位阵法大咖,远近闻名。   仙缘洞的水池,灵雾缥缈,杨柳依偎,朵朵青莲,栩栩如生,漂浮在池中央。   池中的鱼儿莫不惬意,在池中游来游去,忽而三三两两跃出水面,“咚”栽回池中。   一朵青莲上,一只可爱的小兽,正在呼呼大睡,每当呼吸间,它小小鼻子上的泡儿,忽而大了,忽而小了,被升腾的灵雾,一触就破。   一派仙家的洞天福地,莫不如此。   ……   武生之前是凡人,他没有期望自己能够修仙,因为修仙在凡人的眼中,不过是奢望,永远无法实现的愿景。   后来,武生在这个不起眼的角落,无意中得到了一份仙缘。那么他武生,从此顺其自然的,踏上一条——求长生、搏机缘、证仙问道的征程。  诸天万界,龙腾四海。 吾辈岂是池中物,一朝崛起,气吞山河亿万里。 刘阳重生到平行世界,惊奇发现回到了08年老特拉福德的球场。 就在这个时候,自己所在的红魔正遭受维冈队有史以来最顽强地阻击。 对方后卫更是用恶意飞铲划伤了我方前锋。 维冈主教练气焰嚣张地在佛爵爷面前叫嚣。 “拥有巨星C罗和鲁尼又怎么样!被女王加封爵士又怎么样,还不是没办法!” 面对越来越近的比赛时间! 佛格森果断下令,换上刘阳。 刘阳不负众望,开启球王编辑器。 “完美的人球分过!三秒精准绝杀!” “我要裂开了,这是马拉多纳版本的彩虹过人吗?!” 一粒粒进球不断摧毁对手的心理防线! 从此红魔所向披靡!直指三冠王! 佛格森习惯性嚼了嚼口香糖:“夏国是一个人杰辈出的地方,刘阳必然也会成为一名闪耀的新星!” 温格教授震惊道:“怎么会?维冈十一人的铁桶方阵都换不来一个平局,那个刘阳是谁,快给我查!” 绝世天帝重生为家族赘婿,受尽他人白眼,却觉醒宝物镇天神符。 修武道,踏万界,镇天地万物,成众生之主。 “这世间天才千千万,唯我林枫一人能镇压!”一个不普通的小山村,走出一位不普通的少年,经历一件件不平凡的事情,完成一段段不一样的旅程。父母双亡,仅有爷爷一人陪伴左右。突然离去使秦宇难以接受。 打开遗书,打开了修真互联网。被一个人莫名的启灵修炼。 为了寻找的凶手,开始了修炼之旅……
厦门网络营销师培训学校 网站采用哪种开发语言 全面的哈尔滨网站建设 南充网站建设 怎么取消网络安全密钥 专注电子商务网站建设 微信领袖营销案例 网站开发 价格 isg信息安全 个人网站自助建站 儿子不读书的心理调适咨询【www.richdady.cn】 迟缓儿的自我提升【www.richdady.cn】 长期耳鸣可能是哪些疾病的信号【www.richdady.cn】 无形干扰的咨询技巧【www.richdady.cn】 亲子关系的案例分享咨询【www.richdady.cn】 纠纷的法律咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 特殊学校的咨询技巧【σσЗ8З55О88О√转ihbwel 财运不佳的财富转运【σσЗ8З55О88О√转ihbwel 家宅磁场的优化技巧【企鹅383550880】√转ihbwel 去世的母亲的前世缘分【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 公司破产的法律咨询咨询【www.richdady.cn】√转ihbwel 冤亲债主的干扰影响【企鹅383550880】√转ihbwel 事业不顺的案例分享咨询【σσЗ8З55О88О√转ihbwel 内心恐惧胆怯的自我提升【σσЗ8З55О88О√转ihbwel 前世今生的咨询方式咨询【www.richdady.cn】√转ihbwel 去世的母亲的咨询技巧【企鹅383550880】√转ihbwel 特殊学校的前世影响【www.richdady.cn】√转ihbwel 脑部不清晰的环境影响咨询【微:qq383550880 】√转ihbwel 事业不顺的职场瓶颈如何突破?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 查财运专业服务咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 网站制造 营销网络搭建方法 网站配色方案橙色 酒店网络营销概念 未来网站建设想法 无锡网站推广edm营销招聘 信息安全培训师,-1 博客营销法 网站采用哪种开发语言 数据中心信息安全系统 改图网站 设计师网站 网站建设及优化 赣icp 常州互联网营销公司有哪些 信息安全运维实用技术 近年来信息安全大事件 微博网络营销的例子 餐饮业网络营销策划书 设计师网站 香港外贸网站建设 免费域名网站的 网站制造 上海卫士通网络安全有限公司 全屏类网站 重庆专业微网站建设 海南网站优化 qq网络安全有哪些 网络安全资讯网 sem搜索引擎营销案例 什么是工业网络安全中国最好的邮件营销edm 信息安全 软件安全实验报告 泉州网站设计 网站建设及优化 赣icp 网络安全服务市场 wifi无线网络安全意义 更新网站内容有什么用 cog信息安全专业委员会 改图网站 怎样建立自己的网站 好模板网站 信息安全共享 邵阳做网站 近年来信息安全大事件 服装网站 欣赏 网站信息安全通报制度 深圳营销课程培训 建立网站原则 信息安全新信息安全安全性评价,-1 包装材料营销型网站 四川大学网络安全硕士 营销策略案例 营销工程师 做外贸网站 银行员工如何防范信息安全 做一个简单网站 工业智能网络安全 cog信息安全专业委员会 wifi无线网络安全意义 信息安全 软件安全实验报告 互联网营销平台 网站配色方案橙色 网络安全技术与防范 乌海网站建设 qq飞车网络安全存在风险 网站信息安全通报制度 广州网站建设工作室 网络安全周活动 维护信息安全主要是保持其信息的 烟台专业网站建设 209国家信息安全专项 一个好网站 数据中心信息安全系统 怎么把网站黑掉 整合营销公司简介 怎么建com的网站 成都网站建设哪家好 网络安全威胁情报市场 海尔电脑网络营销计划 信息技术与信息安全 域名分为 响应式网站开发 网络安全扫描 网络安全资讯网 自助外贸网站制作 视频营销vip教程 长春建站网站 个人网站自助建站 微博网络营销的例子 怎么建com的网站 网络营销工程师自学 深圳集团网站建设公司 维护网络安全从我做起 推广类网站 网络营销机会分析报告 信息安全实验课怎么上 网站制造 烟台专业网站建设 推广类网站 建手机网站的平台 免费商城网站 微信领袖营销案例 建手机网站的平台 课程营销 优化公司排名营销推广 全国网络安全周 建网站的程序免费 乌海网站建设 北京网络安全技术大赛 信息安全运维实用技术 切图网站 天津网络安全 网站 托管 内蒙做网站 2017年信息安全报告 顺德网站建设要多少钱 网络安全威胁解释 一个好网站 网站没流量 网站模版下载 免费域名网站的 北京网络安全技术大赛 服装网站 欣赏 重庆专业微网站建设 长春网络营销 四川大学网络安全硕士 深度科技商业官方网站 乌鲁木齐网站建设 南充网站建设 网站建设及优化 赣icp 趋势科技网络安全证书 企业网站建设定制 海尔电脑网络营销计划 免费商城网站 乐清网站优化推广 医疗网站建设 网站信息安全通报制度