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
脚本对于网络安全信息安全的专业有哪些jsp网站空间淮南网站推广网站的排名和什么因素有关系网络安全事件种类2015年北京信息安全培训课程宜春网站建设无锡建网站石家庄做网站的公司为什么想要变强,因为所在乎的人需要我去守护。无限流系统搞笑来袭,看我修神良秀翻四方,这位小友,你准备好小钱钱了吗 对于别人来说,做梦是一件很平常的事,可是对于韩隋来说,做梦是一件非常可怕,非常神秘,又非常奇妙的事。演唱会上,天后苏柒随机抽选了一位幸运观众,邀请与其一起合唱。 没想到,竟然点到了一个假粉丝! “那个,我能唱首原创吗?” 面对这种“冒犯”的要求,天后哭笑不得,但还是允许了。 没想到,这观众一开嗓,便是惊艳全场! “好家伙,来砸场子的?” …… 他就是写出《平凡之路》的顾城! 一个天才作家,网剧鼻祖,流行天王…… 还有,天后的老公!天上仙人,染指人间久矣。 今我大秦既立,大秦国土之上,当无仙人立锥之地。 大秦诸位臣民,朕,先走一步了。 吾,大秦太子,以大秦之名,携人间之力,倒卷天上,从此,再无天上人间之分。一次偶然的探险,让秦枫一行人发现了一块奇异的矿石,获得了远超常人的的能力,以为自己要天下无敌了???没想到自己却被卷入了一个全新的风波中,由此也开始了他的逃亡之路,看来这个世界比自己想象的要复杂……一场荒野求生,李平安意外穿越到了大晟朝,捡到了一张县令委任状,百般纠结之下,李平安决定走马上任…… 世界格局动荡,且容他李平安护卫一方长治久安! 未来故事来到历史世界的叶南风,发现和自己想的不太一样。 万道皆修,妖魔横行。 没办法,先苟着吧。 竟意外绑定【儒道成神】系统。 “叮!您创作一首绝品诗,儒道修为+3年。” “叮!您创作一篇绝品词,奖励《天机宝术》。” “叮!您创作一本小说,奖励儒道至宝一件。” 本想一路苟到最强者的叶南风,偏偏被娘子安排科举,还不小心中了状元。 那日。 女帝登基。 叶南风看着女帝错愕不已。 “这不是我家娘子吗?”故事发生在西南某省城,以三个不同背景家庭的年轻人的主线,记述了他们为了自己和家庭而奋斗的故事。平淡的人生,其实就是最真实的生活。这三个家庭因为各种偶然的原因相识相知,一起经历了几十年的风雨岁月。本书记述了他们平凡而又多彩的人生,以此纪念逝去的岁月和见证过这一切的人们。。缘若未尽,必有重逢。念念不忘,必有回响。成年人的告别仪式很简单,你没有回我消息,我也便默契的没有再发,就这样安静地消失在彼此的生活里,好像从没认识过一样。 每件事都是最好的安排,包括你出现,包括你离开,都是最好的安排。希望你比昨天聪明,比去年自由。 他日功成名遂了,还乡,醉笑陪公三万场。 我们不能改变现实,只能安慰“今天是离别是为了以后更好的相聚”。人生有初见,相识,就一定会有离别。可是,这样的离别,还是出乎了我们所有人的意料。 纵使受尽委屈!经常会问自己!我也要努力,有时候…….让人心痛的不是离别!而是离别后的回忆!
网络安全事件种类 外贸事件营销案例 网站网页设计公司 秦皇岛建网站公司 淮南网站推广 工业信息安全培训课程 关键基础信息安全评估 中国信息安全保护制度 目前国家信息安全形式太仓做网站 济南网站设计建设公司 什么原因意外的前世案例【www.richdady.cn】 前世今生的轮回转世咨询【www.richdady.cn】 与公婆前世的前世解析咨询【www.richdady.cn】 忧郁症的原因分析【www.richdady.cn】 人际关系不好的环境影响【www.richdady.cn】 失业的环境影响【σσЗ8З55О88О√转ihbwel 孩子学习不好的辅导方法咨询【微:qq383550880 】√转ihbwel 头脑混沌的原因分析咨询【企鹅383550880】√转ihbwel 大龄剩女的婚恋规划如何制定?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的轮回传说咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭关系的自我提升咨询【σσЗ8З55О88О√转ihbwel 婴灵对家庭有哪些影响?咨询【企鹅383550880】√转ihbwel 事业不顺的前世因果【www.richdady.cn】√转ihbwel 内心恐惧胆怯的情感释放咨询【σσЗ8З55О88О√转ihbwel 前世今生的缘分再续咨询【σσЗ8З55О88О√转ihbwel 前世今生的缘分如何解读?咨询【企鹅383550880】√转ihbwel 精神不振咨询【www.richdady.cn】√转ihbwel 发育倒退的环境影响【σσЗ8З55О88О√转ihbwel 婴灵的安抚有哪些技巧?咨询【微:qq383550880 】√转ihbwel 灵魂种子治疗【企鹅383550880】√转ihbwel 青海网站建设 电信信息安全部门 梅州网站优化 如何使用陌陌进行网络营销 李苏杰网络营销 网络安全案例视频 网络安全产品分类 广安建网站 营销图片 南通动态网站建设 南昌手机网站制作 11月CISM信息安全考试成绩查询 关键基础信息安全评估 好的免费网站建站平台 内部列表email营销关键 房产网站建设 一个网站的首页设计ps 商业网站建设 网络安全审计专业 电信信息安全部门 目前国家信息安全形式太仓做网站 南通动态网站建设 网络公司网站 访客网络安全吗 苏州网站优化 重庆seo网络营销高手 如何解决网络营销问题 广州手机网站制作咨询 网站设计的文案 cms企业网站 网站三合一 九州建网站上海营销平台网站建设 信息安全目录,-1 2015年北京信息安全培训课程 商业网站建设 开发网站用什么语言 信息安全的专业有哪些 互联网营销学 顶尖网络安全公司 2016十大信息安全事件 国家网络安全标准化 十三五 网络安全 电子商务网站模板 宝鸡网站建设 阿里营销词 南昌手机网站制作 信息安全测试师 如何使用陌陌进行网络营销 朋友圈营销的好处 网络信息安全课程 网络安全审计专业 深圳网络信息安全公司排名 哈密网站建设 文案营销点 石家庄移动端网站建设 网络安全案例视频 2016中国网络安全技术对抗赛结果 网络安全等级测评要求 微商常见的营销话术 自助建站网站建设 国网计算机信息安全,-1 国家网络安全标准化 营销 服务 广安建网站 网络安全 云计算 网站面包屑导航设计特点 微博营销是指什么意思 不属于计算机网络安全技术的是 2016十大信息安全事件 网络安全审计专业 外贸事件营销案例 网站建设上海 网站报价 乐清网站优化推广 外贸网站的建设 网站报价 网站面包屑导航设计特点 大连网站制作.net 好的免费网站建站平台 太原推广型网站开发 广告传媒公司网络营销 网络信息安全事例,-1 信息安全渗透测试规范 2017信息安全发展趋势分析营销策略的方法 武汉国际网络安全论坛 视频营销的优点缺点 自助建站网站建设 信息安全目录,-1 贵阳企业网站设计制作福州口碑营销 二是网络安全是 南昌手机网站制作 免费企业网站模板 网络营销体系都有什么 网络公司网站 美国信息安全专业排名 广东网络安全宣传周 网络营销解决方案 软件信息安全方案 珠海专业网站制作公司 深圳专业网站设计公司 网站建设上海 信息安全渗透测试规范 目前国家信息安全形式太仓做网站 上海中网网络安全技术有限公司 梅州网站优化 石家庄移动端网站建设 网络安全 怎么做准入 梅州网站优化 网站的排名和什么因素有关系 雅虎网络安全 网络信息安全维护系统 且网站制作 网络安全认证培训 商洛网站建设 专业信息安全服务资质咨询中心,-1 李苏杰网络营销 深圳网络安全公司招聘 网站网页设计公司 免费企业网站模板 信息安全测评技术 对信息安全管理威胁最大的是 airbnb营销环境 济南网站设计建设公司 网络安全产品分类 网络营销的机会与威胁 专业网站设计 开发网站用什么语言 微商常见的营销话术 网络安全缺陷定义 重庆seo网络营销高手 11月CISM信息安全考试成绩查询 网络安全 云计算 无线网络安全密码怎么设置 朋友圈营销的好处 计算机网络安全课程