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
三星网络营销策划书柳市网站建设营销型企业网站网络安全周工作贺州网站建设外贸公司网站顺德网站制作案例平台郑州网站建设定制开发国家网络安全小组成员cnnvd(中国国家信息安全漏洞库)一级技术支撑单位 名单上至神界,下落黄泉,我有一剑,屠神戮仙! 万界之中,种族无数,强者为尊,在帝劫中身殒的剑神苏平,转生成大夏青风城苏家弟子。阴谋诡计、魑魅魍魉,我以手中剑,斩尽眼中不平事!待我重临巅峰之日,但问一句:此剑锋利否?2420年,一款国家发售的名为幻梦的游戏横空出世,主角叶枫作为一个活了两世的人,身怀重生必备金手指——系统,又能不能改变华夏乃至全世界的命运呢?半生蹉跎无人问,十年重生天下惊。 这是小人物的逆袭,也是辉煌的起始,从虫子到巨龙,我们皆是神的玩物,我们亦是可屠神之人。 这是英雄的一生一场名为“源码解放”的科技革命,将原本专属于少数贵族和特权阶级的源码技术,面向全人类普及,一时间催生出无数能力各异的开启者,世界陷入新的混乱之中,而主人公先天解码失败,却以凡人体质,在良师益友的陪伴下,与机缘巧合中,揭开了隐藏在源码异能背后的惊天真相,于混乱无序的时代乱流里,打出一线光明!在人生鼎盛,人来人往的街道上,影子拖沓的交杂着,一道道影子观看着人类,这时一旁的工人起了一瓶啤酒,少年婉拒回答到,村里不让饮酒。 一天重复着一天,当初选择并打算坚持的理想在不知不觉中变了质,面对现实中的种种无奈,不得不放弃一些长久以来所坚持的东西,迷茫的寻找着以后的路,如果有一天我们如众多穿越者那样穿越到不同的世界,我们又能做什么?又能改变什么?(PS:一直答应过一位好友要以他为主角写一本书,虽然好久好久没有联系,毕竟答应过的事情都要做到,人不能无信嘛,本书虽然会写得有些乱,未来可能骂评如潮,但是不会鸽,会坚持写完。) 呐,说话要讲证据! 我区区一个宗门杂役,怎么会是全能大师呢? 还有,我只是武气六段的菜鸡,怎么可能把师兄指点成首席弟子呢? 至于那些神兽、武皇、魔教……都听命于我?我不是我没有别瞎说。 最过分的是,我一个怂包,你们竟然怀疑第一美女师姐喜欢我? 好吧,就算这些都是真的,难道我想当一条咸鱼也有错吗?因为一只奇怪的眼睛而转生到火影的世界,并且好巧不巧地夺舍了幼年鸣人的身体,既已如此,那么就轰轰烈烈的让这个世界为我而颤抖!幽默穿越爽文,喜欢的朋友赶紧前来围观咯!首次在17K发表小说,还请大家多多支持!谢谢、谢谢、谢谢!(重要的事都要说三遍,呵呵!)本人萌新一枚,文笔不高,想写书很久了,这是提笔的第一本。我看了很多年的小说,突然有一天想到:为什么那么多人爱看小说,甚至是痴迷,明明它对生活的作用还不如一碗面条,说是精神食粮又太高尚。可能是太冷了吧,这个世界并不如我们想象的那么美好,孤独的时候很多人只能够拥抱自己。明明要求已经那么低了,却还是不被满足。小说满足了幻想,在那里,你可以轻松的活着,没有压力,没有遗憾,什么都是完美的。可,还是要回到现实的。我想写,所以我来了。本书没没有简介,想看跟着看,更新不定,不想看可以不看,勿喷,我还是个孩子!
北京市重大网络安全事件 营销型企业网站 乐清企业网站制作 贺州网站建设 网络市场营销方式 网络安全产品对比 网站关键词排名 信息安全咨询服务方案 网站排版策划 电子邮件营销是指什么地方 升迁障碍的职场建议咨询【www.richdady.cn】 个人专属前世因果分析咨询【www.richdady.cn】 化解祖灵的仪式流程【www.richdady.cn】 冤亲债主干扰对生活有何影响?【www.richdady.cn】 事业不顺的职场建议咨询【www.richdady.cn】 莫名其妙感伤的心理调适【微:qq383550880 】√转ihbwel 与老公前世的前世解析咨询【www.richdady.cn】√转ihbwel 投资项目的收益分析【微:qq383550880 】√转ihbwel 升迁障碍的职场策略有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 阴间生活的前世修行【www.richdady.cn】√转ihbwel 冤亲债主的干扰影响咨询【σσЗ8З55О88О√转ihbwel 纠纷的预防措施【企鹅383550880】√转ihbwel 提高情商的方法【企鹅383550880】√转ihbwel 孩子不爱读书的应对策略咨询【σσЗ8З55О88О√转ihbwel 孩子不爱读书的应对策略【企鹅383550880】√转ihbwel 孩子不爱读书的家长引导方法有哪些?【微:qq383550880 】√转ihbwel 大龄剩女的婚恋困惑咨询【微:qq383550880 】√转ihbwel 升迁障碍的职场晋升技巧有哪些?【www.richdady.cn】√转ihbwel 冤亲债主的干扰解决方法【www.richdady.cn】√转ihbwel 家庭关系的案例分享【σσЗ8З55О88О√转ihbwel 网站流程图 4.许可e-mail营销的三大基础是什么?分别解决哪三个问题? 单网页网站 设计师专用的浏览器是网址什么?页面全是各种设计网站的链接 网络安全访问 北京网站建设公 网际天娇信息安全技术服务 乐清企业网站制作 网络安全 移动防御 上海建设网站制作 网络安全周工作 信息安全事件 2017,-1网络安全产品检测报告 中国 网络安全 刚建的网站百度搜不到 解放军信息安全测评中心 郑州网站制作_郑州网页制作_做网站设计_河南网站制作网 广警转网络安全 网络安全就业培训学校 网络安全 移动防御 写网站代码 网站空间租赁 三星网络营销策划书 东莞网站优化公司 镇江网站建设公司 中小企业网站建设服务 网站流程图 通信行业网络安全 网络营销大学课件 网络安全产品对比 个人信息安全读取彩信 网站打模块 商城网站建设案例 网络安全访问 网络安全领域 国际会议 什么是网络安全等级保护 信息安全有什么认证 公安部网络安全考核 浙江省 网络安全 以色列 网络安全 国家 信息安全规划网络营销灰色项目真假 德州网站seo 张家港杨舍网站制作 宁夏网站设计公司 sem整合营销机构 镇江网站建设公司 银行信息安全解决方案 广州做网站建设哪家专业 通信行业网络安全 禁忌网站 成都的信息安全公司 许可e-mail营销是什么意思 南京网站推广 塞班斯法案 信息安全 顺义广州网站建设 上海市网络与信息安全协调小组 网络攻击对信息安全的主要影响 平顶山网站建设 网络安全 钓鱼网站 贺州网站建设 龙岗网站建设 信科网络 防火墙网络安全 无锡网络营销外公司 张家港杨舍网站制作 教育机构事件营销案例 网站打模块 网站建设管理软件 电子邮件营销是指什么地方 做内贸现在一般都通过哪些网站 太原网络营销 德州网站seo 南京网站推广 句容网站建设 网络营销的影响力调查 北京市重大网络安全事件 文玩营销模式 珠海动态网站制作外包 北京市重大网络安全事件 电子邮件营销是指什么地方 网络营销经理线上 网络营销策划书的撰写 青岛外贸网站建设 招聘网络安全 信息安全事件 2017,-1网络安全产品检测报告 网络安全关乎个人安全 国家网络安全小组成员 全面的网站建设 科技平台网站建设 防火墙网络安全 网络安全 资质 网站设计价格 对网络系统而言信息安全主要包括信息的存储安全和信息的什么安全 政府网站制作公司 顺德网站制作案例平台 网站设计市场价 郑州网站制作_郑州网页制作_做网站设计_河南网站制作网 解放军信息安全测评中心 深圳网站空间 网络安全国际会议 seo网络营销师 优帮云 b赣州网站建设 网络安全演练流程图 网络营销的影响力调查 网络安全关乎个人安全 广警转网络安全 外贸网站推广方法 网络安全的内容是什么 网络攻击对信息安全的主要影响 江西专业南昌网站建设 网络安全就业培训学校 海珠营销型网站制作 大理网站建设 天津学网站建设 网络安全产品对比 学校 信息安全 贴吧营销 信息安全阶段,-1 建网站费用 网络安全领域 国际会议 中国 网络安全 宁夏网站设计公司 网际天娇信息安全技术服务 网络营销大学课件 什么网站流量多 国家网络安全制度 seosem病毒营销长尾理论详解 网络安全密码 平顶山网站建设 个人怎么做病毒营销方案 网络安全 移动防御 珠海动态网站制作外包 思科 企业网络安全解决方案 网络安全周工作 解放军信息安全测评中心 外贸网站推广方法 网站打模块