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
免费建网站云计算与网络安全视频教程网站优化西安13日中国网络安全大会2017年5月 网络安全法广州响应式网站制作让移动网站网络营销的安全性病毒营销的注意事项信息安全风险评估小组每人了解且熟悉如何对此类文档收集整理网络专业的网站建设我们就是一群游戏玩家。操纵一个角色在生活里打打杀杀。谁说那只是游戏呢?每一个角色后面,都有一个认真的灵魂。喜怒哀乐尝遍,却不改初衷。 在武当山写生的安远意外被雷劈死,来到了一个半死之人的身上……而且是在乞丐窝里面,还差点晚节不保。 他好不容易混出城外,一个身材高挑,眉宇间透露英气都女反贼直接把他按在树干上。 “给我脱!” “大姐,这光天化日的不好吧?还有一见面就……”安远听到这样的话,正在考虑要不要适当反抗。 直到这个女子把剑抽了出来,寒光闪在安远的眼睛中。 安远看了看她手中的剑,咽了咽口水说道:“好说,好说,你能不能先放开我,被你按着脱不了……还有,裤子也要吗?”相传,有人看见奈何桥头,孟婆捧着碎碗哭泣;三生石上有流血的名字;忘川河畔的彼岸花不见了;河岸的亡魂都在回首,流着黑色的眼泪。 黄泉路上,诸多传闻,不知真假。而我,从墓中爬出,踏着黄泉路,追寻真相。 北海边,一双淡淡地脚印延伸到海底,不见始终;南极洲,一座人体冰塑流着血的双眸,仰望苍天;古镇里,一块巨石如棺,葬下谁的魂;有人说那一双脚印是一个神灵逃亡时留下的,有人说那座冰塑是坠落凡尘的天使,那块如棺的巨石,葬着满天神佛。 而我,从墓中开始,踏着神佛的尸骨,一路向魔而去。 汤圆签约作者洛炎 汤圆签约作品大明万历四十八年,陈操因为一次意外魂穿明朝,开启了人生霸业之旅万物终结之地已重新诞生出再次终结万物之人。 在虚空之树的见证下,新一轮的进化游戏已经开始。 无数魔神间的博弈将再次拉开序幕! 生化危机,合金弹头,异形,星际争霸,拳皇,西游释厄传... 被选召的契约者们将进入一个又一个危机四伏的世界完成虚空之树所给予的各类挑战! Q群:311763467章子俊穿越到了土木之变后的明朝,随着京城保卫战的胜利,来到京城科考,从而展来了一系列身不由己的个人命运,本想躲避这纷乱的世界,寻找一个能快乐的田园生活,安稳渡过一生,不想在这样一个社会中,被各种各样的生活方式,儒家思想所冲垮,深陷在这样一个人治社会中,有欢乐,有迷茫,有危机,有失落,最后终究是一场空。邪灵世界,妖魔丛生,鬼魅乱世。 凡人命如鸡犬,任人屠杀。 周晗觉醒了无限制修改武道修炼时长的系统,五毒手,金钟罩,旋风腿,统统修炼到一万年后。 武林盟主:我从没见过旋风腿真的可以踢出龙卷风…… 最强邪灵出世,一爪下去,连周晗的皮都蹭不破,震惊怒骂:你是邪灵我是邪灵? 周晗:以凡人之躯,比肩邪灵!很多事都是听说过或者经历过的真实事,但是大家别较真啊。这毕竟是小说道在何方,道在天涯。黄帝纪年5000年,地球面临危机,李轩携天道塔穿越玄黄大陆,化名李轩辕,得娇妻叶清璇,借助众仙传承一步步走向强大,太上老君的道德经,齐天大圣的火眼金睛,陆压散仙的斩仙飞刀……当他走出玄黄大陆时,降临盘古星域,踏上了寻找地球之旅,天道塔与修复地球,地球与玄黄大陆相通。天道意识守护地球,李轩辕便踏上了寻找众仙的路,冲破重重阻拦,终至乾坤圣界,携众仙之力,战胜乾坤圣主,后弃天道塔独身前往至高神界,寻找天道碎片,补全天道,以一己之力,踏遍无数小世界、三千星域、七十二圣界,至高神界九州,与神界主宰决战在无尽星空,神界主宰却一招败于李轩辕,两位巅峰存在竟一笑泯恩仇,原是那主宰以无尽分身游历诸天,早与李轩辕亦师亦友结为至交,最终主宰依旧掌控诸天,天道碎片也已集齐,但天道依旧选择守护地球,却看那天地最强李轩辕在地球携妻隐居。欲问此生何所求,踏诸天,问道巅峰,无愧于心,唯逍遥自在与美色长存。
网络安全误区 广州响应式网站制作 网页创建网站 自由型网站 如何攻击网站 中国网络营销环境研究现状 自由型网站 网站设计 无锡 网络安全产品厂商 网站设计风格 纠纷的心理调适咨询【www.richdady.cn】 发育倒退的前世因果【www.richdady.cn】 无形干扰对工作效率的影响【www.richdady.cn】 心慌胸闷头晕的医学检查【www.richdady.cn】 无形干扰的环境影响【www.richdady.cn】 情感心理咨询在线咨询【企鹅383550880】√转ihbwel 特殊学校的教育理念咨询【企鹅383550880】√转ihbwel 婴灵的前世今生咨询【企鹅383550880】√转ihbwel 投资项目咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 儿子抑郁症的治疗方法咨询【微:qq383550880 】√转ihbwel 迟缓儿的家庭支持【σσЗ8З55О88О√转ihbwel 前世今生查询服务咨询【微:qq383550880 】√转ihbwel 孩子不爱读书的阅读环境咨询【企鹅383550880】√转ihbwel 前世缘份的续写有哪些方法?咨询【企鹅383550880】√转ihbwel 孩子厌学的咨询技巧【企鹅383550880】√转ihbwel 磁场化解服务【企鹅383550880】√转ihbwel 脑部不清晰的环境影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 人际关系不好的自我提升咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 缺心眼的心理调适咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 意外的前世故事【σσЗ8З55О88О√转ihbwel 江苏的网络安全公司排名 佛山网站设计平台 企业网站类型 乐清英文网站建设 企业整合营销公司 深圳b2c网络营销公司 如何攻击网站 国际著名信息安全专家观点简介 网络信息安全包括 神州网络安全 成都 企业 网站制作 会议营销搜单 信息安全 课件 信息安全风险评估小组每人了解且熟悉如何对此类文档收集整理网络专业的网站建设 网络安全世界领导人奖 衡水网站制作公司哪家专业 信息安全产品分类标准双11店铺营销亮点 兼职网站制作 国家信息安全中心主任 网站f式布局 网站f式布局 网站免费认证 这样建立自己的网站 企业标准型手机网站 做网站设计服务商 网络安全 人才队伍 javascript 鼠标经过 链接 显示 链接网站 缩略图 自适应网站好建们 国家信息安全师有用吗 公共网络安全吗 网络营销的发展和趋势 东营做网站建设的公司 网络安全 系统安全 信息安全杂志有哪些,-1 美国 关键基础设施 网络安全 网络营销培训学院 廊坊网站优化 国内网络安全公司评价 中国网络营销环境研究现状 网络安全 人才队伍 网络安全服务攻击 手机网站首页经典案例 关系营销的优劣性 国家网络安全周竞赛 咸宁做网站 深圳网络安全检测公司 信息安全分析师培训 自己做网站 需要哪些 微信支付 网站建设 网络安全敏感国家 瑞士汽车营销策划的案例分析 佛山网站设计平台 网页创建网站 网站背景 信息安全市场 台州做网站优化哪家好 2017营销推广软件 山东响应式网站建设 电子工厂网站建设福建信息安全就业 成都 做网站 模版 免费建网站 病毒营销的注意事项 成都 做网站 模版 网页创建网站 网络营销的发展和趋势 .黑龙江省网络安全协会 信息安全等保标准 鹤壁网站优化 12.威胁网络安全的主要因素有 烟台网站建设联系电话 网站服务器在哪 网站制作 手机 自由型网站 衡量网络安全的主要指标有哪些 银行信息安全案例 衡水网站制作公司哪家专业 网络安全世界领导人奖 信息安全logo 网站长尾词 高校网络安全宣传周活动 自适应网站好建们 网络信息安全和信息化领导小组 网站设计建设趋势 郑州计算机网络安全 网络信息安全包括 互联网营销 问题 微信支付 网站建设 电子工厂网站建设福建信息安全就业 烟台网站建设联系电话 营销网站与传统网站的区别 互联网营销 问题 乐清英文网站建设 网络安全服务攻击 网站加后台 深圳b2c网络营销公司 怎样创网站 网站制作苏州企业 国家网络安全宣传资料 张北网站建设 邢台网站定制 网络安全和信息安全 中国网络营销环境研究现状 企业标准型手机网站 兼职网站制作 访问网站慢 网站版式设计 医院怎样进行网络营销 网站图片大小 成都 做网站 模版 重庆网站建设公司那好 网站设计风格 与传统市场营销相比 情感营销 3个c 信息安全国内知名人士 信息安全市场 杀毒软件,-1 互联网营销 问题 外贸网站建设公司 这样建立自己的网站 为什么要重视网络安全 移动网络安全管控 中国网络营销环境研究现状 会议营销搜单 网站怎么设置支付 湖州做网站 衡水网站制作公司哪家专业 郑州网络营销公司 网站的形式 国际著名信息安全专家观点简介 企业展示型网站怎么建 外贸网站建设公司 涿州网站建设 网络安全产品厂商 密集性营销策略 网站制作 手机 廊坊网站优化 网络安全平台电话