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
网络安全专业永久免费建站网站免费申请个人网站厦门手机网站建设公司科技部 网络安全泰州网站建设企业网络营销解决方案第四届网络安全大会电子科技公司网站网页设计信息安全都有哪些大学因救人死亡的江文重生回高中时代,起初想在自己的青春大搞一场,成为众人瞩目的那个最靓的仔,当异世界的经历让他懂得了珍惜眼前人才是最重要的..............平静的生活被打破,一个人面临世界 友情 爱情的背叛,该何去何从,黑化…… 两年后,被军中战友称为“狂神屠灭者”传奇战神的特战兵王江晓如约归来,面对人事皆非的境况,该如何取舍,面对一步步浮出水面的暗黑真相,又该如何抉择! 世间的真爱该如何诠释,人间的正义又该如何解读。 孤儿江晓与独女简雯在一个城市读书,相恋四年,彼此深爱,毕业时江晓为追寻自己儿时便已植根内心深处的梦想做了一个让简雯无法理解也很难接受的决定,选择入伍。入伍临行前,两人定下两年之约。 两年后,成为特战兵王的江晓为两年之约离开了那片让他挥洒过无数血和汉承载着作为军人荣耀的火热军营。 回来后,却发现外面的世界已经不是自己认识的那个样子,简雯也变得如此陌生,所有的一切已人事皆非…… 不甘心的江晓不相信所看到的一切,化身“大侦探”的江晓随着调查的深入,一步步发现原来事情远没有自己想的那么简单…… 爱恨交织,黑白无道。 为守护爱和正义,江晓一步步走上了孤勇的战斗之路……姜止戈穿越书中成为恶名滔天的反派魔帝,开局就被男主带着女主围攻陷入必死局面。 濒死之际,他觉醒了人生记忆编辑系统,向世人展现他的过往。 于是乎,一段段催人泪下的记忆显现在世人面前。 “柔儿,记住,宁为乞丐,不为人奴,只要我还在一天,便绝不会让你去为奴为婢。” “紫烟,为了你,成魔又有何妨,举世皆敌又有何妨?” ....... 待到一切浮出水面,世人才明白。 恶贯满盈的魔帝,所做一切只为所爱之人,只为庇佑世间安宁。李新焰家住大福村,可家里一点也不大福大贵,穷得叮当响,父亲做投资失败,欠了全村人的债,母亲也因为意外落了残疾,腿脚不便,整个家只能靠李新焰种地支撑。      然而就在这一天,他在地里挖到了一件龙袍,从此帝王之运加持,命格改变。      村里也出现了新的风景线“让开,别挡朕的道!”      “放肆,不得忤逆朕的旨意!”      “婷婷,朕让你做妃子如何?”…… 民间故事诡异,喜欢听民间故事的关注我异宝降世,引修行者争夺,陆丰年幸得一灵瞳,从此可观天地灵气流向,探器灵记忆,获无数功法神通。 “哼哼,我的命运只于手中剑,何人胆敢说半分。” 他不相信仙人救世,但是他相信自己。若行事有违天道,那么便凌驾于仙魔之上,与天论道。太初之年,始祖降世,于诸天之上传道众生,万仙来朝,天地世间尽显一片繁荣昌盛之象。 但好景不长,随着一场大劫来临,血光现世,妖魔横生,无数怪诞诡谲扰乱人间,万灵奋起反抗,却都被镇压………… 无数年后,一颗蔚蓝色的星球上,一个名为李易的少年得到了一块能穿越诸天的奇异之镜,从此走上了武道之路。 且看他如何在这武尽时代杀出一条通天仙路! 【无女主】 许歌穿越来到蓝星,这个异能者、武者纵横的世界。 毫无修炼天赋怎么办? 【实力选择系统激活】 许歌开启了另类变强的方法:御兽。 你是异能者中的至强者? 看我会冰火全能的神犬哈士奇,被咬记得打狂犬疫苗! 你是武破虚空的武者? 看我由草鸡进化成的凤凰,翱翔九天! …… 许歌看着敌人冷笑道:“你以为我有了神兽就开躺?不,我发奋图强成为武者,就为了你在和我家神兽打架时更好的欺负你!” 敌人:“所以这就是你打架还额外收费的理由?” 一个御兽的时代拉开了帷幕。 “御兽的开创者是谁?” “虚哥,不,是许歌!”古老的宇宙外,五尊身影凝视着,五种不祥之力充斥天穹,一个祭坛在无人脚下,若隐若现……
亚马逊网站的营销策略 解释网络营销服务 互联网营销目的 网络安全培训 网络安全平台登录 网络安全平台登录 怎样才能制做免费网站 北邮 网络安全研究 终端信息安全,-1 呼和浩特做网站的公司 儿子抑郁症的咨询技巧【www.richdady.cn】 外灵干扰的原因分析咨询【www.richdady.cn】 冤亲债主干扰的根源是什么?【www.richdady.cn】 财运不佳的真实案例有哪些?咨询【www.richdady.cn】 孩子学习不好的自我提升【www.richdady.cn】 婴灵、邪灵、祖灵咨询【企鹅383550880】√转ihbwel 心慌胸闷头晕的咨询技巧【微:qq383550880 】√转ihbwel 迟缓儿的家庭支持咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 儿子抑郁症的家庭支持【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 为什么过世的前世缘分咨询【σσЗ8З55О88О√转ihbwel 忧郁症的原因分析【企鹅383550880】√转ihbwel 感情纠纷的情感疏导咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 暗恋的心理调适【微:qq383550880 】√转ihbwel 心慌胸闷头晕的咨询技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与老公前世的咨询技巧咨询【σσЗ8З55О88О√转ihbwel 冤亲债主的定义咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 暗恋的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 内心恐惧胆怯的案例分享威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 去世的母亲的前世记忆咨询【σσЗ8З55О88О√转ihbwel 脑部不清晰的自我提升咨询【www.richdady.cn】√转ihbwel 空间营销 信息安全等级保护工具 企业网站管理系统 网站网页设计公司 库易网网站 网站互动 优营销项目案例 免费网站模板下载 网络与信息安全西电 经典网站设计 保定网站制作 优秀网页设计网站 网站双域名 互联网网络安全信息通报实施办法 信息安全管理体系定义 电商网站设计 复旦 信息安全 郑州商城网站建设 龙岗网站建设 信科网络 广州h5设计网站公司 推广微信营销手机厂家 南通网站建设 亚马逊网站的营销策略 郑州网站制作_郑州网页制作_做网站设计_河南网站制作网 国家网络安全宣传活动 永久免费建站网站 网络安全政策解读 基于网络品牌社群的营销战略——以北京小米科技有限责任公司为例 卫龙辣条网络营销分析 嘉兴的网站设计公司有哪些 绵阳的网站建设公司第4届国家网络安全片 科技部 网络安全 网络营销网上营销 郑州网站制作_郑州网页制作_做网站设计_河南网站制作网 终端信息安全,-1 信息安全专业认证 网络安全政策解读 微博广告营销案例 安徽信息安全等级保护网 泰州网站建设 中型网站台州外贸网站建设 免费网站模板下载 在网站中添加百度地图 qq群营销是什么 电商网站设计 北邮 网络安全研究 广州做网站建设哪家专业 营销建站 空间营销 网络安全应急处理流程图 如何搭建高品质网站 防火墙网络安全 警惕网络窃密 构筑网络安全防火墙视频 美国网络营销人员工资 营销建站 国家网络安全宣传活动 保定网站制作 绵阳的网站建设公司第4届国家网络安全片 信息安全杂志 主要营销方式有哪些 永久免费建站网站 互联网网络安全信息通报实施办法 中国网络信息安全现状 创建网站公司 徐州 网络营销方法和应用研究 如需手机网站建设 石家庄网站优化公司 国家 信息安全规划 深圳网络信息安全中心招聘 信息安全博士论坛 互联网营销目的 龙岗网站建设 信科网络 网络安全平台登录 信息安全都有哪些大学 信息安全专业认证 网站建设教程 企业邮箱 武汉网站设计 广州做网站建设哪家专业 包年营销 企业信息安全隐患 经典网站设计 网站打开速度 营销型网站平台 互联网整合营销传播 网络安全就业培训学校 想学习网络营销 企业信息安全隐患 网络信息安全技术网站 2017网络安全论坛 信息安全论坛 基于网络品牌社群的营销战略——以北京小米科技有限责任公司为例 武汉网站建设网页设计网站制作网站建设公司做企业网站公司 嘉兴的网站设计公司有哪些 营销软件网站模板|织梦营销软件网站模板 商务营销助手 非 企业信息安全试卷 如需手机网站建设 网站网页设计公司 网络安全密码 石家庄网站建设找哪家好 亚马逊网络营销现状信息安全培训办公室提醒您 全网营销招聘信息 济南做网站的公司有哪些 电子科技公司网站网页设计 政府网站制作公司 青岛外贸网站建设 qq群营销是什么 南京营销策划推广公司 网站的区别 科技部 网络安全 网络安全 钓鱼网站 营销类的公众号名称 杭州市营销方式 免费申请个人网站 关于开展信息安全等级保护安全建设整改工作的指导意见,-1 网络安全专业 信息安全 863 信息安全的大学 湖南 常州品牌网站建设 网络安全 钓鱼网站 哈密网站建设 推广微信营销手机厂家 中型网站台州外贸网站建设 柳州做网站 信息安全杂志 信息安全专业认证 网站子域名 网络营销的价值在于 网络营销研究的范畴 龙岗网站建设 信科网络 如何建立信息安全标准化 空间营销 如需手机网站建设 营销型网站平台 唐山网站建设报价 网络营销研究的范畴