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
网络社区营销的功能网络安全日 赛国家信息安全工程研究中心吕梁网络营销网络营销意识不强苏州企业网站建设网站推广优化张店长葛网站建设湖南手机网站制作公司国瑞公司 信息安全“我这人其实没什么才华,论画饼我是专业的。” 面对记者的采访,杨诚大放其词地回答。 “呃...除了画饼,还有别的才华吗?” “馏馍吧,我馏馍挺6的。” 杨诚一脸自豪地回答。 数百名记者面面相觑:“那你对另一半有什么要求吗?” “那必须得会败家,她不败家岂不是浪费我的财华”来自星辰的启示, 人与神明相抗争。 超前进化的智慧, 痴迷幻梦不愿醒。 败军之将,梦途惊醒,逆天改命,铸就新(醒)程。 “你问我锦衣卫算什么东西?我现在告诉你,你们东厂不敢管的事,我们锦衣卫管。你们东厂不敢杀的人,我们锦衣卫杀。一句话,东厂能管的我们锦衣卫也要管,东厂不能管的我们锦衣卫更要管。先斩后奏,皇权特许!这就是锦衣卫,就问你们服不服?”一脸欠揍模样的林枫,指着东厂一群不男不女的太监吊吊的说到!一场空难,韩涛和邻座的美女流落到了未知的荒岛。没有救援,危险重重,没有见过的野兽,人迹罕至的秘境,与世隔绝的蛮族,沉没在海底的遗失文明……惊险、刺激、还有绝境中人性的善与恶,一切不可抵挡的扑面而来。李贤穿越了,来到一个叫大秦皇朝的世界。 别人穿越要么成为皇帝,要么成为富家子,可我却成了个太监! 还好拥有金手指,能够让我变回真正的男人。 本想就这样苟在皇宫内逍遥快活,可世事难料,皇位更迭灾祸蔓延到了整个大秦。 奸臣当道、外敌入侵。 眼看着自己的快乐生活被打破,李贤只好站出来。 诛邪、斩妖、扫黑、除恶... 誓死守护大秦,保护后宫三千佳丽。天道之下的人,在追求着天道。只是,天道又是什么?人在追求什么?QQ:1263528348,微博:竹楼听细雨本尊,VX公众号:竹楼听细雨,欢迎大家加入。 张泽穿越到平行世界,这里的人们依靠魔域打怪变强,来抵抗魔窟魔物的入侵。 为了妹妹张泽进入魔域,取名罗刹,结果意外激活最强SSS级天赋召唤术! 杀怪就能召唤,召唤术等级越高,召唤的怪物越多,还能升级,简直是逆天! 魔域里,当其他冒险者组成百人甚至千人团队去攻打BOSS时,张泽已经带领他的召唤怪大军一路碾压过去! 现实中,各国还在为对付高级魔物发愁时,张泽单挑上百只高级魔物,震惊全世界! “罗刹到底是谁?一路打破人类探索魔域的记录,眼看就要突破一百层了!” “大夏国有了张泽,已经一跃成为全球最强国!此人如果不能拉拢,必须除掉!” “什么?张泽一个人挑了十名五阶魔域强者?完了……大夏国迟早一统全球!”女主意外穿越时空,来到了西游世界,投胎成三界的救世主,并结识唐僧师徒四人。 凭借着资质和努力,她很快习得法术,脱胎换骨。在这里,她也相遇了很多伙伴,和取经团队一起行侠仗义,除暴安良,这是个不一样的西游故事,不一样的人物设定,全新的西游之旅刚穿越成蜀山剑派大师兄,就因为勾结邪魔教妖女,被废去修为,剥夺身份,羁押在锁妖塔! 好在绝望之际,楚风获得神级签到系统! 在锁妖塔前签到,奖励剑体之首,【无始剑体】! 在三皇殿签到,奖励【轩辕剑】! 在三清殿签到,奖励【紫金红葫芦】! …… 楚风本着不无敌,不轻易出山的想法,苟在蜀山默默签到! 但当三千年前的绝世邪魔,邪剑仙率众攻上蜀山剑派时! 楚风挺身而出,负手而立,横剑身前! “前方蜀山,妖魔禁行!” 末世小人物,系统觉醒搜魂,抬手间抽取变异体技能,我虽废柴,却日益强大…… 看他如何在充满变异体的异世界闯出自己的一片天地……
网上的营销现象 商城购物网站有哪些模块 信息安全(四) 科研创新问题 edm电邮营销平台 忽略的网站 32个信息安全技术国家标准 企业信息安全软件网络自动化营销软件 网站设计尺寸 张家港早晨网站建设 网络信息安全等级保护制度 缺心眼的沟通技巧咨询【www.richdady.cn】 特殊学校的环境影响【www.richdady.cn】 前世缘份的重逢故事【www.richdady.cn】 投资项目的咨询技巧咨询【www.richdady.cn】 与老公前世的前世解析咨询【www.richdady.cn】 事业不顺的职场突破技巧有哪些?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 解梦的自我提升咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 个人专属前世因果分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 外灵干扰的自我提升【σσЗ8З55О88О√转ihbwel 事业不顺的风水布局威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的原因有哪些?咨询【企鹅383550880】√转ihbwel 亲子关系【www.richdady.cn】√转ihbwel 为什么过世的心理调适【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家庭关系的案例分享【www.richdady.cn】√转ihbwel 婚姻生活不顺的咨询技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婚姻生活不顺的沟通技巧咨询【www.richdady.cn】√转ihbwel 通灵与心理学结合咨询咨询【σσЗ8З55О88О√转ihbwel 阴间生活的前世修行【www.richdady.cn】√转ihbwel 与男友前世的识别方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的前世记忆咨询【σσЗ8З55О88О√转ihbwel 新网站制作平台 员工网络安全培训 互联网传统营销模式有哪些特点 设计网站的元素 计算机网络安全 什么是sql注入 信息安全发展过程 网络安全防护技术手段 柳市做公司网站 沈阳网站建设的公司 2017网络安全论坛 域名和网站 南通网站建 网站文风 信息网络安全 司法解释 网络安全保卫局副局长 网络安全日 赛 温州做网站 网络安全技术研究 宁夏做网站 大数据网络安全 柳市做公司网站 石家庄网站制作哪家好 改网站标题 警惕网络窃密 构筑网络安全防火墙视频 免费建网站系统平台 邢台网站优化 pci 信息安全 朝阳市网络安全公司 科站网站 html5简易网站建设 2017新网络安全法 烟台网站建设设计 html5简易网站建设 您的首页文件及网站程序需上传至ftp下的htdocs目录下 我们常见的对信息安全的误区有哪些 手机在线建网站 信息安全 哪个部门 网上的营销现象 南阳开网站制作 鹤山做网站 忻州网络营销 四川冠辰网站建设 手机微信的网站案例 浙江 网络安全企业 网络安全技术专业 网络安全保卫局副局长 网络安全态势感知 ppt 汉中网站建设 外贸三种语言网站建设 网络营销时时彩 营销问题 网络安全风险评估内容 蓝海国际版网站建设 安庆网站设计 杭州微网站建设 网络营销环境应对对策 便利的龙岗网站设计 温州做网站 网络安全活动有哪些 网络社区营销的功能 广州的网络安全企业 网络安全防护技术手段 做网站行业 外贸三种语言网站建设 浙江省网络信息安全 您的首页文件及网站程序需上传至ftp下的htdocs目录下 外贸三种语言网站建设 便利的龙岗网站设计 建个网站 南京信息安全测评中心,-1全网营销包含哪些内容 广东省信息安全测评中心,-1 邢台网站优化 南山网站建设信息安全导致的损失 鹤山做网站 武汉网络安全反病毒 网络安全是 方案网站 营销问题 edm电邮营销平台 近期国内信息安全事件 网络安全服务资质认证 信息网络安全公安部重点实验室 网站制作员 营销者网站 武汉网站制作 app开发 优秀企业网站欣赏 设计网站的元素 网络安全基础操作 信息安全(四) 科研创新问题 网络安全罩 flash个人网站 信息网络安全 司法解释 网络安全是 网络营销实训课 网络营销环境应对对策 网络安全监控公司 网络安全态势感知 ppt 信息安全赛事 南通网站建 石家庄网站制作哪家好 贵阳网站优化 长沙网站设计服务 推广网站多少钱 员工网络安全培训 pci 信息安全 2017网络安全论坛 石家庄网站制作哪家好 网站推广优化张店 网站建设 建个网站 个人电子营销平台登录网络营销课程短期班 设计网站的元素 2010年网络安全 做网站的公司 东莞网站案例营销 网络营销的定价方法对传统营销的定价方法都进行了进化对么 企业信息安全软件网络自动化营销软件 深圳响应式网站建设 上海品牌网站建设公司 手机付费咨询网站建设 广东省信息安全测评中心,-1 ipad怎么制作网站 网络营销 研究生 信息安全杂志网络安全 面试 警惕网络窃密 构筑网络安全防火墙视频 网络安全培训几个月可以学成吗 网络安全技术专业 东莞做网站it s 黄冈网站建设 国家下一代互联网信息安全专项 温州做网站 顺义手机网站设计 沈阳网站建设的公司 手机在线建网站 蓝海国际版网站建设