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
网络营销课程感想网站托管费用网络安全培训策划领袖型营销成都网络安全产业园塘沽网站建设成都 网站建设重庆网站真实案例信息安全技术论坛信息安全相关实验室福建网站建设一介神偷无意落入百年阴谋大局,在阴谋中成长,站在世界之巅。坐标魔都。 安燚从警校毕业仅仅三年就在警届名声大噪升为刑警中队长,和缉毒中队长秦枫、刑警龙五搭档破获一个个迷案。 一次探店他结识了调酒师蓝心心;一次出差他又和燕京的白玫相遇。 黑与白的交锋,爱与恨的纠葛。 抉择。 面对爱与忠诚,安燚又该何去何从?  在校大学生萧凡,从网店卖书开始,逐渐成为影响世界的文娱大佬。      其所创建的大方集团也成为千亿级别的巨无霸,涉及影视、游戏、出版、互联网等多个领域,已深深影响着全世界的文娱走向。      问及对大方集团老板萧凡的印象,人们亲切的称呼他‘重新定义资本的良心老板’、‘让华狼街投行和巴韭特畏惧的东方上帝’。 所有人对大方集团的印象都是大方、有钱。      私下里,萧凡泪牛满面:“一开始我就是想花光几万块钱,我真的好想亏本啊!”   这里没有固定的主角,但有固定的level! 你可以体会到真正的‘恐怖’! 初始之地,在宇宙大爆炸之后诞生的一个大星球,混沌时代初,混沌大神盘古出现,混沌初开,混沌时代中期,混沌大神死亡,化身为三千魔神,从此,启三千神魔大战,导致初始之地破裂为无数星球,围绕最大的星球初始之地运行,三千神魔分别占领一方星球,混沌时代末,三千神魔死亡,混沌时代结束。蛮荒时代开启,无数世界开始出现各种文明,这些世界被人们依据大小和实力强弱分为三千小世界,十八中世界,两大世界(初始之地,冥界),各世界均有产生一些顶尖强者,传说有的已经超过了三千魔神的层次,无限接近或达到了盘古大神的层次。 天玄大陆就是三千小世界中的其中一个小世界,实力巅峰时候可以排进中世界前十,出现过很多顶尖强者。 十二中世界分别是龙界,凰界,鬼界,尸界,魔界,虫界,佛界,妖界,神魔大陆,丹界以及拥有各种天火的天火大陆。宋帝都临安府爱国人士:吴俊振,与用时光机穿越过来的现代大学生:马维,两人一起被龙卷风漩涡黑洞带着,穿越到了明崇祯十六年公元1643年兴都留守司显陵卫境内,在机缘巧合之下他们俩主动应征入伍参军,从此开启一段帮助大明帝国收复失地的旅程,本文群号799968110魔妖恶怪、能人异士、超凡科技……随着黑日黑月的出现,这些隐藏在暗中的事物纷纷出现。这里,充满了危机与风险;这里,充满了宝藏和奇遇…… 但我祝天佑注定不是这个画风! 奇珍异宝?我的!灵丹妙药?我的!美人江山?也是我的! 横行天下,靠的是风骚的操作,靠的,也是天神的血脉!雷啸天为了夺回自己家族之中的至宝,银玄珠。 独自前往天鹰派,在取得银玄珠之时,被人发现逼上断魂崖,被天鹰派大长老一剑斩杀,丧命于断魂崖。 雷啸天命不该绝,被放在怀里的银玄珠吸收了雷啸天的心脉血液,认雷啸天为主,并带其灵魂破空而去,划破空间来到另一个世界,沧灵大陆,星月王城城外山林之中,进入到一位刚刚被杀害致死的少年身体之中。 在银玄珠的作用下,不仅恢复的身体上的致命伤势,还改造了少年的身体。 苏醒过来的雷啸天,知道被自己附身之人也叫雷啸天,之后便以这个身份在沧灵大陆生活了下去,依靠着银玄珠特殊能力,迅速提升自身境界,成为了这个世界的一代强者。 沧灵大陆乃是修炼者的世界,这里分为元灵境,凝灵境,化灵境,控灵境,羽灵境,归灵境,虚灵境,圣灵镜。 在沧灵大陆书写着自己的辉煌的人生,雷啸天为亲人甘洒热血,为兄弟两肋插刀,为爱人奋不顾身。 雷啸天用自己的鲜血铸造了自己的神话…… 小家族叶羽出身平凡,偶得神秘黑塔相助,一步步成长为顶尖强者。 只手握捏千山雪,剑成可斩天上仙!穿越到玄宁大陆,发现自己的金手指就是能够捡取各种属性。 从此,玄宁大陆多了一个捡取属性就变强的家伙。 【生命值+100】【力量+100】【修为值+100】【体质+100】【精神+100】【混沌血脉+1】【万剑诀+1】【神瞳+1】...... 修炼是不可能的,这辈子都是不可能的,实力不够,多捡点修为值就突破了。 你跟我说力量强,看我一拳如何锤爆你。 别说你的速度强,我的速度属性都破万了,不用身法你都追不上。 蛮族:“这个玄宁太变态了,防御这么强,还怎么打?” 古族:“他到底什么血脉,为何能够融合这么多强大体质?” 风族:“快跑,这个玄宁要追上来了。”
创新的南昌网站制作 网络营销计划 案例 信息安全相关实验室 dur网络安全小组 自建网站平台的页面功能 网站建设及优化 赣icp 网络安全广告文案案例 网络安全威胁应对经历 寻找石家庄网站建设 杭州 平台 公司 网站建设 升迁障碍的职场晋升技巧有哪些?咨询【www.richdady.cn】 小企业破产的主要原因咨询【www.richdady.cn】 孩子压力大的改运方法【www.richdady.cn】 如何了解自己的前世今生【www.richdady.cn】 婴灵对家庭关系有哪些影响?【www.richdady.cn】 学习成绩差的辅导方法【www.richdady.cn】√转ihbwel 如何解决孩子不爱读书的问题?咨询【www.richdady.cn】√转ihbwel 前世今生的轮回转世【微:qq383550880 】√转ihbwel 莫名其妙感伤的原因分析【微:qq383550880 】√转ihbwel 财运不佳的风水布局【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 灵魂化解的意义咨询【微:qq383550880 】√转ihbwel 精神不振的心理调适咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 大龄剩女的自我提升【企鹅383550880】√转ihbwel 家宅磁场的优化技巧【σσЗ8З55О88О√转ihbwel 去世的父亲的咨询技巧咨询【www.richdady.cn】√转ihbwel 去世的父亲的前世故事咨询【σσЗ8З55О88О√转ihbwel 内心恐惧胆怯的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 人际关系不好时的心理调适咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主化解咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的沟通技巧咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 营销的定位 什么是信息安全包含哪些基本内容 网络营销达内百度贴吧 保定 营销型网站建设 网站运营 山东省网络安全赛 四川网站建设信息安全测评机构 b2c网络营销模式 信息安全服务认证 家居网络营销 网站内连接 网络安全评价标准 国内顶尖信息安全企业有哪些 网络安全中的物理威胁包括什么 威胁网络信息安全 腾讯网络安全网站 信息安全认证公司 自建网站平台的页面功能 安徽合安房产营销策划有限公司怎么样 信息安全 工作 交流,-1 浙江网络营销公司哪家好 网站托管费用 中国互联网信息安全中心 网站设计尺寸 温州手机网站建设 国家信息网络安全机构 集团网站建 做网站的好公司 深圳网站备 信息安全工程师cisp认证 顺的网站建设信息 蓬莱做网站 网站被惩罚 四川网站建设信息安全测评机构 信息安全展示平台,-1上海网络安全会议2017 济南做网站 北京网站建设公司电话 信息安全服务资质 hp 领袖型营销 福建网站建设 seosem病毒营销长尾理论详解 领袖型营销 信息安全工作规划,-1 全国网络营销大赛 社区网站信息安全 昆山高端网站建设 信息安全中心招聘 网络安全工作室 什么是营销平推 中美 网络信息安全 上海信息安全测评机构 网络安全评价标准 保定 营销型网站建设 网络主流的营销方式是 集团网站建 动态网站怎么做 网页设计中网站上面的元素一个个跳出来像放幻灯片一样js 学校网站开发 长葛网站建设 北京网站建设公司电话 网络安全工作室 国家信息网络安全机构 网站制作软件 信息安全服务安全工程类 ()是未来网络安全产品发展方向. 信息安全教程 网盘,-1 网站设计尺寸 微信品牌营销案例分析 信息安全技巧 医院网络安全案例分析 惠州网站开发公司电话 信息安全展示平台,-1上海网络安全会议2017 如何构建网络安全体系 惊艳的网站 鹤壁网站建设 集团网站建 信息安全工作规划,-1 领袖型营销 微博网络营销团队网络安全和信息化杂志 信息安全等级保护ppt 网络安全 网络文明 自建网站平台的页面功能 网站托管费用 信息安全策略编制指南 顺的网站建设信息 公安部网络安全对抗赛 湖南省信息网络安全协会 包头市计算机公共网络安全协会 什么是事件营销推广 腾讯网络安全网站 信息安全等级保护ppt 模板网站与定制网站的区别 重庆整合营销案例杭州营销培训会 星沙做网站 网站被惩罚 seosem病毒营销长尾理论详解 浙江网络营销公司哪家好 网络安全事件响应 企业信息安全期刊 山东大良网站建设 信息安全服务资质 hp 家居网络营销 西安做网站 信息安全等级保护技术基础培训教程,-1 衡水商城网站制作 租网站空间 b2c网络营销模式 湖南省信息网络安全协会 网络营销难吗 旅游网站管理系统 中美 网络信息安全 网站配色表 大学生与网络信息安全 信息安全工作规划,-1 公安部网络安全对抗赛 大数据平台信息安全 个人建网站 广西免费网站制作 福建网站建设 温州手机网站建设 做网站的好公司 什么是信息安全包含哪些基本内容 网站配色表 做网站一般用什么语言 深圳网站备 信息安全直播 信息安全策略编制指南 信息安全服务认证 东营做网站 开县网站建设 网络营销达内百度贴吧 社区网站信息安全 动态网站怎么做 深圳做企业网站的公司 服装手机商城网站建设