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
信息安全创业女生网络安全 两会淘宝营销中心国家信息安全等级第二级保护制度营销型网站特点网络安全设计方案芜湖网站优化信息安全 讲座浅谈网络营销网络安全攻防演练感想上海门户网站建设夏炙一觉醒来发现自己穿越到了平行世界。 这里的人竟然将游戏定位第九艺术,玩家为了玩到一款好玩的游戏出多少钱买都愿意,游戏设计师成为最热门的行业。 夏炙狂喜,因为上个世界的无数经典游戏,这里的人竟然都没玩过。 于是一名超级天才游戏设计师诞生了。 美女导师:“我不配做陈欢的导师,他的‘马里奥’足够让我学一辈子。” 游戏测评员:“‘塞尔达’是足以改变世界的游戏,陈欢领先了业界一千年。” 攻略大佬:“扶我起来,我要和苇名一心拼刀,别拦我我还能送!” 全球玩家:“夏炙快点出新游戏,多少钱我们都买。” 其他游戏设计师:“年度游戏还选什么,直接给夏炙算了。” 夏炙本人:“别急别急,在做了(新建文件夹)。”时代变迁、科技发展,当蓝星已经越来越无法满足人类发展的需求时,宇宙大航海时代呼之欲出。 大学生刘传无意之间获得了超级文明种子,从此带领天河文明走出蓝星,探索星辰大海!一次探险,两个好兄弟,同时穿越至大唐天宝年间,一个成了最有权利的太监,一个成了最有作为的皇帝,历经安史之乱,惩后宫,除阎党;运用现代技术,打回纥,平南诏,收吐蕃,威震天下!同时作品也歌颂了动乱局势下,那些为国泰民安牺牲的大人物与小平民。努力打造好的作品,写好每一章,让故事渗透人心。高中学霸男生女生的跨界成长之路,小欢喜、小灵异、小感动最终演变一场波澜壮阔的心灵冒险。 晴空破开乌云,象征着胜利的光辉照下,唐一吟的神情空无,手中轻握住脖颈上挂着的项链,脑中的回忆在此刻彻底翻涌而出,忽的他读懂了,那时,那个眼神中的意思。 /:你身后恨意滔天/:你身后背负不属于你的罪责 //:放下吧 /:放下?我也想/:放不下,这是与我相关的历史 //:为什么? //:因为我不能 任凭时间改变一切,世间变换翻转无常 //:我仍爱你,为此不变 唐一吟重新问了一遍,以回忆的形式…… 一次善意的无心之举,一块看似普通的玉石 惨淡少年,命运的转折点 校园反霸,商界称王 扮猪打脸,纵横四方 萝莉御姐,高冷女皇 从此一路开挂,快意恩仇,踏上属于自己的最强之路! 石灵日久变成一个玉梅树,不断因为各种各样的情况,死亡,穿到另一个新世界。逐渐变强修炼。相传,在大陆的一角,有一个名为神仙宗的门派。这里,有强到不可思议的导师;这里,有数之不尽的修炼资源;这里,体质、血脉一条龙服务,包你成神!那个宗门,只有你想象不到的,没有不会出现的奇迹! 无数强者帝皇云集前往,想要拜入神仙宗,却也只能老老实实跪在山门前,等候召见!因为自己的穷,交往了一年的女友突然和他分手了。然而万万没想到的是,这个时候,他爷爷派来的保镖找到了他,并告诉了他一件不可思议的事,然后他的逆袭之路,就在这一刻,开始了。
国家信息安全等级第二级保护制度 服装网络营销案例 flash网站 病毒营销成功经验 信息安全类资质 国家网络安全管理中心 网站建设教程 企业邮箱 信息安全技术 网络安全等级保护基本要求 信息安全创业女生 建网站后如何维护专业企业网站建设公司 有官司咨询【www.richdady.cn】 老公家暴的案例分享【www.richdady.cn】 什么原因意外的前世案例咨询【www.richdady.cn】 如何了解自己的前世今生?【www.richdady.cn】 莫名其妙感伤的原因分析咨询【www.richdady.cn】 阴间生活的文化背景【微:qq383550880 】√转ihbwel 孩子不爱读书的家长引导方法有哪些?咨询【www.richdady.cn】√转ihbwel 财运不佳的风水调整方法有哪些?【微:qq383550880 】√转ihbwel 有官司的法律援助咨询【www.richdady.cn】√转ihbwel 大龄剩女的心理调适咨询【σσЗ8З55О88О√转ihbwel 公司破产的环境影响咨询【企鹅383550880】√转ihbwel 性压抑的前世影响【微:qq383550880 】√转ihbwel 大龄剩女的婚恋规划咨询【微:qq383550880 】√转ihbwel 前世缘份的续写有哪些方法?咨询【企鹅383550880】√转ihbwel 孩子厌学的案例分享【企鹅383550880】√转ihbwel 亲子关系的互动模式【σσЗ8З55О88О√转ihbwel 失业的职业规划威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 什么原因意外的前世因果咨询【σσЗ8З55О88О√转ihbwel 强迫症的前世因果咨询【σσЗ8З55О88О√转ihbwel 大龄剩女的婚恋经验【σσЗ8З55О88О√转ihbwel 中央小组网络安全管理 网络安全管理平台 当当网的网络营销现状 信息安全类资质 网络安全法影响的行业 制作网站教程 传统市场营销包括哪些方面 信息安全实验室排行 服装网络营销案例 沈阳做网站有名公司做好的网站如何上线 普创营销策划有限公司 成功企业的营销 机关网络信息安全管理制度 外贸商城网站建设 江苏信息安全事件通报 全面的苏州网站建设 学网络营销那里好 长沙专业做网站 加多宝营销案例ppt 建网站后如何维护专业企业网站建设公司 定制版网站建设费用 网站建立需要多少钱 flash网站 网络安全高级编程技术 中央小组网络安全管理 企业如何做网站建站 网站鉴赏 信息安全产品销售,-1 深圳网站平台 服装外贸网站建设 长沙微信营销 web信息安全 上海学校 如何搭建高品质网站 域名网站 政府网站制作公司 个人网站怎么建立 信息安全cnas认证 政府网站制作公司 信息安全标准规范 网络安全知识考试 网络安全 香港 汕头网站建设公司 网络安全法影响的行业 信息安全历史 关于建立国家信息安全产品认证认可体系的通知 公共无线网络安全 沈阳开发网站 信息安全和电脑安全 服装外贸网站建设 信息安全等级保护中心 昆明网站开发公司 网络安全高级编程技术 网站鉴赏 临沂网站设计 信息安全测评工作 网络安全监测平台 信息安全最佳实践 深圳网站建设 独 网络安全 两会 网站有哪些类型 深圳网站建设 独 昆明网站开发公司 形象型网站 门户网站的功能 网络营销的三个方面 上海网络安全周 当当网的网络营销现状 电话营销托管 edm营销 服务商 广东信息安全 大学 新华三网络安全认证 如何学习信息安全,-1 电子邮件营销怎么做 2016中国网络安全技术对抗赛 内容营销的优缺点 网站建立需要多少钱 重庆专业网站设计服务 营销策划技巧 上海网络安全相关政策 当当网的网络营销现状 建行手机网站网址是多少钱 无锡网站推广公司 怎样才能制做免费网站 2014 会议预告 信息安全 信息安全和电脑安全 信息安全最佳实践 成功企业的营销 定制版网站建设费用 2014 会议预告 信息安全 什么是信息安全与管理中心 中央小组网络安全管理 服装网站建设 什么是信息安全与管理中心 福州企业网站建设 上海门户网站建设 如何搭建高品质网站 天津网站建设包括哪些 信息安全测评工作 普创营销策划有限公司 建网站后如何维护专业企业网站建设公司 深圳医疗网站建设报价 郑州营销推广 大学生网络安全知识竞赛 湖南长沙网站建 针对用户面临的电子邮件安全威胁设计一套完整的网络安全解决方案 青岛网站制作 网络安全+招聘 形象型网站 域名网站 芜湖网站优化 沈阳做网站有名公司做好的网站如何上线 加多宝营销案例ppt 发改委信息安全专项 2014深圳网站制作公司资讯 信息网络安全管理协会 web信息安全 上海学校 信息安全等级保护 部门 江苏信息安全事件通报 国家网络安全管理中心 高端大气网站设计欣赏 常见信息安全技术 信息安全等级保护 部门 网站权重低 如何学习信息安全,-1 网络安全法漫画 网站权重低 浅谈 网络安全态势感知 英雄联盟网站设计 网络安全与信息安全的区别,-1 福州企业网站建设 盛世国际网络营销团队 网站开发设计公 信息安全产品销售,-1 网络安全 共建共享 验证码 网络安全 国内信息安全专家