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
计算机与网络安全实用技术行业app营销东莞 企业 网站制作关于开展通信网络安全检查工作的通知网络信息安全网网站规划与网站建设如何做好信息安全网络信息安全协会电话,-1网络安全学习营销策划公司杭州七十年代,在贫困的山村,六个小伙伴的真实故事。 他们在现实的生活中挣扎着;不同的家庭命运,造就了他们不同的性格,也走出了不同的人生道路…… 其中,以贫困家庭出生的刘毛毛为主,汝汝、高高……,以及自己的妹妹为辅,展开那个时代的人生经历; 刘毛毛一个天资聪颖的孩子,因为父母是残疾,导致孩子忍饥挨饿,为口吃的逐渐养成偷盗习惯,但是,他极力想改掉以前的毛病,努力学习,以知识改变命运,事与愿违,父亲的左腿逐渐恶化,危及生命,在没有钱医治时,依然走向了偷盗而失去学业……; 三圣从小是个音乐怪才,脑子却对数学失去记忆,老师发现后义无反顾的忙碌着救治三圣的记忆,在落后的农村老师的举动被视为神经不正常,还有认为是骗钱,被汇报到公社,教育部门,老师被处分而告终;高高家庭条件相对优越,经过努力学习考上大学; 汝汝因为父亲离婚导致家庭破裂,失去上学信心,而流浪到社会上……。小道士出世当警察,收魂、灭魄、封神明,几世轮回定天下。 布局不断为世人。 正可谓:时光为盘,魂做子,千年棋局起风云!“队长,队长,醒醒…”“我的指挥失误了,让队友一个一个离去…”在这个世界中,人们想要生存,想要生存,就只有战斗。意识的模糊,该让我归于死亡之中。“想好这次复活的人选了吗?没有人比那对兄妹更能指挥队伍,也没有人比那对兄妹多承受好几把灵武。这是最后的复活核心,必须在这对兄妹之中选择一位。改变这个世界的规则!”叶墨带着记忆重生,来到了明朝,只是这里却和想象中不太一样。 在这里,有江湖 在这里,有权谋 在这里,有恩怨情仇 在这里一切的一切都将重新开始。在这崭新的大明中,且看叶墨如何书写自己的奋斗史。贤德太子遭大唐一夜灭国,投生大食攻伐血仇。 周游世界学本领,踏遍千山回初心。 本文与传统网络话本有较大不同,是我对武侠和经典仙侠的一次致敬,并且有较多正史元素。就像书名上写着的,你加载了危险游戏。 总之我得,在游戏正式开始前,给你个忠告。 呃,没错,说得就是屏幕前满脸不在乎的你... 在这里! 你不该相信任何人! OK!就这样... 总之不论你是谁,在哪里,请相信我,在看到这里的时候,你已经被卷入进了这场危险的游戏当中! 你可以试着回头,可以盯住屏幕,可以闭上眼睛... 但不论你怎么做,它们就藏在你身边,或许是卧室的床下面,或许是卫生间的镜子里(谁知道呢,它们的喜好向来与众不同)。 呃... 该死—— 它们发现我了! 看来我只能送你到这里,下面的路,你得靠自己走了! 还记得我最初说过的吗? 不要相信任何人! 包括... 从床底下朝你伸出手的我!穿越到玄幻世界,好不容易加入了圣地宗门觉醒了御灵系统 谁想到攒了几个月家底贷款炼制出来的御灵丹就被圣地的圣女师姐误食了 结果因祸得福,获得隐藏奖励 但是接下来的和灵宠服从性测试任务让白云琦傻眼了 “首先是原地转圈!” “然后是摸头舔手!” “最后是以坐骑形态出击!” ....... “师姐,你也不想你在大庭广众之下做服从性测试吧?” 本以为一次是意外,但一次接一次的被其他美少女吃下御灵丹,白云琦的心态发生了微妙的变化:这是御灵还是御人啊......一身绝世传承,妙手回春! 可悬壶济世却受人白眼,惨遭诬陷? 但,是龙,当遨游九天! 一朝出水,必踏血而归! 每天稳定两更,点点收藏不迷路!在艺校之中的人情世故这是神魔意志与人类精神的碰撞,这是斗气与魔法充斥的世界,在牧师的祈祷与召唤师的吟唱中,天才少年龙行云带领渺小的人类,决战诸天神魔。他是骑士?他是魔法师?他是学霸?他是冒险者?他是英勇的领主?他是伟大的统帅?他是无敌的战神?不他是人类的英雄。
关于网络安全的误解 如何做好信息安全 舟山网站建设 国际网络安全论坛2017 现阶段营销信息被自动地快速复制扩散或群发的方式主要有 如何制作网站 如何制作网站 许可e-mail营销作用好吗 网络安全技术有限公司 怎么建个人网站: 前世缘份的故事如何改变命运?【www.richdady.cn】 干扰【www.richdady.cn】 精神不振的心理调适咨询【www.richdady.cn】 官司的法律咨询【www.richdady.cn】 迟缓儿的康复训练咨询【www.richdady.cn】 纠纷的原因分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 特殊学校的教学方法咨询【σσЗ8З55О88О√转ihbwel 老公家暴的咨询技巧咨询【www.richdady.cn】√转ihbwel 如何解决感情纠纷?咨询【企鹅383550880】√转ihbwel 忧郁症的治疗方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 迟缓儿的咨询技巧【www.richdady.cn】√转ihbwel 前世今生的轮回解析咨询【企鹅383550880】√转ihbwel 头脑混沌的环境影响【σσЗ8З55О88О√转ihbwel 存不住钱的理财建议【www.richdady.cn】√转ihbwel 内心恐惧胆怯的案例分享【企鹅383550880】√转ihbwel 内心恐惧胆怯的心理调适【微:qq383550880 】√转ihbwel 前世老婆的前世修行咨询【微:qq383550880 】√转ihbwel 有官司的调解技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 迟缓儿的家庭支持咨询【www.richdady.cn】√转ihbwel 事业不顺的原因分析【www.richdady.cn】√转ihbwel 怎么把制作好的图片传到您们网站后台的有效空间的来获得url? 营销式网站 信息安全技术 第二代防火墙安全技术要求,-1 列举5个网络安全威胁国家网络安全支撑单位 舟山网站建设 关于开展通信网络安全检查工作的通知 网络安全重要事件 怎么把制作好的图片传到您们网站后台的有效空间的来获得url? 上海营销公司有哪些 阳江网站建设 网络信息安全与保密的威胁有 网络信息安全网 中国网络安全上市公司 丹江口网站开发 网站办公室 cc 信息安全 中国 网站运营模式 二级域名网站权重 微博营销成功的原因 太原网站建设dweb 中国网络安全上市公司 google 信息安全工程师,-1 营销管理 畅销书 太原网站定制 杭州网站建设设计 rss营销的作用 郑州网站优化_郑州网站推广_河南网站建设公司_seo外包顾问服务 2015年网络安全漏洞 网络安全宣传卡怎么做 自主营销系统 如何让百度收录网站 合肥网络安全公司排名 石家庄做网站建设的公司排名 内容营销的原则 微博营销有哪些内容 隐藏的网络安全吗 河南网络安全专科 网络安全大会2017ppt 企业网络安全设计 网站竞价 ‘营销系统 潍坊网站建设最新报价 网站规划与网站建设 淘宝营销策略简述 西安公司网站建设 二级域名网站权重 郑州网站优化_郑州网站推广_河南网站建设公司_seo外包顾问服务 论坛营销的案例分析 营销式网站 东莞 企业 网站制作 国家信息安全 研究中心 北京信息安全测评中心主任 互联网信息安全公司排名 互联网信息安全公司排名 网站竞价 网站制作哪家专业 论坛营销的案例分析 2017年网络安全周 天津 网站价格表 阳江网站建设 怎么把制作好的图片传到您们网站后台的有效空间的来获得url? 网络安全宣传卡怎么做 信息安全之业务安全 域名注册网站 百度网盘显示网络安全风险 怎么免费把自己在dreamweaver做的网站放到网上去 网络营销英文ppt 科技公司信息安全事件,-1 信息安全技术 第二代防火墙安全技术要求,-1 珠海门户网站建设 网站转微信小程序开发 网络营销书 网站办公室 小米营销策略 信息安全大赛能力 上海计算机信息网络安全协会 中国移动网络安全产品 网络安全站点 e万营销 龙华响应式网站建设 上海营销公司有哪些 网站制作公司哪家专业 百度不收录网站吗 网站建设指导 在iis网站的asp脚本文件权限分配时安全权限设置为 在iis网站的asp脚本文件权限分配时安全权限设置为 网络营销服务有哪些方面 什么是网络安全管理 模板网站不利于seo吗 如何做好信息安全 网络安全模块 二级域名网站权重 网络安全技术有限公司 网络与信息安全最新动态 营销管理 畅销书 如何制作网站 阿里巴巴的网络安全 百度网盘显示网络安全风险 公司网站维护怎么做 关于网络营销的调查 高端网站建站公司 合肥市做网站的公司有哪些 网络安全学习 长沙营销型网站建设 网站运营模式 装饰公司做网络营销 2017网络安全挑战赛 关于信息安全测评认证收费标准 网络信息安全网 信息安全的要求 济南网站推广 长沙网站设计服务 信息安全技术图片 2017网络安全挑战赛 计算机与网络安全实用技术 网络安全重要事件 如何让百度收录网站 网络安全从入门到精通pdf 网络与信息安全最新动态 域名里可以建网站 网络信息安全与保密的威胁有 网络安全攻防战 重庆建设网站 rss营销的作用 医院网络营销重要性 网站页脚 上海品牌营销服务 关于开展通信网络安全检查工作的通知 小米营销策略 网络安全重要事件 阳江网站建设 在iis网站的asp脚本文件权限分配时安全权限设置为 网站转微信小程序开发 网站制作哪家专业 ‘营销系统