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
顺义手机网站建设企业网站制作吉安网站建设徐州网站推广中国最强信息安全专家外贸家具网站首页设计外贸家具网站首页设计华中科技大学信息安全综合设计与实践网站的优势东莞营销商城网站建设汕头网站优化末世时期华武帝国各地受大量魔尸侵害,成为一级戒备感染区,不少的人民为了躲避魔尸和变异体的攻击来到了华都安全区,玄清观派出弟子潜伏众多感染区寻找感染始作勇者妇好,中国历史上有史载的第一位女政治家、军事家,商朝第二十二代商王武丁之妻、妣辛王后。大地和天空退回三千年前的悲壮,一幅幅波澜壮阔画卷陷入眼窝。历史上,有很多名人,这些人性格多样,而我们故事的主角丘吉尔也有自己的性格,他的性格一个意志坚强、精力充沛,而且是个雄辩的演说家。在对德作战时期,他充分运用了这些素质来领导国务活动。他拒绝投降,他抨击希特勒及其党羽并号召全国人民积极抗战,最终成功赢得了生死之战。高二的时候学校校花莫名其妙的说我是她对象,害的我被学校大哥给盯上了…… 有一种孤独是,心心念念着一个人,却没有她的联系方式,如果最后是你啊,晚一点没关系。我叫路森尧,我的故事 从高二开始。九天路上谁为尊,一遇神帝万法空。上古天域,诸神逆战,神帝陨落伴九天玄石重生,以逆天资质修无上法门,铸混沌金身,力破苍穹,为报挚爱背叛之仇,兄弟夺妻之恨,他逆转苍天,法度万古,诛魔神,斩天妖,血染修仙路。两个月气走三个班主任。 面对有着教师修罗场,学渣游乐园之称的学渣特长班——七班。 即使教导主任开出极高的待遇,一群老教师们也是一个个坐如泰山,无人肯领命。 恰在这时,作为实习教师的陈楚激活最强教学系统。 于是毛遂自荐,成为七班新的班主任,从零开始打造世界最强特长班。 体育特长生:“我奥数竞赛全国第一。” 绘画特长生:“我科研竞赛全国第一。” 舞蹈特长生:“我知识竞赛全国第一。” 升学在即,领导视察,全懵了。 “让你代管特长班,怎么全保送了!?”五彩斑斓的背后总是深邃的黑……马克?李,无论干掉你的是谁,我都会为你报仇,以告慰你在天之灵。 注①:第一次写文,用的是第一人称,慎入。 注②:因为是同一个作者写的, 所以这篇也能在话本小说(如果有更多 人支持的话将来可能会在B站?)找到。 注③:作者是学生党,随缘更新。春秋五霸,战国七雄,合纵连横,逐鹿中原伊凡获得修仙系统穿越到修仙界。 什么?让我出去闯荡?一点修为都没有我拿头去闯? 修炼五百年,达到仙人巅峰,修仙界的美女我来了! 啊!为啥把我修为全部封印,天道一定是嫉妒我长得帅!大梦一场,穿越到1987年; 一次车祸,梦魇中喝了忘忧水; 一只修罗手套,重生到五百年前; 古墓中激活了古龙珠,唤醒七色混沌葫芦,开启系统传奇之路; 十五万铁甲齐上阵,竟无一是男儿身; 心念起,万水千山~ 心念灭,沧海桑田~ 一念~可成众生~ 一念~可成天神~ 红尘砺剑心,沧海一笑间, 乾坤一剑平,万古啸青天, 笑傲宇宙巅,星空化自在~~
网络视频营销案例 酷炫网站 青岛网络营销团队 高端定制网站建设制作 网站曝光率 珠海网站 信息安全发展历程 青岛 html5/flash设计开发|交互设计|网站建设 全网营销内容 信息安全实验平台 大龄剩女的前世记忆咨询【www.richdady.cn】 脑部不清晰的症状与治疗【www.richdady.cn】 冤亲债主的前世今生咨询【www.richdady.cn】 事业不顺的职场提升路径有哪些?咨询【www.richdady.cn】 前世今生的修行案例【www.richdady.cn】 投资项目的自我提升【www.richdady.cn】√转ihbwel 感觉整天没精神怎么办【www.richdady.cn】√转ihbwel 孩子压力大的环境影响咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的风水布局【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 财运不佳的案例分享【微:qq383550880 】√转ihbwel 莫名其妙感伤的解决方法【微:qq383550880 】√转ihbwel 家庭关系的矛盾化解方法有哪些?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世老公的前世故事咨询【微:qq383550880 】√转ihbwel 干扰的常见类型【www.richdady.cn】√转ihbwel 人际关系不好的解决方法【www.richdady.cn】√转ihbwel 发育倒退的环境影响【σσЗ8З55О88О√转ihbwel 与女友前世的记忆解析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的理财技巧有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子不爱读书的心理分析有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子压力大的心理调适咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 网站搜索引擎营销优化 网络营销 技术入股 衡水有做网站的吗 哪里的sem整合营销 免费网站制作 如何推广网站 郑州机械网站制作 微网页营销o2o营销-上海单仁信息移动科技有限公司 电子邮件营销软件有哪些 电力信息系统信息安全检查规范 上海天融信网络安全技术有限公司 吉安网站建设 北京信息安全产业 移动应用营销 注册网址的网站 华中科技大学信息安全综合设计与实践 马建峰 信息安全 旅游项目网络营销案例 国外网站设计案例 网络营销的分销渠道 病毒性营销的视频案例 信息安全综合实验系统 木马入侵与检测 ssh参数设置 郑州机械网站制作 微网页营销o2o营销-上海单仁信息移动科技有限公司 电子邮件营销软件有哪些 电力信息系统信息安全检查规范 上海天融信网络安全技术有限公司 吉安网站建设 北京信息安全产业 移动应用营销 网站版式设计网络安全 历史 做网站的文案 福州搜索引擎营销 网络营销的分销渠道 营销挖掘助手 2016中国网络安全大会 网络信息安全实训心得 微信营销培训总结 网络信息安全通知 个人网站推广 网站模板怎么用 信息安全实验平台 2016中国网络安全大会 华中科技大学信息安全综合设计与实践 公安部信息安全电视会议 惠州外贸网站建设 惠州外贸网站建设 富阳网站建设 深圳集团网站建设报价 新浪微博精准营销王 信息安全的范畴 网络安全22个行业 网站搜索引擎营销优化 机房网络安全评估公司 建一个网站需要什么 哈尔滨网站开发 网站导航条代码 山西信息安全公司排名 网络安全思考 旅游项目网络营销案例 华中科技大学信息安全综合设计与实践 北大 信息安全 教材 2014广东省信息安全 高端定制网站建设制作 国外网站设计案例 石家庄手机建网站 青岛网络营销团队 信息安全竞赛证书 珠海专业网站建设价格 信息安全综合实验系统 木马入侵与检测 ssh参数设置 邢台网站制作公司哪家专业网络安全 逆向 珠海网站 购买型网站建设 福州搜索引擎营销 信息安全竞赛证书 全网营销系统是真的吗 哪里的sem整合营销 网络信息安全实训心得 做网站优化时 链接名称"首页"有必要添加nofollow吗? 建一个网站需要什么 网络安全的要求 青岛 html5/flash设计开发|交互设计|网站建设 国外网站设计案例 青岛 html5/flash设计开发|交互设计|网站建设 哈尔滨商城网站建设 电子邮件营销软件有哪些 ipv6网络安全 网络营销手机软件 全网营销策划 晋城做网站 信息安全属于那个学院 什么叫b2b营销模式 病毒性营销的视频案例 全网营销内容 互联网品牌营销策略 2017年网络安全的事件 为什么要加强网络安全 信息安全咨询服务厂商 信息安全等级 威胁 聊城网站制作 企业网页设计网站案例 全面的郑州网站建设 企业可以申报的信息安全证书 微信营销培训总结 信息安全发展历程 上海网站设计见建设 湖南网站推 利用密码技术可以实现网络安全所要求的 网络营销实训课程ppt模板 网站细节 网站细节 为什么要加强网络安全 2014广东省信息安全 信息安全发展历程 gartner 信息安全2015,-1 江苏网站制作企业 虹口做网站 酷炫网站 苏州营销 网络营销 技术入股 网络营销的分销渠道 式网站 晋城做网站 衡水有做网站的吗 银川做网站 武汉市网站制作公司 著名网络营销案例 中科院软件所信息安全 第十五届中国信息安全大会 广州信息安全 马建峰 信息安全 哈尔滨商城网站建设 郴州网站建设 信息网络安全现状 网站搜索引擎营销优化