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
高端网站建设搭建郑州的数据营销公司有哪些网络安全有哪些职业信息中心 网络安全济南微网站网络营销新方式信息安全产品发布会信息技术 网络安全武汉做网站价格百科营销防火墙技术在网络安全防护方面存在哪些不足?我是一个男神,超级无敌! 我正在上大学,因为天生的神神基因,加上后天的锻炼,浑身上下,便拥有万般的神力。 一个人的力量,可以对付无数的平常之人。 加上,我长相柔美,貌似美丽的女孩子一般。 许多女孩子甫一见到我,就会深深地爱上我。 无论我走到那里,都会遇到情痴痴的女孩子。 女孩子们疯一般,痴痴地纠缠住我,骚扰我,令我烦不胜烦。 我是男神,超级无敌,却无法摆脱女孩子们热烈的纠缠。 哎!男神魅力,超级无敌呀!“我本无名,只能叫无名了。在我心中,若失去冒险精神就失去了人生意义,那种热血沸腾的感觉真是让我欲罢不能!” 神秘少年获得与所在世界格格不入的力量,由于好奇心的驱使让他四处冒险,奇遇连连,随着身体与武器接连产生异变,他那恐怖的身份以及武器的归属渐渐有了答案……【本书又名:没有异能的我开始了修仙】 李长庆与每一个喜欢看小说的人一样,有着超能梦。 但当他真正的接触了超能的世界,他会有怎样的感受。 他能否闯出一番天地,最终探索到新世界的奇迹。 【全书两个主线,主角金手指很强,无女主】 灵气复苏,天地巨变,世界晋升,万族争霸。 陆渊踏足万族战场,获得神级天赋【进化之眼】 一眼便可到武将的隐藏进化路线!  【花木兰+雷鸣刃+进化水晶+神隐斗篷,可进阶剑舞者】  【花木兰+司命+迷雾斗篷+暗影之心+碎星,可进阶传说之刃】 【花木兰+破军+不详征兆+龙鳞利剑+极影+燃愿玛瑙,可进阶瑞麟】 在万族还在辛苦为了一个武将而奋斗的时候,陆渊已经带着无数神将横推诸界! 出身普通家庭的陈少铭来到南方闯荡,好不容易成就一番事业,发生意外,他破产了。独自一人前往江边舒缓心情。眼看一辆飞驰的汽车就要装上一个孩子时,他奋不顾身地冲过去推开那个孩子,自己却被车撞了。当他醒来时,发现自己已经来到唐朝末年。在这里他即将开启一段神奇的人生旅程。本书又名:《炒股致富真是太难了》、《韭菜的自我修养》、《如何不被股市绿》、《技术流&amp;amp;价值投资流的选择》、《亏损八成的我是如何回本的》、《斩断亏损让利润奔跑》、《拒绝成为股市中的乌合之众》、《炒股就是赌运气,别用实力亏掉靠运气赚的钱》······ 看铁逵炒股直播的网友们表示,以上书名都是错的,本书应该又名:《可恶,又被他买到涨停股了》、《放开那个涨停板,让我上!》、《高喊要亏光的他又赚到了》、《他真把股市当取款机》、《我要拜他为师学炒股》、《买股票一定要跟紧他的步伐》······林尘做梦也没想到,给自己戴绿帽的女人不仅百般羞辱他,甚至还要抢夺他女儿的心脏! 对爱情彻底失望的他,更没想到,这世界上还会有这样一个女孩,愿意为他付出一切! 在那重重包围中,他鲜血淋漓。 我今天就要带走她,我看谁敢拦我!人是否真的有命运?命运谁造成?红衣,黑影,传承……大玄天命三十年,有仙人自东海而来,自誉仙门上仙,令大玄朝臣雌伏,大玄不从,被仙人一剑破城,死伤百万,大玄覆灭。 此后在仙门的扶持下,诸侯李氏取大玄而代之,立国号为魏,仙门设青衣卫,监察百官臣民,凡有反抗仙门者,一律杀绝。 大魏宣景三年,一个异域灵魂穿越到青衣卫一个小旗官身上,大魏风云再起……
网络安全信息共享:一步步走向美国的安全繁荣和自由的网络空间 网络营销策划方案案例 idc中国网络安全市场分析报告 网络安全智能防护系统 微信与营销心得体会 网络安全《》 免费设计网站 网络营销小米手机 信息安全竞赛软件,-1 邮件营销的适用人群 婴灵的感应现象咨询【www.richdady.cn】 与男友前世的前世解析【www.richdady.cn】 脑部不清晰可能是哪些疾病的表现咨询【www.richdady.cn】 莫名其妙感伤的原因分析咨询【www.richdady.cn】 事业不顺的应对策略咨询【www.richdady.cn】 与老公前世的前世缘分【微:qq383550880 】√转ihbwel 婴灵的超度方法有哪些?【微:qq383550880 】√转ihbwel 人际关系不好的原因分析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 内心恐惧胆怯的前世影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 人际关系不好的表现及原因【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 外灵干扰的原因分析咨询【微:qq383550880 】√转ihbwel 莫名其妙感伤的原因分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 存不住钱的原因分析咨询【σσЗ8З55О88О√转ihbwel 与公婆前世的咨询技巧咨询【www.richdady.cn】√转ihbwel 耳鸣的环境影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 迟缓儿的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 升迁障碍的职场策略咨询【σσЗ8З55О88О√转ihbwel 心慌胸闷头晕的医学检查【企鹅383550880】√转ihbwel 外灵干扰【企鹅383550880】√转ihbwel 失业的应对方法咨询【www.richdady.cn】√转ihbwel 网络营销企业 网络安全检查总结万能 国家信息安全局电话? 深圳全网整合营销 负责网络安全 关键信息基础设施网络安全检查 信息安全类产品 呼伦贝尔网站建设 信息安全认证启动会 信息安全专业论证报告网站设计教科书 免费设计网站 裁剪图网站 网络信息安全与防范 网络安全生态峰会 网站新版 池州网站制作 问答营销问答类型 中国计算机网络安全年会 申请做网站 网站建设 北京 济南微网站网络营销新方式 裁剪图网站 嘉兴 网站 制作 昆明网站建设首选 柳市做公司网站 工业控制系统信息安全会议 信息安全专业论证报告网站设计教科书 防火墙技术在网络安全防护方面存在哪些不足? 建网站知识 信息安全项目计划 银行客户信息安全 网络安全事件数据 高端品牌网站建设 信息安全博士 招聘,-1 网络营销的适可而止 信息安全产品发布会 网络安全智能防护系统 因网络安全 网站关闭 网站新版 微信与营销心得体会 南京专业做网站的公司哪家好 江苏网络安全平台 网络安全责任部门 负责网络安全 创想营销 网络安全责任部门 信息安全产品发布会 v云计算在网络安全领域的应用 网络营销ftp服务 银行客户信息安全 网站建设用哪种语言最好 网络信息安全与防范 济南微网站网络营销新方式 国家信息安全服务资质证书查询 企业的整合营销 深圳网站上线方案做网站步骤 安徽省 信息安全 网络营销的网站分类 信息安全工作总体目标 信息安全风险评估实施教程 信息安全方针与安全策略 信息安全工作总体目标 网络信息安全与防范 信息安全专业论证报告网站设计教科书 信息安全等级 保护备案查询 网络建设与网站建设网络安全敏感国家 瑞士 深圳全网整合营销 网站宝建站 建 导航网站好 网络安全事件数据 h5营销的优势 深圳企业网站建设报价 网络信息安全专家 厦门做网站培训 idc中国网络安全市场分析报告 网络营销企业 网络安全检查总结万能 网络安全调研报告 北京 网站设计 高端网站建设搭建 被黑网站 传统营销策略是什么 网络安全下的审计历史 网络通信与信息安全 高端品牌网站建设 昆明网站建设首选 网络营销的网站分类 建 导航网站好 工业控制系统信息安全会议 高端品牌网站建设 信息安全等级测评公司 信息安全部主任 中国网络安全管理部门 信息安全等级测评公司 展示广告搜索广告以及sns广告三者在营销目标上的不同 网络营销的适可而止 河南省信息安全 信息技术 网络安全 深圳网站上线方案做网站步骤 江苏省网络安全对抗 网站多语言 网络安全分析方法 长春全网营销 免费设计网站 大数据技术与网络安全 信息安全项目计划 邮件营销的适用人群 传统营销策略是什么 银行客户信息安全 网络整合营销4i 负责网络安全 网络安全智能防护系统 武汉网站制作 app开发 是ftp登录和网站的后台登录是不同的|ftp登录需 樟木头的建网站公司 东莞网站建设定制 信息安全博士 招聘,-1 网络营销行为有哪些特点是什么意思 因网络安全 网站关闭 网站多语言 中国计算机网络安全年会 美国 信息安全 关于信息安全等级保护的实施意见,-1 网络信息安全专家 网站新版 加盟信息安全培训机构 东莞网站建设定制 怎么取消建设营销交易 裁剪图网站 国家信息安全体系 网站如何优化 dcn网络安全 信息安全产品发布会 网络营销策划方案案例 中国网络安全管理部门