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
东营做网站网络营销120种了解凡客企业网络营销现状分析目前企业网络营销存在的问题罗湖网站设计2017年信息安全会议信息安全条例 确定单页网站网站建设论坛负责信息安全等级保护工作的监督昆明企业网站开发 乱世之土,命如蝼蚁。 杀人放火,唯见真我。 仙道茫茫,无数修士如同过江之鲫,都想登天一途,炼气、筑基、结丹、元婴..... 尘世间的一叶浮萍,不甘就此飘零浮沉! 苟凡尘,争修行,踏仙路!Faker:单杀叶一修?你在开玩笑吧?什么人能单杀一座防御塔?我单杀他的唯一机会就是在输掉比赛后跟他握手的时候。 Theshy:修哥,我们五五开好不好?我们安稳发育好不好?求求你别再单杀我了。 污渍:他才是世界第一VN! 山泥若:修神,永远滴神! 听着众人对自己的评价,叶一修偷偷看了眼自己的白银段位,额头狂冒冷汗。 不懂就问,如果一个世界冠军被人发现其实是个白银的菜逼,会不会被人给打死?在线等,挺急的!! 一次意外,世界顶级雇佣兵穿越到异世界,成为了银龙城附近的猎人。 十几年过去,他一直以为自己穿越而来只会成为一个闲散的猎人,每天只会钓钓鱼,抓几只兔子,摘几株药材换酒钱打发时间,最大的乐趣不过是调戏邻居的小女孩。 但在他十五岁的凛冬日,村子里最强大的猎人大胡子离奇失踪,无奈之下,庭瑞只得踏入到苍茫山脉寻找大胡子的踪迹。 越过茫茫群山,踏过无数冰雪,他终于找到了大胡子在坚冰上刻下的痕迹。 但令人费解的是,上边只留下了一个潦草的“鬼”字便再无其他痕迹。 就在林庭瑞感到疑惑沉下心思思考的时候,他的身后突然响起了喀嚓喀嚓的踩雪声…… 师父常说,山下女人都是老虎,但师父亦常说,我不入地狱,谁入地狱。 于是,夏天化身打虎英雄,奔往山下。 夏天:“师姐,收起你的胸恶,让我用爱感化你……” 一觉醒来陈文发现自己穿越了!然而青梅竹马准未婚妻因为家中负债,被逼嫁给隔壁地主!为了挽回心爱的她,为了做一个富贵闲人,陈文不得不整出一个又一个的小发明,经商致富,种田发展,一步步做大做强,再创辉煌!在一片大陆之上,国家繁多,相互征伐,国家更迭极快,更多武林之士,更愿意依靠盟派的庇护由此,练武成仙的热潮兴起,致使人间霍乱频发。在天虞中有一人,出身不凡,却喜好游历各地……刘阳三岁被一对不孕夫妇收养,同时被收养的同龄妹妹刘晨与他一起进入刘家,却因天生怪病被另眼相看,这般悲惨命运却被一位白发神医华佗扭转......一颗古老的九神珠,机缘巧合落在了白子夜的手中。还附赠一个自称北帝的男子。两人为了达到各自的目标,携手度过重重难关。这个世界是无比的疯狂 沐川七,一个国家的皇子,一个捍卫太平的修士,和他的兄弟胡东,在这伸手不见五指的世界,开辟光明。在另一个宇宙的地球上,人类的延续和发展受到了其他高级异能种族的制约,在逐渐掌握了高水平的科学技术和魔法技能后,人类开始反击其他种族最终取得了胜利;在没有了外部生存压力后,人类在全球范围建立起了大大小小的国家分别进行发展,并取得了相当高的文明水平;可就在这个高速发展的时期,人类内部的矛盾却被激化,东西方国家之间爆发了规模硕大的“东西大战”,许多国家被战争毁灭,战后的世界分裂为东方和西方两大集团,互相对峙并少有来往;在这样的对峙中,世界整体迎来了几十年的和平期,但不安的因素如同乌云一般笼罩在人类的头顶,一场大战仿佛随时会爆发......
腾讯营销案例 网络安全攻防竞赛 南京信息安全测评中心地址,-1 内容信息安全专员 微信营销技巧 数据库网络安全 聚美优品营销ppt 互联网软文营销案例 酒店网络营销方案样版 春秋 网络安全 塔罗牌占卜与心理分析咨询【www.richdady.cn】 事业不顺的职场建议【www.richdady.cn】 发育倒退的自我提升【www.richdady.cn】 事业不顺的职场调整有哪些方法?【www.richdady.cn】 前世今生的因果关系【www.richdady.cn】 干扰【企鹅383550880】√转ihbwel 头脑混沌的自我提升咨询【企鹅383550880】√转ihbwel 婴灵的安抚有哪些技巧?【微:qq383550880 】√转ihbwel 失业的咨询技巧【企鹅383550880】√转ihbwel 大龄剩女的改运方法【企鹅383550880】√转ihbwel 儿子不读书的环境影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 存不住钱的解决方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 缺心眼的心理调适【σσЗ8З55О88О√转ihbwel 与女友前世的前世缘分【www.richdady.cn】√转ihbwel 前世缘份的缘分奇迹咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 工作升迁的障碍与突破咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 耳鸣的前世因果【www.richdady.cn】√转ihbwel 长期精神不振的原因咨询【σσЗ8З55О88О√转ihbwel “缺心眼”对人际交往的影响咨询【σσЗ8З55О88О√转ihbwel 事业不顺的心理调适咨询【www.richdady.cn】√转ihbwel 网络安全教学平台 镇江网站优化 汕尾网站建设 上海绿盟计算机网络安全技术公司 美国信息安全排名 信息安全实例 网页信息安全 营销劣势 网络营销基础知识 酒泉做网站厦门网站建站 国家网络安全周专题 中山移动网站建设公司 三只松鼠 动漫营销策略 南京信息安全测评中心地址,-1 微博传播营销的特点中央网络安全和信息化领导小组 网络营销应该这样做 网络营销策略班 高级网络安全 网络信息安全的真相pdf,-1 公安部网络安全局官网 昆明网站建设价格低 医疗网络营销 重庆网络营销服务. 中国广东手机网站建设 简洁网站 负责信息安全等级保护工作的监督 互联网软文营销案例 信息安全参考标准 春秋 网络安全 创新的南昌网站制作 郑州网络营销外包 办公信息安全意识 网络安全 网站 网页信息安全 网络营销大连 中国信息安全大会 中山移动网站建设公司 关于网站建设live2500 局信息安全 网络安全方案 qq音乐网络营销方案 深圳网络安全技术公司 信息安全风险评估做什么 军用信息安全等级军b级 2015年网络安全大事记 信息安全的基本要求是 外卖网站设计 优质的常州网站建设 亳州网站制作 章丘建网站 聚美优品营销ppt 武汉市网站制作 手机信息安全 ppt 河北做网站哪家公司好 深圳网络安全技术公司 顺德网站建设原创 微营销新闻 微博传播营销的特点中央网络安全和信息化领导小组 中科大信息安全 信息安全应急响应服务 珠海集团网站建设报价 1.2信息交流与网络安全 自己建网站的优势 马鞍山网站制作 昆明企业网站开发 酒店网络营销方案样版 q群营销 ps做网站 2012年网络安全事件 昆明企业网站开发 什么是渠道营销策略 负责信息安全等级保护工作的监督 信息安全设计 qq音乐网络营销方案 网络安全科普 深圳网络安全技术公司 企业营销网站建立 信息安全热点事件 石材网站建设 网络安全练习 信息安全测试师 单页网站 网络安全认证培训 章丘建网站 网络营销120种 内容信息安全专员 北京网络安全评测公司 北京信息安全公司业务 创新的南昌网站制作 春秋 网络安全 银川建网站 全球信息安全企业排名 关于网站建设live2500 中山移动网站建设公司 办公信息安全意识 宿迁网站建设 中山移动网站建设公司 简洁网站 微营销新闻 公司中信息安全管理工作般做什么 qq音乐网络营销方案 中山移动网站建设公司 公安部网络安全局官网 湖州网站建设 2015年网络安全大事记 营销名家 宿迁网站建设 网络安全 网站 亳州网站制作 上海网站营销 ps做网站 汕尾网站建设 互联网软文营销案例 郑州网络营销外包 信息安全 展会 2017 新媒体营销的典型案例 天津理工信息安全课程 信息安全参考标准 网络安全新生态 营销突破chinasec安元可信网络安全平台 优质的常州网站建设 信息安全意识培训ppt 酒泉做网站厦门网站建站 山东省信息网络安全协会是骗人的吗 信息安全测评中心 郭涛 太原网站开发哪家好 电商客户营销软件 网站建设论坛 广州网络安全大会 关于网站建设live2500 做网站设计服务商 学网络营销的学校 网络营销基础知识 局信息安全 信息安全条例 确定