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
怎样给网站增加栏目网络安全日志审计网络营销人群ui的含义网站建设学校信息安全全国网络安全办公室网络安全审计国企网站建设网站制作公司合肥商务网站设计主角:林轩 时间:2021年,宇宙外的地球的平行空间 背景:该地球上的古修仙者,欲打破天之规则,在冲击天幕的时候,导致天之痕的出现........但之后被其封印天之痕(遮掩痕迹), 但破碎的规则碎片流入时间长河,落入一孕妇体内..........后穿越者夜皇穿越天之痕是不小心毁去封印,但封印不仅是对天之痕的封印还有对未知的 天之痕外域外生物的遮蔽,封印的解除导致域外生物的入侵,而其中的智慧生物更是危险至极,身为天则碎片的的林轩必将快速成长,再次封印 天之痕,但域外的生物,以及渴望长生的古猎人会对林轩也必将有一激斗...........   黄沙少年在霓虹灯世界里的生存日记,这个从黄土地里出来的少年能否跟得上霓虹灯里的节奏,他又是否会抓住属于自己的机遇,创造出自己的势,且看黄沙少年如何用自己的方式来侵蚀霓虹灯里的光,少年驾驭黄风而起,拦世间百态五方力士,在天为五鬼,在地为五瘟。我叫李殇,师承五瘟使,从我父亲违背祖训的当日,阴差阳错被卷入两方势力争斗的旋涡中心,注定陷入无休无止的杀身大祸当中,为了活下去我变成了一个行走阴阳的摆渡人,真相伴着已逝之人沉埋黄土,拨开历史疑云,遥望过去,恍然惊觉,祸端的起因竟是我自己……湿湿冷冷的岁末残冬,迎来的却是暖人心的爽意。 我的兄弟初晨自从拥有了能改变人生的剧本,我人生中的寒冬渐渐褪去,直至了无痕迹。 这些年里,他修改人生的手法日益精湛,宛若天衣无缝。 那么,我这被金钱缠裹的俗气人生,还要从那年、那月、那日说起……原是普通的城市,一夜间成了凶地,无数都市怪谈出现,无数的人死于非命,而这一切都与一项计划有关......傀儡挣不脱手的操控,风鸢扯不断线的束缚。但你是否甘心? ...... “执吾契约,为吾使徒!天地常在,子亦长存。愿否?” “终为始,始亦终。化身尘土,还灵天地!愿否?” ...... 苍老的声音在雾海中翻腾,沉默等待那意料之中的答案...... ...... 前科幻频道《星徒》作者,日更连载1076天无断更。 地图设定、3D人设、作者信息尽在公众号,搜索“游云之语”或者“cloud-whisper”高二的时候学校校花莫名其妙的说我是她对象,害的我被学校大哥给盯上了…… 有一种孤独是,心心念念着一个人,却没有她的联系方式,如果最后是你啊,晚一点没关系。我叫路森尧,我的故事 从高二开始。怀揣着复仇的决心,凤源走上了一条未知的道路,在黑暗侵袭的各个宇宙,成为了他人的希望,而凤源自己的光又在哪里呢?I am god! 无知凡人们,献上你们的膝盖吧! 那一天,得知世界真实的辰桓定下一个小目标,成为这世间第一个神! 于是乎,受命于天的他带着上天的馈赠,开始了他收集打工人的历程。 妖魔乱世,鬼怪猖獗,大离皇朝动荡不安。 张韬一觉醒来,发现自己成为一名命不保夕的捉妖人。 妖魔图鉴,万物可辨。 凡是入手经过的妖魔鬼怪,都是不可多得的财富! 张韬惊喜发现,他竟然可以通过点亮妖魔图鉴,获取各种奖励... 阴冥之眼,九幽之瞳,换头术,赤霄真经,御神宝决,浮屠魔塔,九碑妖石,法相天地,长生不灭......
珠海网站建设公司 网站建设com 如何提升网站速度 广州信息安全协会 网络安全技术与实践 网络安全审计 ui的含义网站建设 四川开设信息安全专业 国网公司网络安全定位 再营销 前世缘份的轮回续缘【www.richdady.cn】 发育倒退的医学检查【www.richdady.cn】 精神不振的咨询技巧咨询【www.richdady.cn】 官司的前世因果【www.richdady.cn】 前世今生的故事与轮回【www.richdady.cn】 亲子关系的问题分析【企鹅383550880】√转ihbwel 前世老婆的前世案例咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 暗恋的心理调适【企鹅383550880】√转ihbwel 无形干扰的前世因果【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 什么原因意外的前世解析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 忧郁症的自我提升咨询【σσЗ8З55О88О√转ihbwel 阴间生活的文化背景咨询【企鹅383550880】√转ihbwel 升迁障碍的咨询技巧【www.richdady.cn】√转ihbwel 冤亲债主的化解方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 亲子关系的共同成长咨询【σσЗ8З55О88О√转ihbwel 公司破产【σσЗ8З55О88О√转ihbwel 情感心理咨询在线咨询【σσЗ8З55О88О√转ihbwel 孩子不爱读书的应对策略咨询【企鹅383550880】√转ihbwel 如何避免无形干扰因素咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 有官司的法律援助咨询【微:qq383550880 】√转ihbwel 四川开设信息安全专业 网络安全信息图片 苹果支付网络安全 信息安全攻防竞技平台 引擎营销教材 大数据信息安全安全 支付宝的网络营销 哈尔滨网站设计 中国计算机网络与信息安全学术会议信息安全评估多长时间 信息网络安全 监 预警 机制 广东信息安全服务资质咨询,-1 福田网站设计 城市分站网站设计 上海网站设 中华人民共和国计算机信息安全保护条例 佛山网站优化 家庭网络安全 中国信息安全测评中心隶属 互联网推广营销学院 上海网络安全大会 服务厅网络安全管理 网络营销的营销渠道 19网站建设 深圳做网站(官网)杭州培训网站建设 怎样给网站增加栏目 网站建设案例讯息 网站制作公司合肥 网站建设案例讯息 国家信息安全等级保护制度 拨号访问控制 全国网络安全办公室 上海做网站公司 mmm营销 传播式营销 传播式营销 家庭网络安全 超索引擎营销 网络安全检查 网络安全审计软件 营销型视频 网络安全法 身份认证 哈尔滨网站设计 营销门户 名词解释搜索引营销 引擎营销的四个过程 上海建站网站的企业 品牌网络营销 第九届全国信息安全大赛衡水网站制作 深圳市计算机网络公共网络安全协会 网站轮换图 2017年最新网站设计风格 江西南昌网站定制 网络安全周上海 沈阳网站建设公司 网站轮换图 深圳做h5网站设计 上海网站设 名词解释网络市场营销 深圳做h5网站设计 广州信息安全协会 华中科技大学信息安全实验室 信息安全测评备案 常见的信息安全认证有: ui的含义网站建设 公司互联网站全面改版 亚太信息安全大会 服务厅网络安全管理 信息安全国家 武汉网站建设公司 中华人民共和国计算机信息安全保护条例 营销的作用 网络营销什么软件好使 网络营销小案例分析 成都信息安全类公司 引擎营销教材 网络安全日志审计 北京市网站公司网站 信息网络安全协会联盟 整合营销的好处 国务院负责统筹协调网络安全工作和相关 互联网营销是什么 国网公司网络安全定位 光谷做网站 哪种网站 信息网络安全 监 预警 机制 珠海网站建设公司 网络安全信息图片 信息安全峰会2017 网络安全审计 网络营销什么 信息安全峰会2017 互联网营销是什么 天津网站制作 如何提升网站速度 深圳市网络与信息安全 昆山网站建设· 尽快出台网络信息安全基本法 房地产 网站 设计制作 360信息安全大会 营销培训基地 商务网站建设 免费企业营销网站制作 国企网站建设 签约 武汉新艺博彩绘 网站建设项目_武汉网站建设公司首选纵横互联 深圳外贸响应式网站建设 品牌网络营销 html5响应式网站 网络安全教程.pdf 第十届信息安全 尽快出台网络信息安全基本法 黑龙江网站建设 国家信息安全等级保护制度 拨号访问控制 如何快速提高网站排名做网站用动易siteweaver cms还是phpcms 企业网络安全解决步骤 信息安全管理 实训室 南京网站关键词优化 信息安全技术 路由器安全技术要求 网络安全评估 公司 温州手机网站推广 6p营销要素 软件信息安全讨论 沈阳网站优化排名 江西信息安全 国网公司网络安全定位 中山网站优化 网络安全法 身份认证 武汉网站建设公司 香奈儿网络营销策划书 国企网站建设 北京市网站公司网站 佛山网站优化 网络营销什么 营销门户 网络安全供应商 大数据信息安全安全 全国网络安全办公室