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
电子商务的信息技术网络安全国家信息安全项目信息安全行业的企业推广及建设网站网络安全 大数据分析微软系统的信息安全隐患排查银川建立网站网站设计行业资讯北京新营销微信营销培训讲师深圳高端电商网站建设者一场三国游戏测试,使魏伪,陈伟,贺随,张洲四人穿越到游戏。在这个群雄逐鹿,战火纷飞的虚拟世界里,他们能闯出属于他们是一亩三分地吗...在艾尔奇亚大陆上,有着十六种族,人类种位居第十六位,但却是大陆上数量最多的种族。 瑞尔斯帝国是大陆上最大的三个人类种国家之一,多瓦鲁则是瑞尔斯帝国中最繁华的都市,然而,这个最繁华的都市因一次“意外”毁于一旦,城中所有人无一幸免,除了…… 红月当空,全球骤变。拥有力量,你就高高在上,应有尽有,没有力量,你就只能任人宰割。危机爆发,众种族林立,丧尸,异兽,鬼种,人类。九转山河,浩瀚天下,试问天下,谁与争锋!起步比别人晚的颜逸能否追赶众人的脚步,在末日之中杀出一条属于自己的路。yyw因为常年熬夜打歌,成功猝死了。但他获得了一次重生的机会,发现自己重生到了自己的死对头林擒身上,当yyw正在感到悲伤的时候,他发现自己的爷爷竟然是奥托雷普……是一个充满在神秘色彩中的反正义跨国杀手组织,故事由一起轰动全国的庞大组织杀人案的曝光引发,反正义和正义与之抗衡。数万年前天地初开,混沌污浊不堪,祖龙异,化,变得邪恶,天下黎明百姓苦不堪言,天降4位如神一般的存在,破开乱世,救天龙星于水火。现在还有多少人知道“满城尽白发,不敢忘大唐”的安西军,仅仅一万多人,他们在内无粮草、外无援军的情况下孤守西域四十多年,哪怕面对人数几十倍的敌军,誓死守护每寸河山 裴松之注下“行法严而国人悦服,用民尽其力而下不怨。及其兵出入如宾,行不寇,刍荛者不列,如在国中。其用兵也,止如山,进退如风,兵出之日,天下震动而人心不忧”,被魏书中记载“若此人不亡,终其志意,连年思运,刻日兴谋,则凉雍不解甲,中国不释鞍”的诸葛武侯,被人说只是个政治家,不配武庙十哲 历史上唯四的百人斩之一的杨再兴,我们都知道岳飞精忠报国,项羽神勇无双,又有几人记得杨再兴小商河一战,三百对阵十二万,阵斩两千! 对正史上唯一一名被单独列传的女将军 秦良玉,几乎没有人知道,远没有基于部分人物原型改编的戏剧、小说人物穆桂英、花木兰为人铭记,人家秦良玉才是真正的巾帼英雄! 诗仙李白的出生地碎叶城位于现在的吉尔吉斯斯坦境内,难不成李白不是中国人吗! 万年前,八方大陆是一块完整的,广阔的大陆,由于异界的闯入,使得八方大陆生灵涂炭变成八块大陆,牺牲了数百名帝级强者,才把异界的人封印七夕出生于七月初七,儿时体弱多病,家道中落,受尽欺凌。终激活仙脉,能文能武,文,读书过目不忘,先知先觉后3年人间事,武,太极八卦拳,练成独门神打绝技,且看他,学业和事业上一路高歌,不为官,只为商,终成一方商业霸主,江山如画。 吾有一剑,剑名凌天。 凌天剑出,可斩仙魔!
丽江网络营销资讯 学习网络营销 北京新营销 网络信息安全通报机制 上海搜索引擎营销 合肥网站建设 实战营销 整合营销传播是什么 为了提高网络安全 信息安全资质的机构 有官司咨询【www.richdady.cn】 老公家暴的咨询技巧【www.richdady.cn】 什么原因意外的前世案例咨询【www.richdady.cn】 学习成绩差的前世因果【www.richdady.cn】 婴灵的安抚有哪些技巧?【www.richdady.cn】 心特别累的案例分享咨询【企鹅383550880】√转ihbwel 莫名其妙感伤的解决方法【微:qq383550880 】√转ihbwel 解梦的案例分享咨询【σσЗ8З55О88О√转ihbwel 人际关系不好的自我提升咨询【微:qq383550880 】√转ihbwel 心特别累咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 人际关系不好的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的修行建议威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭关系中的矛盾如何解决?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的职场调整咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世老婆【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世老公的前世案例威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 升迁障碍的解决方法【微:qq383550880 】√转ihbwel 事业不顺的原因分析【企鹅383550880】√转ihbwel 冤亲债主干扰的真实案例有哪些?【企鹅383550880】√转ihbwel 大龄剩女的婚恋现状如何改变?【σσЗ8З55О88О√转ihbwel 长沙做网站建设的 网络安全 职位 整合营销传播的条件 昆明响应式网站 张新 网络安全管理局 绵阳网络营销 优帮云 大馆陶网站 便宜的网站设计 营销型网站建设 网站的总体结构网络安全发展 网络安全分析室 西安营销型网站 互联网营销广告语 在内网部署漏洞检测服务器(或安全扫描设备)及时发现网络安全漏洞; 安徽大学 信息安全 互联网营销思想 华中科技大学 信息安全专业 微软系统的信息安全隐患排查 高端广告公司网站建设 网络安全空间协会 山石网科网络安全 个人信息安全 ppt 洛阳市网站建设 广西信息网络安全协会 网络营销运营中心 做网站编程 南通做网站 网站建设优秀网站建设 武汉网站建设 网站的总体结构网络安全发展 在内网部署漏洞检测服务器(或安全扫描设备)及时发现网络安全漏洞; 营销型高端网站建设价格信息安全二级认证费用,-1 推广及建设网站 营销的由来 网站三要 重庆网络营销价格 电子商务网站seo 网络安全报告 房产全民营销app是什么意思 网络品牌网站建设 行销与营销 长沙做网站建设的 全国网络安全镜赛 internet的网络安全 山石网科网络安全 上海市 信息安全大赛 营销型网站建设 广州市天河区网站设计公司 贵州 跨境电商网站建设 全网视频营销 教育部信息安全研究中心 是企业信息安全的核心 网络营销新方式有哪些 信息安全测评工作 网络营销的基础与实践报告 网络安全空间协会 张新 网络安全管理局 信息安全资质的机构 高端网站建设 网站质作 微信营销培训讲师 绵阳网络营销 优帮云 珠海网站建设 整合营销传播是什么 网络安全机构nsa internet的网络安全 信息安全技术 信息系统安全管理要求 营销型网站建设页面 重庆信息安全公司 学习网络营销 建立网站的费用 上网行为审计 信息安全 深圳网站开发 网络安全服务的基本功能 信息安全行业的企业 深圳市网络安全公司排名 电商信息安全方案 网店协作与联动营销 简述网络安全扫描的内容? 百度信息安全 网站质作 信息安全备份 国家信息安全通报中心 手机实体营销新策略 哪些品牌是微信营销 网络营销运营中心 为了提高网络安全 信息安全学python 学习网络营销 诸城网站制作 文库营销是什么意思 全国网络安全镜赛 漏洞扫描与网络安全 营销软件站 i春秋网络安全大片app常用的网络安全技术包括 华中科技大学 信息安全专业 安徽大学 信息安全 哪些品牌是微信营销 成都网络营销公司排名 产品口碑营销 昆明响应式网站 互联网营销广告语 6p营销案例 什么是公司信息安全,-1 小米公司网络营销 简述网络安全扫描的内容? 大连营销外包公司有哪些 网络营销意识薄弱 网络安全空间协会 网站设计公司电话 百万网络营销 网络营销模式的优缺点 陕西企业网络营销 酒泉网站建设 网站三要 网络营销的基础与实践报告 广西信息网络安全协会 信息安全在线教育 武汉手机网站建设咨询 国际网络安全问题事件 互联网营销广告语 网络安全怎样辨别 信息安全拓扑图 选择佛山网站设计 网络安全 职位 南通做网站 佛山手机网站建设优化 河北邢台wap网站建设 高端网站建设 广西信息网络安全协会 2015网络安全新闻 网站有哪些 网络安全的基础知识 宁夏区烟草公司计算机网络信息安全建设项目培训计划 禅城区做网站策划