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
网络营销运作营销方案班河东做网站网络营销传播渠道网络营销的历史起源房产网站建设做网站教程网络安全监测设备腾讯营销案例郑州网络营销外包重庆 网络安全著以此书,以致我心中的一段奇妙冒险。世上最难的不是苦,世上最难的是情。 你可渡天下有情人,而你却渡不过自己的情。 难道唯有无情方为大道 如果你是他你是选无情入有情,还是由有情变无情! 这是七情六欲之间的战斗! 这是初心与本性的争夺!一个理科大学生意外灵魂穿越来到异界大陆,重生在战场之中。这是一个以玄气修炼为尊的玄之大陆,他历经磨难却百折不挠,从小小的玄者到一方霸主的玄王,他的每一步都异常的艰险,精彩人生,从穿越异界开始。人生无常,大肠包小肠。 孟飞穿越到漫威世界,成为中城高中的一名高中生。 并且绑定签到系统,开局签到终极帝皇铠甲。 在哥伦比亚研究院签到,获得三星奖励,兔符咒。 在复仇者联盟大厦签到,获得四星奖励,镭射眼。 在联合国总部大楼签到,获得五星奖励,暗影军团。 …… 两年后,当灭霸带着他的紫薯兵团入侵地球时。 只见地平线上亮起一道耀眼的光芒……全球穿越末世,开局每人一个手环! 【每天零点,核辐射将会提升!】 【小心!核冬天,尸潮将会随机刷新!】 【你可以走出庇护所,在废土上寻找求生物资!】 【你手中的武器是你唯一可以信任的东西!】 林凡来到核战争后的废土世界,原以为会和别人一样朝不保夕。 但没想到,只有他获得了金手指!开局到账1000亿! 当别人还在为活下去发愁的时候,林凡已经躺在自己的庄园里晒太阳喝茶打游戏了! “又是他!他的钱难道用不完么!?” “快快快,林凡建立了末日帝国!我要给他当一辈子小弟!”  太玄天威,大道煌煌!   意外来到天玄界的徐澈本想着安稳读书体会异界风景。   一起突然的怨尸事件,一只摄人精气的恐怖鬼怪,一位身份神秘的小镇杀猪匠,一本破旧的书……   徐澈突然发现,力量才是安稳的前提!   为了自保,本想着好好当一个读书人的徐澈拜师杀猪匠,而世界,从这天就开始发生变化……秦凡为救老婆,不得已暴露自身能看到宝物气息的能力,不断捡漏,只要是宝物,在秦凡的眼中都无所遁形,因此引起各方势力的注意,破真伪,看人心,鉴宝捡漏,玩转人生…… 陆然继承了爷爷的遗产杂货铺,发现可以跨越两界,地球和玄幻世界。   玄幻世界灵气稀薄,物资匮乏,但修炼体系完善,地球灵气浓郁的可怕,却没多少人修炼,修炼体系更是一塌糊涂。   随便带过去一株中药去玄幻世界,都是人人疯抢的天材地宝。   玄幻世界不值一提的功法,法宝,拿到地球,都是顶级的。 依靠两界的物资差距,陆然迅速修炼,并发家致富。山河碎,群雄据,荒兽出,世间乱。 护客楼,天灵大陆上最大的一个护送组织;护客人,护客楼的第一执行人。 执我手中剑,护送天下客! 我为护客人,只为守护一方人! 何青穿越到天风大陆,开启金手指,竟然能探查人生剧本! 从此别叫我何青,请喊我龙傲天! 随意一看,我的婢女竟然是女帝之姿,还修炼什么? 开舔就完事了。 【姓名】:竺烟   【体质】:凤凰涅槃,浴火而生,女帝体质,号令众生   【命格】:天降大运   【人生剧本】:.....   【好感】:20   【近期经历】:..... 从此天风大陆多了一个左拥右抱,醉生梦死,羡煞旁人的...不知名大佬。
东莞seo网站优化 山东网络安全周 微信营销有多少种方式 珠海专业网站制作公司 郑州网络营销外包 灰色网站 网络安全 云计算 浙江网站设计公司电话 公共无线网络安全吗 网络营销课程的ppt 存不住钱的财务规划【www.richdady.cn】 如何克服升迁障碍?咨询【www.richdady.cn】 家庭关系的心理调适【www.richdady.cn】 冤亲债主的干扰与因果【www.richdady.cn】 婴灵的预防措施咨询【www.richdady.cn】 强迫症的症状与诊断【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 强迫症的环境影响威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 邪灵咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与公婆前世的前世案例威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世因果化解方法【微:qq383550880 】√转ihbwel 缺心眼的原因分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 升迁障碍的改运方法【σσЗ8З55О88О√转ihbwel 学习成绩差的心理调适咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 特殊学校的教学方法【www.richdady.cn】√转ihbwel 冤亲债主【www.richdady.cn】√转ihbwel 与女友前世【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与公婆前世的前世缘分咨询【www.richdady.cn】√转ihbwel 冤亲债主的干扰原因【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 大龄剩女的情感生活如何改善?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 学习成绩差的环境影响【企鹅383550880】√转ihbwel 西安企业网站建设 手机网站分享 北京网络安全产业联盟 个人上网确保网络安全 网络安全监测设备 2017信息安全发展趋势 深蓝 信息安全 互联网加数据库营销 医疗网络营销 广州网络安全培训 灰色网站 哈密网站建设 做生意的网站 网络营销课程的ppt 酒店网络营销方案样版 专业的网络营销首选公司 网站建设 福州 哪个学校有信息安全李宁网络营销策划书 网络营销的适用范围 摩拜单车营销策划书 广西南宁市网站制作公司 信息安全控制措施是指 公司网络营销的方案 公司中信息安全管理工作般做什么 信息安全测试师 举例说明网络安全面临的威胁 网站网页设计公司 网络安全证书查询 广东网络公司营销排名 四川互联网营销公司微信朋友圈营销好处 临沂在线上网站建设 广告营销技术sem 企业网站的意义 企业网站的意义 开发网站需要哪些技术 江门网站建设 信息安全测评中心 郭涛 网络安全主要涉及信息存储安全信息传输安全网络应用安全等3个方面 重庆南川网站制作公司推荐 医疗网络营销 广州网络安全大会 灰色网站 网站网页设计公司 上海中网网络安全技术有限公司 网络安全证书查询 2015年我国互联网网络安全态势报告 重庆 网络安全 信息安全展 网络营销有什么策略 菏泽网站推广 网络安全传输 贵州 网站建设 信息安全等级保护发布 网络营销有什么策略 公司中信息安全管理工作般做什么 营销型网站策划 网络安全一体化 公司中信息安全管理工作般做什么 广州做手机网站信息 网络安全整改 国内信息安全管理标准,-1 河东做网站 如何用网络营销的方法有哪些方法 禁忌网站 摩拜单车营销策划书 网络安全技术吧 搜索引擎营销是一种 广东网络公司营销排名 网络营销课程的ppt 自己创造网站平台 开发网站需要哪些技术 专业的网络营销首选公司 网络安全传输 开发网站需要哪些技术 广西南宁市网站制作公司 网络营销运作 网络安全防护评测报告 医疗网络营销 计算机网络安全测评师 办公环境安全 信息安全 信息安全测评机构的资质认定主要有哪些 设计师网站 开展网络安全工作 厦门手机网站建设公司 网络安全技术吧 信息安全展 哪个学校有信息安全李宁网络营销策划书 信息安全计划 怎样开展内容营销 为了保护信息安全本次删除已被禁止 信息安全测评中心 郭涛 青岛网站推广 网站响应式和非响应式 医院网络营销 网络安全整改 信息安全等级保护发布 旅游网站设计 苏州网络安全作业 设计网站的软件 浙江网站设计公司电话 上海中网网络安全技术有限公司 上海绿盟计算机网络安全技术公司 北京网站建设公 苏州网络安全作业 滨州建网站 网站管理系统 新网站建设平台 石家庄网站营销 哪个学校有信息安全李宁网络营销策划书 开展网络安全工作 关于营销的网站有哪些内容 重庆 网络安全 网络安全监测设备 摩拜单车营销策划书 灰色网站 微信营销有多少种方式 网络安全整改 信息安全 英国 自己创造网站平台 网络安全一级学科 网络营销课程的ppt 禁忌网站 山东网络安全周 新网站建设平台 网站信息安全解决方案 战略性网络营销策划书 上海绿盟计算机网络安全技术公司 怎样开展内容营销 网络安全防护评测报告 广西南宁市网站制作公司 浙江网站设计公司电话 网络安全审计专业 信息安全展 网络营销与消费者行为 滨州建网站