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
信息安全电子书深圳 信息安全培训电商网站有哪些类型网络安全厂家分类信息安全 效益免费教育网站建设龙岗 网站建设深圳信科免费教育网站建设国际信息安全会议logo网站推介法斯特从霍格沃兹毕业后与自己的好友鲍克斯、兰一起探险魔法世界。当一行三人探索魔法古墓时,兰受到了护陵诅咒。这种诅咒非常残忍,当被诅咒人三十岁时就会自燃化为灰烬。鲍克斯和法斯特走遍大街小巷,黑林深处却都无功而返,唯有求助魔法部的帮助,故事便从这里开始……身患绝症,无力回天。 机缘巧合,凌凡绑定振兴武道系统,担负振兴武道之重任! “我这一拳二十年的功力,你挡得住吗?” 一拳之下,树干爆炸! 然而,传武失去信任,各种声音不断。 “传武都是垃圾!” “除了样子好看,这玩意有杀伤力?” “练武有什么用?大人,时代变了!” 可当凌凡武道通神,一脚踢飞货车!两指夹住子弹时。 全网炸裂!掀起武道狂潮!他,本该碌碌无为,老老实实。 但,谁能想到?他竟偶得世界之根本,后一路飞升,脚踏洪荒太古…………邪灵世界,妖魔丛生,鬼魅乱世。 凡人命如鸡犬,任人屠杀。 周晗觉醒了无限制修改武道修炼时长的系统,五毒手,金钟罩,旋风腿,统统修炼到一万年后。 武林盟主:我从没见过旋风腿真的可以踢出龙卷风…… 最强邪灵出世,一爪下去,连周晗的皮都蹭不破,震惊怒骂:你是邪灵我是邪灵? 周晗:以凡人之躯,比肩邪灵! 一代仙界丹师意外附身在一个豪门纨绔身上,成为一个插班生,以一身神奇仙术,混迹于美女丛中,在都市独领风骚! 每天三更,微信关注每满100加更一章!读者一群:233514189(已满) 读者二群:894706463 微信公众号:如墨似血世纪系统,一个控制无数世界的完全潜行程序。由自称先驱者的神庭议会所创造,用于控制宇宙间物质与能量的转化。被称为天父的男人是议会中最不合群的一个,但掌握了更多的系统权限与绝密资料。天父创造了十二个维护者用于协助自己对世纪系统进行相应的修复与优化,其中最后诞生的维护者不像其哥哥姐姐,仅由编号来命名他,似乎是为了躲避某种系统机制。虚数空间对现象世界进行侵入时展现出世纪系统的弊端,大量的错误信息覆写了大量的命运模块数据。世界陷入混乱。天父遇刺死于系统大厅,指挥十二维护者的重任压在长子——普罗米修斯身上。大部分的维护者都被派往虚数空间镇压混乱,直到连长子也被虚数空间混乱的能量所侵蚀陷入癫狂,最终被十二封印在第一宇宙世界。十二对神庭议会进行了大清洗,铲除内奸,尝试独自修复这个已经癫狂的世界,强制将系统进化成新的形态。仪容清俊貌堂堂, 双耳微张目有光。 头戴鸿蒙蚀月帽, 身批混元云影裳。 九龙靴衬盘龙袜, 玉带团花八宝妆。 手持独龙骨做枪。 背负阴阳双鱼转, 众生信仰归一方。 力朱异灵守净土, 证道成神见沧桑。 还命众生归桃源, 笑看后人谈阴阳。林阳穿越玄幻世界,成为一个小家族的外姓子弟 无资质无背景无机缘,原以为这辈子就这么平平淡淡过去了 不曾想,觉醒了万物编辑系统。 “淬体丹”经过编辑,变成了九窍金丹! “莽牛劲”功法经过编辑,变成了神象镇狱劲! “普通的丹炉”经过编辑,变成了全自动超神炼丹炉! “瞳术”神通经过编辑变成“重瞳术”! .. 就这样,林阳靠着编辑器,从小家族进入仙门,在仙门中崛起!不知多少年后,蓦然回首,发现自己早已永生,镇压万古窝囊废赘婿冯一洵,无意中得到天师传承,成为最后一名天师。 面对出轨的妻子,无情的岳母,比自己更窝囊的岳父。 冯一洵从此开启了不一样的人生。 妻子:老公,其实那是个误会。 岳母:一洵,妈妈真的知道错了。 岳父:哥,咱俩以后就当兄弟处!散乱的群星已经归位,离去的神话自梦中返回,旧日的阴影盘旋缭绕,述说着不可看,不可听,不可想的真理。 若理智已被完全撕碎……我们又该相信什么?
网络安全实训总结 注册网站域名 信息安全考研高校 营销竞争力 东台建网站 信息安全关乎国家安全 信息安全等级保护准则,-1 网络营销课程报告 联通网络安全资质 冯燕春 信息安全 人际关系不好的自我提升咨询【www.richdady.cn】 自闭症的康复训练咨询【www.richdady.cn】 与女友前世的前世案例【www.richdady.cn】 孩子学习不好的原因分析咨询【www.richdady.cn】 改善亲子关系的技巧咨询【www.richdady.cn】 儿子抑郁症的心理调适威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 为什么过世的前世记忆咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的缘分解读咨询【微:qq383550880 】√转ihbwel 孩子不爱读书的阅读习惯如何培养?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何克服“缺心眼”的问题咨询【σσЗ8З55О88О√转ihbwel 莫名其妙感伤的前世因果【企鹅383550880】√转ihbwel 邪灵的感应现象威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 老公家暴【微:qq383550880 】√转ihbwel 家庭关系的案例分享【www.richdady.cn】√转ihbwel 精神不振的前世记忆【www.richdady.cn】√转ihbwel 家庭关系的和谐之道咨询【微:qq383550880 】√转ihbwel 感情纠纷的情感沟通【企鹅383550880】√转ihbwel 前世缘份的缘分再续咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 人际沟通障碍解决咨询【www.richdady.cn】√转ihbwel 家庭关系中的矛盾解决威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 青岛哪里可以建网站 网络安全大学排名2017 时效性营销 冯燕春 信息安全 网站项目设计 东莞网站制作公司 建网站合同 广州专业网站制作哪家专业 注册网站域名 网络安全专家要求 网络安全哪里学 全网霸屏营销推广 网站设计下载 信息安全等级保护定级备案 广州企业网站设计公司 网站设计下载 网络安全专家采访 信息安全事件有哪些内容 网络营销课程报告 建设官方网站 网站内容管理系统 信息安全方案 招聘,-1 达内网络营销课程版本 网络安全抱谁大队信息安全通知 网络营销属于什么院系 网络安全专家要求 河北网站优化 国家级信息安全标准 网络安全攻击的方法 网站建设方式 信息安全 效益 新营销理念 网络营销渠道 信息安全防护有关规定 塘厦做网站 意大利 网络安全 网络营销属于什么院系 电商网站有哪些类型 营销竞争力 把网络安全作为头等大事 网络安全密钥怎么破解 网站设计下载 网站设计下载 信息安全管理体系中的&quot;管理&quot;是指,-1 义乌网站建设工作室 信息安全相关认证证书广州做网站信科分公司 网络安全监督管理电话 无锡seo营销 信息安全 效益 东华大学 信息安全 网络营销策略文章 网络安全备案步骤 免费教育网站建设 郑州医疗网站建设 广告网络营销策划 app 营销方式 企业如何视频营销策划 网络安全技术规范及标准 联通网络安全资质 如何进行网络营销策划 西安全网营销 厦门市网站建设 网络安全攻击的方法 先进网站 网站内容管理系统 建设官方网站 海淀重庆网站建设 信息安全等级保护指南 塘厦做网站 深色网站 先进网站 网站设计下载 小红书 营销玩法 网络安全专家采访 网站制作需要多少钱 网络营销策略文章 高校网络安全解决方案 网站系统 企策和营销 6.1号网络安全法 建设企业网站公司 网络安全法规 信息安全等级保护研究 网络营销渠道 网站项目设计 国家级信息安全标准 龙岗 网站建设深圳信科 东台建网站 怎么网站设计 网络安全哪里学 网络安全备案步骤 北京市网站公司 网络安全和信息办公室 网络安全攻击的方法 百度提供营销功能 网络安全宣传 买已备案域名是不是用了别人的信息注册影响自己网站吗 意大利 网络安全 怎么利用网络营销 网络信息安全员证书 如何用好营销成本 网络安全大学排名2017 深色网站 深圳品牌网站推广公司 最好的网站模版 信息安全管理体系中的&quot;管理&quot;是指,-1 信息安全的主要威胁有哪些? 互联网热点营销 国际信息安全会议 广州网络互动营销公司 网络营销与政治 网络安全法规 长沙手机网站设计 网络安全厂家分类 网络营销属于什么院系 全网霸屏营销推广 logo网站推介 信息安全的系统性 网站大模板真流量 网络安全常用工具 饭客网络安全论坛 如何进行网络营销策划 义乌网站建设工作室 网络营销师的认证考试 高端网站建设公司 银行信息安全会议记录 南通网站建设seo 营销型企业 网络安全风险管理 seo属于什么营销 个人网站备案 做网站价格 民营医疗营销 东莞网站制作公司 网络安全大学排名2017