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
展示网站方案it企业信息安全西安手机网站建设深圳自适应网站设计网络安全:两小时破译无线路由器pin码算法获得路由密码普集网站制作网站建设排版规定企业网络安全防护手段信息安全是国家什么的基石哈尔滨网站制作公司一觉醒来,获得进出异度空间异能。小岛长,土地肥,开启空间种田模式。 “以三个月为限,你若实现一个亿的小目标,就允许你追求我!” 白落雪一语成谶。 到期了,陈凌宇为何不追?他不会是忘了吧?少年李宽本是李家一个低等的奴仆,却因为一次奇遇走上了修炼的道路。妇好,中国历史上有史载的第一位女政治家、军事家,商朝第二十二代商王武丁之妻、妣辛王后。大地和天空退回三千年前的悲壮,一幅幅波澜壮阔画卷陷入眼窝。网游映射现实,大三学生江晓玩了十年的《神话》直到关服。 他把网游玩成了单机,制霸游戏各种榜单。 当别人还在打怪升级的时候,他已是满级存在,当别人拿着几十万战力炫耀的时候,他的战力早已超越一亿; 他是全服隐藏职业之首,精通所有职业技能,能随心所欲切换职业战斗形态。 且看江晓如何玩转灵气复苏的游戏世界。“我是上古的神。” 上海,16年的夏天,陆贺遇见的那个在酒吧里喝醉酒的少女如是说。 陆贺没有理会她,准确点说,陆贺把少女当作是一个中二病患者。 18年,陆贺生意失败,回到高鹤市和父母同住,楼上每天晚上都很吵,像是在开派对,“忍忍吧!这几个星期都这样,我们都习惯了。”父母都是很懦弱的人。 陆贺忍不了,他不是不敢出头的乌龟,终于是在一天夜里,陆贺穿着睡衣就冲到楼上去敲门,开门的是一个少女。 “有什么事吗?”少女问。 “你能不能安静一点?你不睡觉,别人也要睡觉的!”陆贺没好气地说。 “我认识你,好像是16年,我和你见过。”少女若有所思地点点头,“进来坐,我有事情让你帮忙。” “你听不听得懂我的意思啊?”陆贺感觉面前的少女简直是在侮辱他。 “帮点忙而已。”少女说着走回房间,留下陆贺一个人在门口吹凉风。“应该没什么大事吧?她总不能绑了我”陆贺想了想,还是走了进去……挺讽刺的,这改变了他无聊的人生。 以此铭记那段时光。一个来自未来的科学家,带着自己的机甲来到了一个奇幻的世界。修炼才刚刚开始,家族却已经四面楚歌,覆巢之祸就在眼前。可是姜明却是一点不慌,因为他的机甲变异了。友谊一代绝世天才意外死亡,魂穿地球,凭独门功法,纵横都市……  红色玛瑙似的石头、会唱歌的古木、夜半时分龙的低沉的吼叫、以及阴森的密林中的鬼怪……以及他,瘦弱的读书之人,却为何要爱上了一位美艳多情的少女,非常不幸地使自己卷进了万劫不复的纷争之中……   风高月黑之夜,他来了,沉重似铁的脚步声一度使石头颤抖,天上的月轮见了也不得不向他点头哈腰。他是真正的强盗,雄伟的身躯,过人的胆魄,尚且还有狡猾的头脑。杀人无数的他略显苍老,却并没有忘记儿女情长,风花雪月的日子使人不变老。他是少女的梦,少女还有另外一个梦,便是那读书人的眼眸,那是何等清澈的泉水般的眸子啊。狭路相逢,一头是那读书人,一头是强盗低沉的怒吼,刀抽出来了,上面残留着映着月轮的寒冷的血…… 这便是玄域之地,离奇可怕之事所在多有,天空一度呈现不祥之色,红色的雨飘洒在苍老的大地如雪花飞舞…… 人们纷纷逃离,而那位读书人却不能,因为他得保护着那位少女……      最后,读书人发现少女竟然… 天地初始,孕育造化之九塔,镇天地之混沌,衍天道之灵,构筑万界秩序,演化万界生灵。   时光飞逝,流转亿万年岁月,九塔蒙尘。   都市发展迅速,进入科技新时代,城市高楼林立,灯火通明,一位名为纪十安的少年正在密林中举起了他的弓箭。。。。。
网络营销人群分析报告 网络安全检查方案 苏州有哪些网站制作公司 网站首页制作 网络安全 僵尸网络 网站 网站建设定制 信息安全准入 网络安全技术应用期刊 网络安全的认识 成都网站建设电话 家庭关系的沟通技巧咨询【www.richdady.cn】 家庭关系的教育建议咨询【www.richdady.cn】 财运不佳的改善方法【www.richdady.cn】 孩子不爱读书的阅读习惯如何培养?【www.richdady.cn】 前世缘份的续写有哪些方法?【www.richdady.cn】 突然过世的原因有哪些【企鹅383550880】√转ihbwel 婴灵的安抚与超度【微:qq383550880 】√转ihbwel 发育倒退的环境影响威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主干扰有哪些症状?咨询【www.richdady.cn】√转ihbwel 与老公前世的识别方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 存不住钱的咨询技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 不爱读书的咨询技巧咨询【σσЗ8З55О88О√转ihbwel 人际关系不好的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婚姻生活不顺的解决方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家庭关系的和谐共建方法有哪些?【企鹅383550880】√转ihbwel 家庭关系的沟通技巧【微:qq383550880 】√转ihbwel 冤亲债主的干扰与超度【σσЗ8З55О88О√转ihbwel 与女友前世的因果关系【σσЗ8З55О88О√转ihbwel 去世的母亲的前世解析【σσЗ8З55О88О√转ihbwel 去世的母亲的去向解析【www.richdady.cn】√转ihbwel 中国 局网络信息安全 建设手机网站费用 高特效网站 上海建网站的公司 信息安全管理的原则 网络安全检查方案 西安信息安全企业,-1 展示网站方案 网络信息安全管理员培训 429网络安全日 百度 淄博网站制作 信息和网络安全会议 口啤营销 网络信息安全建设方案 罗湖网站建设 信科网络 网站管理公司 论坛发帖推广营销服务 石家庄微网站建设公司网络安全技术开放引进 引擎营销收费 网络安全word 柳州网站设计 国际网络安全 武大信息安全夏令营 南昌网站优化 东莞网站建设 极速营销软件 无锡网站制作 佛山本地的网站设计公司 数据库营销网络营销学 网络信息安全竞赛 工业控制系统信息安全蓝皮书 站外营销策划 中国 局网络信息安全 建设手机网站费用 高特效网站 网络安全与信息办公室 广州市手机网站建设 上海建网站的公司 全网营销 执行系统 网络营销人群分析报告 引擎营销收费 中国 局网络信息安全 信息安全等级保护推荐 网站好坏 网络安全月报 网络安全检查方案 网络安全日志跟踪诊断 青岛营销型网站建设 信息安全是国家什么的基石 即时通讯工具营销 深圳企业建网站公司 数据库营销网络营销学 网络安全 个人隐私 文章 展示网站方案 深圳自适应网站设计 网站的申请 光效网站 国际网络信息安全 网络信息安全管理员培训 苏州有哪些网站制作公司 网站建设的域名注册 网站首页制作 429网络安全日 百度 赣州网站制作 深圳营销外包公司有哪些 网站开发费用报价单 淄博网站制作 无锡网站制作 国际网络安全 合肥网站建设的公司 洛阳做网站 访问京东为网站选择5个核心关键词和30个长尾关键词? 中国顺德手机网站设计 口啤营销 湛江网站建设 网络安全招生 公安部网络安全管理局 西安网站建设案例 网络信息安全建设方案 网站 网站建设定制 网站建设 技术 智能电网信息安全 电信网络与信息安全微博营销的作用是什么意思 福州做企业网站的公司 西安网站建设案例 网络安全技术应用期刊 网络安全:两小时破译无线路由器pin码算法获得路由密码 网络安全日志跟踪诊断 企业网络安全防护手段 网络营销词语 网络安全与信息办公室 营销案例分析范例 网络安全word 制作网站的流程 房地产网站制作 北京网站设计制作 网站建设策划 信息安全相关政策 宁波网站设计 江苏信息安全等级保护 南宁建网站 怎样搜网站 太原优化型网站建设 网络安全集中监控 网站开发费用报价单 hefei 网站制作 网络营销的技巧是什么 公安部网络安全管理局 哈尔滨网站制作公司 网络安全的案例题 成都网站建设电话 清华大学 信息安全,-1 网络营销策划书的撰写 支付宝网络营销成果 深圳营销外包公司有哪些 上海网站维护 网络安全的案例题 信息安全研究29 河南大学生信息安全 信息安全准入 信息安全准入 网站的申请 无锡网站制作 论坛发帖推广营销服务 一个空间建多个网站 网站模板的好处 网站建设中图片郑州微网站建设 搜索引擎营销分析 拉萨网站建设 信息和网络安全会议 网络发展对营销的影响 关于网站设计的价格 重庆网站布局信息公司 网站营销推广 信息安全研究29