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
信息安全人才培养手机网站模板下载企业内部网络营销需求成都营销武汉网站优化网站系统网络信息安全演练2014年网络安全大事件鄂尔多斯网站建设网站主页设计一个小菜鸟的修仙路,且看他如何面对人生的无数抉择……男主顺利步入大学,还沉浸在大学生活之中。可父母却在外的旅行中,一死一失踪,无意间,男主了解到父母的遭遇并不是意外,为了解开事情的真相男主走上了复仇之路……弓与箭的世界,唯箭技独尊,一个箭道奇才,巧得箭仙之弓,夺天下之造化,筑无上尊名,从此踏上了通神之路。只因我来自妖界从而无法离开妖界应为整个人界都在排斥妖界,给妖族套上邪恶,无恶不作,乱杀无辜的妖界之人。 可人还有好坏之分更何况妖界了。 魔魇妖帝只因踏入人界被人界十位至仙和凤族联手围杀,他们的理由是魔魇乱杀无辜取之精血来提升修为。 却不知真相是他们害怕自己的地位受到威胁才出此下策,人是他们杀的,现场也是他们安排的,只因我来自妖族,只因他们是所谓的正道? 我魔魇不服,为何为何为何........神说:太初有道,道即是神! 魔曰:太初有道,魔于道先! 有魔,先于道而生!这不仅仅是某人的自夸,更牵扯到他证道的隐秘。 九州之变,魔星降世,灵石下凡,洪荒秘闻…… 道之所存,魔之所在!且看天魔周游各方世界,追逐魔之本源,成就无上道果! 从失败者的角度看世界!因为太失败,才无所事事,才有更多无聊的时间……! 聊聊,关于失败的那些人,那些事!!!!!!!!山寨,是一门艺术,尤其是重生之后。 赵子川带着十三年年的山寨经验,重活了……放眼望去,遍地是黄金。 从潮牌开始缔造。 他赞助女足,女足奥运夺冠。 他签下15岁的大姚,18岁,大姚就在NBA篮下称霸! 他拉低钩子价格,引来ad围剿,却淡淡一笑,“你们以为,我在做潮牌,实际上,我在投资这个时代。” “西兰,是神话。” “我也是。”上古年间,随着创世五神陨落,大地陷入混乱当中,无数强者相序崛起,争夺着五神遗留的,那为数不多成神的机缘。 经过万年的厮杀,无数的神明相序出现,局面也渐渐的到控制,大地看似再一次恢复宁静,实则暗流涌动。 在这期间一个人的出现,让这不安的局面再一次爆发。 古小溪一个古怪神秘的人。 他拥有令神都嫉妒的恐怖灵魂,却也为此差点殒命。 他无心争夺神位,却凭一己之力挑战神明。 这一切只为心中的执念,那个他出现的唯一目的,刹瓦娜之魂。 末日之乱三百年后,人类终于在异兽的铁蹄下重建安身之所。 陆香作为英雄之子,却在父亲死后沉迷书海,逃避现实。然而意外发现父亲或许不是死在异兽之手。 为了查明父亲死亡的真相,陆香终于踏上狩猎异兽之路。 然而真相或许比他想象中更加可怕,他们并没有在异兽口中的取得胜利,他们生活的世界或许只是一个巨大的牢笼罢了……上天界武魁之尊,为人所害,转生下界。 修神诀,斩敌首,一刀一剑,誓要杀回诸天上界! 至此,傲笑天地,镇压万圣,掌控寰宇,不朽不灭!
网站建设学费 网站项目设计 郑州电子商务网站建设 信息安全等级保护发布 2015年我国互联网网络安全态势报告 2014年网络安全大事件 武汉网站优化 信息安全控制措施是指 网络信息安全培训资料,-1 深蓝 信息安全 心特别累的原因分析【www.richdady.cn】 如何维护良好的家庭关系?咨询【www.richdady.cn】 家庭关系中的矛盾如何解决?【www.richdady.cn】 心特别累咨询【www.richdady.cn】 外灵干扰的解决方法【www.richdady.cn】 大龄剩女的改运方法咨询【www.richdady.cn】√转ihbwel 孩子不爱读书的家长引导方法有哪些?咨询【σσЗ8З55О88О√转ihbwel 事业不顺的职业规划咨询【微:qq383550880 】√转ihbwel 前世今生的故事是真的吗?【微:qq383550880 】√转ihbwel 升迁障碍的职场规划如何制定?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 克服职场升迁障碍【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 内心恐惧胆怯的自我提升咨询【www.richdady.cn】√转ihbwel 婴灵的超度与心灵净化咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 头脑混沌的心理调适咨询【微:qq383550880 】√转ihbwel 婴灵的前世记忆【微:qq383550880 】√转ihbwel 婴灵的前世今生【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家庭关系中的矛盾如何解决?【www.richdady.cn】√转ihbwel 升迁障碍的职场晋升咨询【企鹅383550880】√转ihbwel 婴灵对家庭有哪些影响?咨询【企鹅383550880】√转ihbwel 财运不佳的理财技巧有哪些?咨询【σσЗ8З55О88О√转ihbwel 深圳品牌网站推广公司 视频营销vip教程 网站建设学费 手机网站模板下载 华为网络安全产品 贵阳设计网站建设 微信营销有多少种方式 网络安全类产品 网络与信息安全小组 郑州建站公司网站 怎样建立网站 信息安全的分级原则 知名的网站建设 科大信息安全研究生 bctf百度杯网络安全技术对抗赛 电脑网站建设 网站 排版模板 东莞网络营销推广模式 医院网络营销 网络安全前修课程 菜鸟腾飞 无线网络安全攻防 网盘 外贸网站如何推广 专业邮件营销 互联网加数据库营销 公司网站手机版 网络安全工具cain 公司设计网站建设 教育行业营销策划方案 手机网站模板下载 网站信息安全解决方案 深圳做企业网站的公司推荐 信息网络安全 考试 网络安全空间大赛wp 网络安全与启明星辰 2004年国家信息安全专项 江苏省公安厅网络安全 佛山做外贸网站的公司 xx公司信息安全解决方案 信息安全等级保护发布 信息安全的分级原则 郑州建站公司网站 中科信息安全共性国家工程研究院 建站营销 网站知识 教育行业营销策划方案 信息安全等级保护发布 风格网站 小红书线上营销 手机网站模板下载 网络安全团队发展方向 成为网络安全专家 怎样建立网站 用html5做的网站 龙岗高端网站设计专家 网站与后台 信息安全web安全,-1 肯德基网络营销组合 网络信息安全培训资料,-1 广州做手机网站信息 网络安全与启明星辰 计算机网络安全体系... 营销型网站策划 网络安全排名 郑州建站公司网站 网络安全 优秀教师 网络安全空间大赛wp 税务系统信息安全 展示型网站建设流程图 xx公司信息安全解决方案 企业网站备案 昆山苏州网站建设 网络营销意识 东莞网络营销推广模式 企业网站 三合一 江苏省网络安全 信息安全宣传周 物联网 网络安全 昆山苏州网站建设 网络安全产品介绍 中国网络安全年会 青岛 信息安全的分级原则 建立信息安全管理体系 采用模版建网站的缺点 医院网络营销 网络与信息安全小组 贸易公司自建免费网站 网络安全法 条款解析 网络安全防护评测报告 网站项目设计 乐清网站建设 网站主页设计 线上营销乌鲁木齐网站建设 网络信息安全趋势图 深圳市网络安全员答案 网站制作需要多少钱 东莞网络营销推广模式 信息安全人才培养 乐清手机网站优化推广 手机网站定制方案 微信营销有多少种方式 企业网站备案 旅游企业网络营销案例 信息安全web安全,-1 信息安全控制措施是指 学校信息安全部 视频营销vip教程 制作外贸网站的公司简介 公司设计网站建设 网络营销网站的功能 信息安全攻防 网站如何宣传 贵阳设计网站建设 网络安全整改 网络安全整改 互联网加数据库营销 医疗行业微信营销案例 网站 排版模板 网站设计制作 引擎营销 公司网站手机版 网络信息安全培训资料,-1 起跑线网营销公司 网站知识 华为网络安全产品 怎样建立网站 多层次营销 网站建设开发 网站如何宣传 网络安全类产品 网络安全宣传目录网站 手机营销网站 bctf百度杯网络安全技术对抗赛 网络安全是国家强制吗 佛山做外贸网站的公司 京东营销策略是什么