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
南宁网站设计衡阳网站建设红蓝攻防信息安全演练知名网站规划c2c网站有哪些福州网站制成都网站推广2017信息安全研究生,-1网络安全专家林伟怎么做网站优化上古圣战,天现裂象,神州大地分崩离析,无数碎片散落宇宙化作万千小世界。 数百万年后,一名渔村少年意外踏上修仙路,是机缘巧合还是命运使然? 在这个神魔并立,人妖共存的世界,且看他如何一路披荆斩棘,步步飞升。林阳穿越三国,成为济世堂杂役,同时得到神医豪强系统,拥有现代医学仪器,开局直接震惊华佗,拜其为师! 曹操:林阳,你医术精湛,谋略竟然也如此惊人?真乃奇人! 诸葛亮:草船借箭,竟然借的都是火箭?林阳还是个人了? 孙权:林阳究竟是何许人也?竟然如此神鬼莫测! 周瑜:此人谋略在我之上,还把我的心上人小乔抢走了,哎,既生瑜,何生阳? 华佗:师父不仅医术天下无双,谋略更是天下第一! 三国群英:林阳难道是天选之子?竟然发明了这么多的远程火力?这岂不是天下无敌了? 林阳:咳咳,小老弟们,不要大惊小怪,都是基本操作! 本小说及人物纯属虚构,如有雷同,纯属巧合,切勿模仿! 李乐明是个技术宅,有一天,丧尸病毒入侵,寄生虫紧跟其后,天气变化无常,自然灾害频繁给事情雪上加霜,为了活命,技术宅李乐明自制系统和武器对抗逆境。 (本书为短编科幻故事,主打未来科技,是爽文,无敌文,由于一章章节字数较小强烈建议存起来达到一定字数再看!)穿越玄幻世界的姜恒,觉醒潜能升级系统,可用潜能点无限升级修为和功法。 【铜像功】升级为【万劫不灭金身】 【疾风步】升级为【虚空大挪移】 【追光剑】升级为【灭天绝地斩神剑】 【碎岩拳】升级为【寰宇大绝灭】 修为:凡境升级为真神境 直到某天。 姜恒身躯一震,虚空破碎,法则紊乱! 一拳轰出,星辰陨落,漫天神魔尽皆湮灭! 本书又名:《开局揍哭小师妹,我升级了!》《越级刷怪升级真快》世界崩坏,风云将起。各方涌动,群雄四起。这个世界怎么了,谁又可终结一切? 35岁的上市公司老总徐登峰意外重生,回到他18岁的年代,一个新的世纪正在冉冉开启,前世没结婚的他看着身边的几个完美女孩陷入万分纠结,该选哪个好呢?这是神魔意志与人类精神的碰撞,这是斗气与魔法充斥的世界,在牧师的祈祷与召唤师的吟唱中,天才少年龙行云带领渺小的人类,决战诸天神魔。他是骑士?他是魔法师?他是学霸?他是冒险者?他是英勇的领主?他是伟大的统帅?他是无敌的战神?不他是人类的英雄。呐,说话要讲证据! 我区区一个宗门杂役,怎么会是全能大师呢? 还有,我只是武气六段的菜鸡,怎么可能把师兄指点成首席弟子呢? 至于那些神兽、武皇、魔教……都听命于我?我不是我没有别瞎说。 最过分的是,我一个怂包,你们竟然怀疑第一美女师姐喜欢我? 好吧,就算这些都是真的,难道我想当一条咸鱼也有错吗? 道尘本是一个毫无灵根的废柴,注定无法修炼,但是他确实一个顶级富二代,本以为,就只能平平淡淡的渡过这一生,可谁都没想到,他在一次濒临死亡时,发现了自己的真实身份,从此开启了他这传奇的一生……一段爱恨情仇,一代精神领袖,横跨三界,携美女畅游九州,奋战疆场,金戈铁马,策马奔腾,穿越万里河山,与夏王开华夏一统,与褒姒调丝竹之情,领勇士救刘邦,出入汉宫,霓裳羽衣,再现华夏文明,助太宗杀兄泡嫂,与李治共享武媚,环肥燕瘦,皆出其手,他,是英雄、是败类、是奸雄、还是淫贼,上下五千年,皆无定数,一切皆有后人评说……
长沙网站设计服务 成都网站推广 关于公司建网站模板网站不利于seo吗 莱州网站建设 教育市场营销策划方案 2017信息安全研究生,-1 微网站 网络信息安全公告 个人网站在那建设 在iis网站的asp脚本文件权限分配时安全权限设置为 感情纠纷的心理调适【www.richdady.cn】 性压抑的原因分析咨询【www.richdady.cn】 暗恋的解决方法【www.richdady.cn】 亲子关系的心理建设方法有哪些?【www.richdady.cn】 灵魂化解的具体步骤【www.richdady.cn】 发育倒退【微:qq383550880 】√转ihbwel 前世今生的神秘故事咨询【σσЗ8З55О88О√转ihbwel 不爱读书【σσЗ8З55О88О√转ihbwel 如何改善人际关系咨询【σσЗ8З55О88О√转ihbwel 婴灵的存在有哪些科学依据?【σσЗ8З55О88О√转ihbwel 灵魂化解的步骤咨询【www.richdady.cn】√转ihbwel 与老公前世的前世修行咨询【www.richdady.cn】√转ihbwel 升迁障碍的咨询技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 缺心眼咨询【www.richdady.cn】√转ihbwel 家庭关系的和谐共建方法有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主干扰有哪些案例?咨询【www.richdady.cn】√转ihbwel 解梦的情感释放咨询【www.richdady.cn】√转ihbwel 亲子关系的教育策略【微:qq383550880 】√转ihbwel 特殊学校的咨询技巧咨询【微:qq383550880 】√转ihbwel 事业发展的灵性视角【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 网络营销实战课程下载 红蓝攻防信息安全演练 网站推广优化张店 贸易网站建设 网络营销培训机构 免费建网站的网站 网站建设费用 天津高端网站建设 在iis网站的asp脚本文件权限分配时安全权限设置为 美国网络安全管理评估报告 阳江网站建设 长沙网站设计服务 成都网站推广 哪个学校有信息安全 衡阳网站建设 关于开展通信网络安全检查工作的通知 企业网站备案策划 深圳信息安全 网络营销效果评价指标 哪个学校有信息安全 工信部 国家信息安全研究中心 网站设计公司 长沙 舆情营销 保定哪里有做网站的 网络安全监测设备 设计网站需要考虑哪些 淘宝网店的营销方法有哪些内容 网站开发团队人员 信息安全测评中心主任 网络安全检测系统 在iis网站的asp脚本文件权限分配时安全权限设置为 杭州 网站建设公司 信息安全攻防竞赛 怎么做网站优化 唐山做网站 省网络安全厅 信息安全建设,-1 服务营销网 北京网络营销顾问 信息安全测评机构资质 工信部 国家信息安全研究中心 个人网站在那建设 企业网站设计欣赏 顺的品牌网站设计价位 手机信息技术网络安全 信息安全服务资质未通过 安顺网站建设 微网站 b北京网站建设 网站类型 手机网站备案费用 微信群营销的推广方式 什么是网站规划 北京网络营销顾问 微营销案例 华中信息安全测评中心 网络营销实战课程下载 大型企业信息安全规划 全网营销软件 深圳网站设计美工 信息安全测评招聘,-1 营销培训课程费用 深圳网站设计美工 什么是网站规划 长沙网站设计服务 成都网站推广 群营销好处 南阳企业网络营销外包 贸易网站建设 山东网络安全周 沈阳做网站 工信部 国家信息安全研究中心 网络营销培训机构 网站建设费用 网络安全传输 网络安全检测系统 免费建网站的网站 电视整合营销 关于网络安全的误解 工控信息安全防护指南 信息安全服务要点,-1 临沂网站制作 大网站成本 为了保护信息安全本次删除已被禁止 深圳品牌营销案例 沈阳做网站 信息型网站 网络营销实战课程下载 网络营销公司机构排名 Internet接入·网络安全 沈阳做网站 常州网站建设哪家好 美国网络安全管理评估报告 网络安全专家林伟 常州网站建设哪家好 龙口建网站 企业网站设计欣赏 信息安全服务资质未通过 网络安全检测系统 怎么给自己的网站更换域名 营销培训课程费用 农副产品电商营销培训 信息安全服务要点,-1 重构网站 手机网站备案费用 淘宝网营销 c2c网站有哪些 山东网络安全周 北京网络营销运营 网络与信息安全 网络信息安全面临的威胁 网络安全检测时间 信息安全测评招聘,-1 北京网络营销顾问 餐饮网站建设 常州网站建设哪家好 电视整合营销 企业响应网站 南昌网络营销课程 网络营销干货百度云 服务营销网 杭州 网站建设公司 泉州石狮网络营销推广苏州信息安全等级保护 舆情营销 网络营销策划什么意思 网络信息安全公告 保险网站建设 网络营销策划什么意思 淘宝网店的营销方法有哪些内容 网络安全日志 市场营销策略及案例分析 阳江网站建设 保定哪里有做网站的 郑州网站优化_郑州网站推广_河南网站建设公司_seo外包顾问服务 沈阳信息安全培训 手机网站备案费用