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
农村宽带建设营销方案美团的电子邮件营销信息安全管理的重要性郴州网站优化营销型网站建设页面云南省网络安全营销型网站建设页面网络视频营销的作用产品微营销网络安全法多少条网站设计公司 长沙 在异能流行的世界中,源明空明明觉醒了异能,成为了1/500的存在,却根本无法使用异能。 直到异能觉醒的5年后,赴约路上的源明空遭遇了一场“主角专供”车祸,并获得了痛苦烙印。从此,他开始使用异能,并和一位总是与他吵吵闹闹的少女一起解决种种问题。古神大陆自诞生以来便流传着一个传说,命运之门会在一个时代结束时降临,得见命运之门者,可以登临神境,进入命运之门者,可获永生。 …… 杨凡天生道骨,却被家主算计和爱人偷袭,落了个修为全失,道骨被夺的下场,正当奄奄一息时,遇到了曾经见过命运之门的鬼圣阴无虚,并夺了对方的一身机缘…… 境界划分:炼体、苦海、神宫、仙台、破虚、同体、大圣、大帝、半神、神……赵阳意外绑定可以往返现代与明末的传送门。 穿过传送门,对面是气势汹汹,向着他冲刺而来的八旗骑兵。 数次尝试都铩羽而归,赵阳直接上交传送门,与官方合作。 当官方看到赵阳展示的另一个世界后,整个大夏都为之轰动。 一个星球的资源,一个全新的未开发世界! 大夏官方第一时间下定决心,制定绝密计划,设置最高权限。 终于,再次踏入明末大地的赵阳。 身后,是一条蓄势待发的庞然巨龙……“我说的话,纯属虚构,如有雷同纯属巧合,如果你也有相同的经历,你就权当这些都只是个梦罢了,醒不来的人,才会羡慕醒的来的人。”——墨濪一位异世来客,意外穿越到类似山海经一样的修仙世界,他凭借着金手指和自身智慧度过一个个难关。 比如穿着人皮的老太太,喝血吃肉的飞尸,能够杀人于无形的鬼魅,诡异的祭祀,控制怅鬼的梼杌,嫉妒贪婪的饕餮,鬼狐办理的妓院,上古残留的神肉,无心的贯胸人,死亡才能繁殖的人,人首兽身的异人……魔妖恶怪、能人异士、超凡科技……随着黑日黑月的出现,这些隐藏在暗中的事物纷纷出现。这里,充满了危机与风险;这里,充满了宝藏和奇遇…… 但我祝天佑注定不是这个画风! 奇珍异宝?我的!灵丹妙药?我的!美人江山?也是我的! 横行天下,靠的是风骚的操作,靠的,也是天神的血脉!意外穿越来到平行世界。 陈宇绑定了“究极治愈游戏系统。”开启了新的人生。 只不过.... 这治愈游戏好像有些不同。 303公交往事的护士女鬼姐姐来治愈你。 青峰精神病院的慈祥老奶奶来治愈你。 寂静中学的柴刀学妹告诉你沉默是金。 牛角村的小嫂子告诉你要相信唯物主义。 一个个游戏被陈宇发布出来,而他家里的刀片已经堆积如山。 所有玩家都在拼命地寻找着他的住处,纷纷表示想要“友好拜访。” 作为80后,这是一个物欲横飞,日新月异的时代。这一代人,是不幸的,不幸之处在于他们遇到了太多的改革和变化,新的事物铺天盖地,于是他们不得不努力的去适应和习惯。习惯不了,适应不了,就会被淘汰。早些年生的人出去打工,多少可以靠着运气和勇气拼得盆满锅满,但是他们不一样,运气是有的,只不过少得可怜。因为他们处在中间,少许的运气之后,很快满大街的大学生涌入社会,把他们的运气全吸走了,所以很多人只得选择老家。以前打工人人都选择“杀广”,现在沿海城市的很多工厂倒闭了,也有不少的工厂搬到了内地,那些打工的年轻人就只能返回家乡,凭着自己没有任何优势的技能重新找工作,重新开始新的生活。他们游走在社会的边缘,是被容易忽略的一群人,也是容易被忘记的一群人。 这里没有无尽的斗气,没有瑰丽的魂环,有的只是无尽的诗词和读书人为尊的世界。 浩然正气孕忠魂,文华之气惊诸圣。 拳打诸子百家,脚踏天妖南蛮。 无数读书人长叹,天不生孟飞,儒道万古如长夜! 贺宏己是一名十九岁的大学生,三观正,爱国家,家境富有,但是钱财来源多是他那唯利是图的父亲收敛来的不义之财,曾被贺宏己多次匿名举报。 有一天一个女孩告诉他父亲,如果再行不义之事,报应将会降临在你的后代之身,果不其然,在贺宏己的父亲想要挖掉英烈之墓建造房产时,贺宏己便意外坠楼了,这一切贺宏己都不知道是如何发生的。 在坠楼的一瞬间,贺宏己来到了一片空白的空间内,他遇到了一个穿着绿裙子的女孩,这个女孩改变了贺宏己的一生,她给予了贺宏己特殊的能力,把他带到了武工队传奇的世界里。
韶关网站建设专业建设网站制作 网络安全年会 海尔电脑网络营销战略 深圳信息安全评估公司 中国国家信息安全漏洞库(cnnvd),-1 四川信息安全杂志,-1 营销型网站建设页面 苏州市信息安全等级保护网 营销型网站建设页面 网络安全与我们的关系 冤亲债主的干扰与化解咨询【www.richdady.cn】 老公家暴的自我保护咨询【www.richdady.cn】 什么原因意外的前世缘分【www.richdady.cn】 如何提高孩子的阅读兴趣?咨询【www.richdady.cn】 莫名其妙感伤的情感释放【www.richdady.cn】 心慌胸闷头晕的案例分享【www.richdady.cn】√转ihbwel 脑部不清晰的生活习惯【微:qq383550880 】√转ihbwel 家庭关系中的矛盾如何解决?【企鹅383550880】√转ihbwel 大龄剩女的婚姻建议咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 特殊学校的前世记忆【σσЗ8З55О88О√转ihbwel 纠纷的解决方法【σσЗ8З55О88О√转ihbwel 不爱读书的教育建议【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 人际关系不好的自我提升【企鹅383550880】√转ihbwel 家庭关系的沟通技巧有哪些?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与公婆前世的识别方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 脑部不清晰的解决方法【σσЗ8З55О88О√转ihbwel 儿子抑郁症的案例分享威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 什么原因意外的前世解析【企鹅383550880】√转ihbwel 冤亲债主干扰的根源是什么?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 儿子不读书的咨询技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 四川信息安全杂志,-1 深圳整合营销行业 网络安全相关案例 信息安全等级保护 国标 陕西信息安全产业基地 中国国家信息安全漏洞库支撑单位 微博营销成功 济源建网站 网络营销推广方式有哪些 网络信息安全是智慧城市的基石 title:网站制作公司 powered by dedecms 关于公司的网站设计 网络安全大事件 营销员之家成都网站建制作 东莞制作网站 深圳网站开发 为何要网络安全审计 机关网络安全视频 代运营网站 信息安全 代码 鹰潭网站建设 网络安全协议都有哪些内容 营销员之家成都网站建制作 2017年全国网络安全周 中国网络安全部门 代运营网站 常见的信息安全的产品有哪些 网站网页文案怎么写 广告营销推广 国家信息安全等级第一级保护制度,-1 国家网络安全中心领导小组办公室 title:网站制作公司 powered by dedecms 澳大利亚 网络安全部 中国信息安全等级测评网 网络安全服务费 东莞制作网站 小红书的网络营销方式 北京旅游型网站建设 dw建网站 信息安全服务资质一级资质 个人怎么做网络营销 网站建设技术网站建设 网络信息安全基础实施细则 营销运营方 国家网络安全周 网络安全与大数据 信息安全等级保护 国标 绵阳网站 国家信息安全管理机构 深圳官网网站建设 杭州网站建设公司联系方式 网络营销推广方式有哪些 深圳网站开发 wifi加网络安全认证 陕西信息安全产业基地 无锡网站建设 上海市网络安全宣传周 2017年全国网络安全周 电子商务与网络营销 网站建设名牌 网站建设技术网站建设 关于网络安全的思考 中国国家信息安全漏洞库支撑单位 网络安全与我们的关系 信息安全等级保护标准体系遵循以下原则 全面性 系统性 先进性 信息安全趋势考试 中华人民共和国网络安全法读后感 澳大利亚 网络安全部 代运营网站 上海市网络安全宣传周 微博营销成功 长春网络安全培训班 云平台信息安全,-1 网络安全态势可视化 网站建设 网络推广 中国国家信息安全产业 天津市信息网络安全协会 杭州网站建设公司联系方式 三亚网站建设 网络安全最基本的技术 保山网站建设 美团的电子邮件营销 涉及国家秘密的计算机网络安全隔离设备的技术要求和测试方法 深圳信息安全评估公司 网店营销案例 国家网络与信息安全研究所 朝阳网站建设 网络安全大事件 农村宽带建设营销方案 电子产品商务网站模板 网络安全错误错误代码 信息安全 西安 网络安全态势可视化 网络安全百度网盘 东莞 建网站 昆明做企业网站多少钱 it网络安全 网络安全 读书报告 跟信息安全相关的 网站欣赏网站 年度网络安全规划 网站整合营销 济南网站建设第六网建 网络注册信息安全工程师培训 戴尔网络营销的策略 信息安全的主要特性 网络安全涉密事件 网络安全法 行业 信息安全网站 网站制作公司电话 四川信息安全杂志,-1 北航 信息安全 导师 网络安全年会 网站制作 番禺 信息安全 代码 易尚网络营销公司 昆明做企业网站多少钱 做个网站要多少钱 无线网络安全现状分析 电子商务与网络营销 临清做网站 东莞制作网站 国家网络与信息安全研究所 东莞 建网站 信息安全的主要特性 中国信息安全等级测评网 东莞制作网站 江门建网站 信息安全 泄密 网络安全 准则 江门建网站 禅城区做网站策划 中国国家信息安全漏洞库支撑单位 怎么给网站添加站点统计 网站欣赏网站