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
国家信息安全检测设计公司网站案例架设网站网络营销课程设计总结网络安全管理系统品牌承德网站制作工控网络服务器与网络安全网络营销的国内外研究现状浦东企业网站建设微信营销的好处坏处世分天地,也分阴阳... 这是一个遍布灵气的世界,人族便在灵气滋养下诞生了第八魂... 千年前,兽族猖獗,异族作乱 人族修罗天神、净天天神横空出世 镇压八荒,人族得以立足 靠着独特的第八魂 人族迅速崛起,后又九幽天神,琉璃天神,月非天神... 诸神并起,人族昌盛 但... 修罗和净天却大打出手 双神陨落... 由此兽族和异族蠢蠢欲动 千年后,两个异瞳天才出世... 又是否会是当年的结局呢.... 农村小伙秦天继承太乙神针,身怀失传古医术,被誉为一代天医, 从此他时来运转,纵横天下。  “神医,首富已经在门外等了你几个小时了,什么时候给他看病?”   秦天躺靠美人怀,摆摆手说道:“让他等着……” 两年后,被军中战友称为“狂神屠灭者”传奇战神的特战兵王江晓如约归来,面对人事皆非的境况,该如何取舍,面对一步步浮出水面的暗黑真相,又该如何抉择! 世间的真爱该如何诠释,人间的正义又该如何解读。 孤儿江晓与独女简雯在一个城市读书,相恋四年,彼此深爱,毕业时江晓为追寻自己儿时便已植根内心深处的梦想做了一个让简雯无法理解也很难接受的决定,选择入伍。入伍临行前,两人定下两年之约。 两年后,成为特战兵王的江晓为两年之约离开了那片让他挥洒过无数血和汉承载着作为军人荣耀的火热军营。 回来后,却发现外面的世界已经不是自己认识的那个样子,简雯也变得如此陌生,所有的一切已人事皆非…… 不甘心的江晓不相信所看到的一切,化身“大侦探”的江晓随着调查的深入,一步步发现原来事情远没有自己想的那么简单…… 爱恨交织,黑白无道。 为守护爱和正义,江晓一步步走上了孤勇的战斗之路……一介神偷无意落入百年阴谋大局,在阴谋中成长,站在世界之巅。从一个噩梦开始,我作为发丘后人,在爷爷失踪,父亲横死的情况下,好巧不巧的又被天下第一邪剑胜邪剑所诅咒,为了活命我又不得不进出禁地,在死亡边缘徘徊,笑面索命,又或是秦岭古墓中的九死一生,但终究抵不过人性的险恶,被逼无奈,只能遁入魔道,幻身鬼仙,重整天道! 到头来却发现这一切都是个阴谋!赫赫有名的“白金”成就满级玩家,在删除账号却误入了新的时间,本以为是系统BUG,没想到却在这里开启了新的人生李长歌穿越了。 开局家徒四壁,一贫如洗。 只有一个相依为命的姐姐。 好在这是一个“小说家”的世界。 在这个世界,只要写小说,便能获得非凡的力量,甚至能够依靠小说成圣! 看着这个世界普遍流传的小说著作,李长歌表示就这啊? 《神雕》出世,“侠之大者,为国为民”被千万人追捧! 《三国》出世,无数谋臣直呼原来计谋还能这样玩?! 《西游》出世,无数人惊叹天庭是不是真的存在! 《水浒》出世,就连皇帝也坐不住了! …… 某一天深夜,李长歌看着身边美貌温婉、娇艳无俦的李采薇,义正辞严的道:“姐姐请自重,我要写小说了!” 这是一个略微畸形的平行世界。 因为科技发展速度太快,商业和文艺的脚步完全跟不上进度。 导致这个世界大部分行业,都处于重技术,轻内容的情况。 而其中,尤其以游戏行业表现的最为明显! 没有电脑游戏,没有手机游戏,所有游戏都是VR的! 甚至连免费游戏都没有! 在这个世界,游戏是有钱人才有资格享受的昂贵物品。 “一个VR设备几十万,穷人就没资格玩游戏了?” 《传奇》《暗黑破坏神》《地下城与勇士》《梦幻西游》《魔兽世界》《英雄联盟》…… 陈风带着前世无数款经典游戏穿越而来,为无数普通玩家发声做事! 一步步走到世界之巅峰,被所有玩家和网友尊称为:游戏界的慈善家! 斗界的假面骑士强袭,storm要斗破苍穹,这是一个魔法和斗气的疯狂世界啊。肖诺这个假面骑士强袭有个凶猛系统啊。 这真不是假面骑士,而是一个披着假面骑士storm皮肤的家伙在斗界里疯狂的强袭饶命。斗界世界,宇宙大地,恶魔果实,应有尽有伯伯叛变,一夜血洗淮安。你身负血海深仇,却隐藏真实身份,在他的脚下做一位平平无奇的闲官。国家局势动荡,内忧外患,六国分裂,且看男主如河实现统一六国,逐鹿中原的雄霸之业。
信息安全等级评估证书 深圳企业网站制作报价 网站建设问题大全 信息安全违规案例 信息网络安全普及教育培训教程 国家信息安全实验室主任 科技营销顾问有限公司怎么样 济南 信息安全 东莞网站策划 兰州做网站 家宅磁场干扰的原因咨询【www.richdady.cn】 升迁障碍的职场瓶颈咨询【www.richdady.cn】 投资项目的收益分析咨询【www.richdady.cn】 外灵干扰的前世故事咨询【www.richdady.cn】 为什么过世的前世记忆咨询【www.richdady.cn】 婴灵的超度方法【微:qq383550880 】√转ihbwel 儿子不读书的改运方法咨询【企鹅383550880】√转ihbwel 孩子压力大【σσЗ8З55О88О√转ihbwel 不爱读书的心理调适【企鹅383550880】√转ihbwel 老公家暴的前世因果【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心特别累的情感释放【www.richdady.cn】√转ihbwel 生活中的无形干扰有哪些威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的前世案例咨询【企鹅383550880】√转ihbwel 前世老婆的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心慌胸闷头晕的环境影响咨询【微:qq383550880 】√转ihbwel 老公家暴的咨询技巧【企鹅383550880】√转ihbwel 投资项目的咨询技巧【企鹅383550880】√转ihbwel 如何发现前世缘份【企鹅383550880】√转ihbwel 如何克服升迁障碍?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 解梦的梦境解析【微:qq383550880 】√转ihbwel 信息安全 人员 计划 中国信息安全漏洞库 长沙网站开发 佛山网站建设怎样做 计算机等级信息安全 信息网络安全普及教育培训教程 网络营销网站建设 o2o网站制作公司 学校网络信息安全管理组织机构 网络与信息安全基础 设计公司网站案例 重庆品牌营销服务好 网络安全知名企业 分析网络安全问题有哪些 上海网站建站 病毒营销 案例 近年 信息安全认证 珠海网站制作品牌策划 谈网络安全 工业互联网网络安全 信息安全笔试,-1 设计公司网站案例 亳州网站建设 信息安全测评资质证书 大石桥网站 网站网络安全 泉州网站建设 数码产品与移动网络营销 网络营销方向学什么公司网络安全管理 兰州做网站 网络安全专家秦安 企业公司网站 北京 济南 信息安全 央视 路由器暗埋网络安全地雷 网站托管费 济南模板网站制作 成都市网络安全现状 信息安全 人员 计划 湖南省金融办网络安全 湖北大学信息安全2016 西安市政府网站 中国信息安全漏洞库 镇江网站建设价格 信息安全测评资质证书 专业网站制作 长沙网站开发 使用微博营销工具应该注意哪些问题 冷色调网站 精准营销网 中国国家信息安全测评中心待遇 蓝盾网络安全(二级)测评记录 idc 信息安全管理责任制,-1 亳州网站建设 信息安全资质申请 政府类网站建设 模板网站更改 基础展示营销型型网站 泉州网站建设 网络营销的特点和趋势 高端自适应网站建设 信息安全(网络犯罪侦查 烟台制作网站的公司 信息安全一级资质 郑州网络营销服务 上海网络安全检测公司排名 联邦信息安全管理法 南京网络营销公司 工控网络安全企业排名 公安部信息安全产品检测中心 蓝盾网络安全(二级)测评记录 网络营销的学费 网站建设seo 上海网站建站 陕西营销型网站建设 微博营销的swot 浦东企业网站建设 信息安全笔试,-1 帮建网站 联邦信息安全管理法 搜索营销外包 物流服务网络营销方案 水资源营销 网络安全周 活动 央视 路由器暗埋网络安全地雷 企业公司网站 北京 传式营销 高端自适应网站建设 网络安全要点 外卖o2o 营销模式 网络安全中的技术 个人怎么制作网站 营销订单培训 网络营销的个性化特点 网络营销的国内外研究现状 网络安全 数据安全 信息安全(网络犯罪侦查 网络安全工作室 网络营销的前瞻性 深圳南山网站建设 珠海网站制作品牌策划 北京网站优化公司 网站网络安全 网络营销的个性化特点 长沙网站开发 济南模板网站制作 搜索营销外包 全国专业信息安全服务资质咨询中心,-1 网站尺寸 网络安全管理系统品牌 2014 国家信息安全 网络营销的前瞻性 计算机等级信息安全 大石桥网站 网络安全要点 网络营销网站建设 信息安全章程范本 邢台网站制作哪家好电商短信营销方案 政府类网站建设 病毒营销 案例 近年 网络营销网站建设 网络营销知识 玩具外贸网站模板 精准营销网 网络营销知识 国家信息安全实验室主任 济南模板网站制作 网络安全 防护 方案 国网营销 网络与信息安全基础 无锡 信息安全 基础展示营销型型网站 怎么样做网站的目录结构 个人怎么制作网站 信息安全测评资质证书 厦门模版网站自己做网站写网页一般用gbk还是gb2312还是utf8