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
上海建网站的公司公司信息安全教育湖北省公安厅入围网络安全审计产品哈尔滨网站制作公司互联网营销要学什么软件下载为什么说信息安全是一项系统工程网络安全法 网站直销网站建设网络安全与管理实训心得网站无备案营销公司 上海遇到海难,我、女总裁、一群女同事全都漂到了荒岛上,我该怎么办…… 这是一本爽文,爽到你尖叫!!!穿越修仙世界的林浩,成为天罡阁阁主的天才儿子。 开局被废掉修为关入魔窟,幸好觉醒签到系统。 只要在特定地点签到,便能够获得丰厚奖励。 “叮,签到成功,获得星辰丹田海!” “叮,签到成功,获得星辰剑!” “叮,签到成功,获得九龙宝珠!” 数年后,当林浩踏出魔窟,发现自己已经举世无双,可是,修仙却是一个骗局。女儿睡鸡笼,吃泔水,被竹条抽打。 女儿母亲被陷害,捡垃圾为生,却依然不曾被放过。 一代天师,凡心未泯,为救女儿,下山归入凡尘。 为救爱人,面对比自己强大数倍之敌,且看天师如何在这凡尘,创造属于自己的天地! 一缕天魔残魂为引,带领一个意外来到这个世界的特种兵,走上修仙之路,在魔族圣主的布置下,慢慢走上与仙帝的对抗之路。历经艰险,在生死徘徊之际,觉悟天道有缺,最终战胜天帝,圣主。回归家园。万年前,天际裂缝,鸿蒙之气溢出。太苍龙神与诸神合力补天……人在做,天在看,天知、地知,你知,我知!作恶者为非作歹,祸乱人间,躺赚不义之财,妄想游离于法网之外,欺天瞒地,逍遥自在,潇洒快活!殊不知,不是不报时候未到!天网恢恢,疏而不漏!恶者恒恶,善者永善,公道自在人心!“沈昱辱我清白之身,还请沈家给我李家一个公道!” “身为沈家世子,犯下此等恶劣罪行,汝可知错?” “欲加之罪何患无辞!” “证据确凿,汝犯下此等滔天罪孽,还不认错,罪加一等!” “罚你禁足三年,将汝之罪行,昭告天下!” “队长,队长,醒醒…”“我的指挥失误了,让队友一个一个离去…”在这个世界中,人们想要生存,想要生存,就只有战斗。意识的模糊,该让我归于死亡之中。“想好这次复活的人选了吗?没有人比那对兄妹更能指挥队伍,也没有人比那对兄妹多承受好几把灵武。这是最后的复活核心,必须在这对兄妹之中选择一位。改变这个世界的规则!” 一次意外,世界顶级雇佣兵穿越到异世界,成为了银龙城附近的猎人。 十几年过去,他一直以为自己穿越而来只会成为一个闲散的猎人,每天只会钓钓鱼,抓几只兔子,摘几株药材换酒钱打发时间,最大的乐趣不过是调戏邻居的小女孩。 但在他十五岁的凛冬日,村子里最强大的猎人大胡子离奇失踪,无奈之下,庭瑞只得踏入到苍茫山脉寻找大胡子的踪迹。 越过茫茫群山,踏过无数冰雪,他终于找到了大胡子在坚冰上刻下的痕迹。 但令人费解的是,上边只留下了一个潦草的“鬼”字便再无其他痕迹。 就在林庭瑞感到疑惑沉下心思思考的时候,他的身后突然响起了喀嚓喀嚓的踩雪声…… 我一直认为,人是有灵魂的动物。活着的时候,灵魂附于肉体,死了之后,肉体归于尘土,灵魂则脱离肉体的束缚,回归到他该去的地方。
工控网络安全是什么 珠海医疗网站建设公司 高特效网站 电信用户信息安全协议书 手机设计培训网站建设 有关网络安全的电影 微博营销运营方案网络安全课程 广州市信息安全企业,-1 网络安全应急队伍 信息安全实训室 价格 投资项目的咨询技巧咨询【www.richdady.cn】 事业不顺的职场提升路径有哪些?【www.richdady.cn】 前世缘份的再次相遇咨询【www.richdady.cn】 投资项目的收益分析【www.richdady.cn】 学习成绩差的心理调适咨询【www.richdady.cn】 外灵干扰的前世故事【微:qq383550880 】√转ihbwel 意外的前世修行【www.richdady.cn】√转ihbwel 长期耳鸣可能是哪些疾病的信号【σσЗ8З55О88О√转ihbwel 如何知道自己有前世缘份?【企鹅383550880】√转ihbwel 祖灵咨询【σσЗ8З55О88О√转ihbwel 儿子不读书的案例分享【微:qq383550880 】√转ihbwel 感情纠纷的情感调解咨询【www.richdady.cn】√转ihbwel 耳鸣的前世因果咨询【www.richdady.cn】√转ihbwel 外灵干扰的案例分享【www.richdady.cn】√转ihbwel 感情纠纷的心理调适【σσЗ8З55О88О√转ihbwel 孩子压力大的自我提升【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家庭关系的改善方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生对现世的影响咨询【σσЗ8З55О88О√转ihbwel 家庭关系的情感维护【σσЗ8З55О88О√转ihbwel 特殊学校的前世影响【企鹅383550880】√转ihbwel 企业网站管理 信息安全软件展会2017 网络安全规范操作流程 怎么制作网站 什么叫网站优化 网络营销课程整体设计 唯品会的营销特点 开展网络安全监督检查 信息安全与it审计关系 win10输入网络安全密钥 郑州网站建设更好 网络安全竟赛 有关网络安全的电影 酒店的宽带网络安全吗? 信息安全技术 等级考试 雅虎网络安全小组 为什么说信息安全是一项系统工程 广州市信息安全企业,-1 电商营销课程培训 桂林建网站 最新的网络安全技术 宁波网站设计 中国移动4g网络安全 华为 信息安全 营销技巧 杭州网站设计渠道 微信支付 网站建设 深圳自适应网站设计 e mail营销邮件 高唐网站建设服务商 高特效网站 手机设计培训网站建设 网络营销监管 唯品会的营销特点 信息管理与信息安全实验室 做网站技术 信息安全人员资质 电商类网站 企业全网营销 急性营销病 网络安全和管理 蘑菇街营销 网络营销师证书名称 网站建设咨询杭州g20峰会网络安全 计算机网络信息安全证 网络安全与管理实训心得网站无备案 建设企业网站公司 公司信息安全 系统有限公司 长春作网站 网络安全法制定本行业 做网站设计服务商 中国国家信息安全测评认证中心网站建设方式 上海建网站的公司 长沙微信网站公司单位信息安全等级保护工作 什么叫信息安全管理员 中国网络安全企业工信部 如何设计公司官网站 信息安全硬件厂商 广州外贸网站公司 部队网络安全 公司信息安全 系统有限公司 网络营销的策略是什么 企业信息安全 厂商,-1 网站规划 给会所做网站 最新的网络安全技术 制定网络营销的策略 昆明网站开发 蘑菇街营销 给会所做网站 日常网站维护 网络营销学科论文 信息安全与it审计关系 什么叫网站优化 策划营销 什么叫信息安全管理员 网站建设i 网络营销网址 湖北省公安厅入围网络安全审计产品 30岁学网络营销 信息管理与信息安全实验室 微信营销代 雅虎网络安全小组 网络安全规范操作流程 工控网络安全是什么 信息安全软件展会2017 信息安全实训室 价格 国网信息安全 网络安全法 网站 信息安全测评机构的资质认定主要有 30岁学网络营销 个人网站设计欣赏 网络安全企业 深圳 桂林做手机网站设计 网络营销需要培训吗 扬中做网站 微信网站制作 关于信息安全控制 电商营销课程培训 互联网营销要学什么软件下载 网站建设的 微信网站制作 网络安全业务 做网站设计服务商 网络安全与管理实训心得网站无备案 酒店的宽带网络安全吗? 桂林建网站 信息安全实训室 价格 网络安全视频教程 策划营销 网络安全法制定本行业 信息安全大会 上海,-1 网络安全应急队伍 flash网站制作教程 信息安全软件展会2017 重庆网站布局信息公司 百中搜营销 怎么制作网站 北京企业网站建设方 建设企业网站公司 信息安全个人挑战赛 网站承建 企业网络安全策划 从重大事件看网络安全形势 答案 信息安全大会 上海,-1 投资网站建设 交互网站 传统网站和手机网站的区别是什么 2012年中国互联网网络安全态势报告 唯品会的营销特点 企业网络安全学校 购物网站怎么创建 景安建网站 营销技巧 信息管理与信息安全实验室