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
网络关键设备的网络安全专用产品珠海微网站江苏省信息安全等级保护网东莞网站优化制作网站公司唐山流量网站制作如何建造自己的网站360公司信息安全大会昆明微网站搭建哪家好网站设计 深圳君若离去,我必生死相随,来生再相依相爱,这是一个悲惨的故事,主角上官云飞幼小父母双亡,家族毁灭。在叔叔的照看一直一路崛起,你以为他会一路高歌,却没有想到天有不测风云,主角遭受挚爱背叛,从此一撅不振……沥国末年,以澎国为首的、玥、岐三国欲撕破泯心之约重新制霸天下,短短一月间沥国便被战争波及覆没,天下再次陷入大乱之中,九州之地各处充满了争与血的景象! 群雄争霸,英雄辈出。一把剑,一壶酒,一缕情殇! 刀光剑影中,一位满腹热血的少年持剑走入纷乱破碎的江湖中: “让我看看,新的江湖会有何有趣的事情发生?!”从呱呱坠地那天起,人便进入了这个需要用一生去“学习”的社会。从孩童时的天真散漫,到青年时的朝气蓬勃,每一个阶段都映射着青春的色彩。从七八十年代到现在,亲人的离去、孩子的出生、阅历的增加、这些都在发生的同时自己也在慢慢的老去。我们用自己的生命见证了社会的飞速发展。 现人已步入中年,在社会里摸爬滚打,有过辉煌,也有过低谷。年轻人未曾经历,或许不懂,中年是一个上有老人妇孺,下有儿女孩童的“尴尬”时期。自己也曾经年轻,也曾经辉煌,但终都被岁月慢慢磨砺。 网络小说看过不少,总觉得缺乏一种最宝贵的真实感,所以想自己创作出一篇关于自己的书。用一章一章的叙事方式来描述我的回忆、经历。纵然达不到真情流露的水准,也可称得上中年男人真实的社会写照。伍念之,最惨穿越第一人。 在异能世界的他,要说稳健,他当属第一流。 奇怪的同门和睦系统。 送死流任务一个接着一个。 他能不稳健吗? 【师傅:前往巨人岭,干掉金甲巨人王族10个。奖励小师弟:漫天火鸦术,火系,橙武五星级】 【大师姐:抱起小公主,并对她说,“女人,你该洗脚了”,连说9次。奖励小师弟:虚空光明轮,光明系,青芒十星级】 【二师兄:杀死魔族三公子100次。奖励小师弟:大日九崩指,金系,金巨一星级】 【三师姐:收集绝色同门师姐衣服上的扣子30个,从上往下数第三个扣子。奖励小师弟:雷系资质+12】 伍念之红着眼睛,垂涎欲滴的选了最后一个。 拼夕夕我认了,最多挨顿揍,稳健一波。爱情的路上没有对错,有的只是遇见与错过。。。南陌城是个三线的小城市没什么特别吸引的或许是这样张清之在这里开了一家饮料店,店里有一条很奇怪的规矩便是不准带走,但也因为古怪留住一批古怪的顾客,也因此引出大家的故事……很认真的介绍:一本很普通的系统文(雾)未来,现实世界与虚拟世界交织,脑机接口、意识上传,虚拟触觉技术先后突破,zero公司研发了一款名为《零世界》的元宇宙,来使人类脱离死亡实现意识永生。 然而,在诞生25年后,zero公司一场更大的阴谋酝酿其中…… 重生后的罗飞,带着一群志同道合的伙伴,再一次踏上征程……【修炼铁布衫,获得特效:无敌金身。防御一切伤害】 【修炼天雷刀法,获得特效:三重雷劫。释放雷劫,锁敌攻击】 【和女帝双修,获得特效……】 苏天魂穿万界,获天道特效系统,每修炼一种功法,自带一种特效。 “你的功法举世无敌?没关系,我的功法自带特效。” 我要救的人,地狱不敢留。我要杀的人,天堂不敢收。 莫管前身苦难事,不求后世万古名。 诸天万界谁最狂,唯我苏天第一浪!御临河传奇
营销感言 网站制作公司哪个好 360公司信息安全大会 四川全网营销推广价格 网站开发团队人员 大连网络营销网站 顺义广州网站建设 信息安全资产管理 信息安全服务架构图 学网络安全 存不住钱的自我提升咨询【www.richdady.cn】 迟缓儿的康复训练【www.richdady.cn】 与老公前世的前世案例咨询【www.richdady.cn】 儿子不读书【www.richdady.cn】 发育倒退的前世记忆【www.richdady.cn】 冤亲债主的干扰与超度【σσЗ8З55О88О√转ihbwel 与男友前世的因果关系咨询【微:qq383550880 】√转ihbwel 心特别累的前世因果【www.richdady.cn】√转ihbwel 与公婆前世的影响分析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 暗恋的情感释放【www.richdady.cn】√转ihbwel 与公婆前世的故事分析【www.richdady.cn】√转ihbwel 忧郁症的原因分析【σσЗ8З55О88О√转ihbwel 耳鸣威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与男友前世的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的缘分再续咨询【微:qq383550880 】√转ihbwel 前世今生的缘分解读咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 精神不振咨询【企鹅383550880】√转ihbwel 发育倒退的环境影响【微:qq383550880 】√转ihbwel 家庭关系的改运方法【企鹅383550880】√转ihbwel 前世老公的前世缘分【σσЗ8З55О88О√转ihbwel 信息安全管理体制 四川全网营销推广价格 信息安全专业和黑客 工控网络安全烟草方案 网站开发技术选择 抽奖营销 衡水网站优化 网站制作字体 信息安全测试资质证书网站换域名 2016年网络安全形势 注册信息安全人员 信息安全 新闻 怎么给自己的网站更换域名 国家 网络安全 信息 上海全网营销方案 信息安全测评费用 做网络营销就业前景 sap 信息安全 五级网络安全状况 云网站 信息安全测评费用 中国网络安全大会乌镇 选择网站设计公司佛山 南京网站推广 网络营销能力秀等级 网络营销项目管理策划方案 360公司信息安全大会 东阳网站建设 网址制作网站 2016年网络安全形势 网络安全建设规划 信息安全国赛 新浪微博 网站大小 软件开发网络安全 建网站教程 杭州 网站建设公司 罗湖高端网站设计 网站抄袭 贵阳营销型_网站建设 湛江网站设计 网站托管 信息安全管理体制 酒店业网络营销 网络关键设备的网络安全专用产品 苏宁 营销模式 郑州网站建设定制开发 北京网站制作公司 中山网站建设文化策划书 创建微网站 病毒营销的定义与特点是什么 网络与信息安全学什么 seo网站建设 运营商信息安全产品 西安信息安全公司,-1 网络安全举报电话深圳网络营销策划招聘 网络安全发展情况 网站开发技术选择 全国大学生电子设计竞赛信息安全技术专题邀请赛,-1 网络营销理解不正确的是 非模板网站国家信息安全日 什么是病毒营销? 抽奖营销 非模板网站国家信息安全日 运营商信息安全产品 网络安全概述 ppt 保障信息安全 宜昌网站制作 微营销成功案例 网站制作字体 深圳官方网站制作 网络安全 政府 深圳整合营销外包 信息安全资产管理 信息安全测试资质证书网站换域名 江苏省信息安全等级保护网 整合服务营销战略 信息安全审查 学网络安全攻防好吗网络安全必读书籍 网络营销十大经典案例 网站抄袭 如何设置网站图标 用c做网站 顺义广州网站建设 2016年网络安全形势 网络信息安全与对抗 营销法则 南昌寻南昌网站设计 建网站教程 钢琴网站建设原则 网站建设管理软件 网络营销专业名词 首例网络安全法 国家网络安全小组成员 外贸网站推广方法 工控网络安全烟草方案 莱芜网站优化 贵州网站优化 网络信息安全与对抗 信息安全服务架构图 b站的网络营销 成功英语网站 北邮信息安全找工作难吗 国家 网络安全 信息 注册信息安全人员 人的营销 网络营销十大经典案例 上海营销推广公司 南京网站推广 24.网络营销是电子商务的( ). 网络与信息安全学什么 柳市网站建设 保障国家网络安全 山西省信息安全服务资质 创建网站的步骤 郑州做网站的外包公司 什么是病毒营销? 东莞整合网站建设公司 网站参数 四川全网营销推广价格 公安部网络安全考核 北邮信息安全找工作难吗 网银付款的时候网页一般会出现可能威胁网络安全的问题字样吗 衡水网站优化 营销师前途 网络安全和软件开发 网站大小 信息安全 新闻 专业的网络营销哪里有北京做网站公司 东莞网站优化公司 东莞整合网站建设公司 做网络营销就业前景 网站设计和备案 学网络安全 360公司信息安全大会 网络营销项目管理策划方案