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北京微信网站制作网络安全法 网络空间人物营销提供石家庄网站推广信息安全事件等级“变成一条龙是什么体验?” 叶寻变异了,拆完一个陌生快递,开启了疯狂的觉醒之旅。 他变成了真正的肉食性猛兽,食量剧增、力量疯涨,还因此而收获了美女总裁的垂青。 当叶寻力挫情敌,俘获佳人芳心,开始走向人生巅峰的时候,一场全球危机悄然降临…… 龙魂再现,守护华夏!是做上天的宠儿,自出生那一刻起就受苍天庇佑?还是夺天造化,逆天而行,踏出一条无法回头的道路? “究竟何为巅峰?” 九百年前,玄荒帝尊第一次对这片天地产生了怀疑。九百年后,身负洪荒血脉的天才叶尘在历练之时遭人暗算,修为被废,血脉被夺,一夜之间成为不能修炼的废物,却在一月之间屡得机缘,重踏修仙神路。 “与天斗,当真是其乐无穷……” 且看废柴少年叶尘踏上逆天之路,一步步拨开笼罩在仙武大陆上的那片迷雾…… 高阳原本是个蓝星的雇佣兵,在一次执行任务中来到了金庸武侠世界--神雕。 在神雕世界中获得武林中人梦寐以求的武林秘籍,左手六脉神剑、右手降龙十八掌,年纪轻轻就达到别人一辈子的成就, 一个小小的蝴蝶能带动多大的效应?神雕世界因为高阳的到来又会有什么样的变化?神雕中的爱恨情况是否因为高阳的到来而改变? 让我们走进神雕世界,看高阳如何在江湖中翻云覆雨~~~~~ 各位书友要是觉得《神雕之我是大魔王》还不错的话请不要忘记向您的朋友推荐哦一场全球病毒使人类文明的存在步入了尾声,生存还是毁灭,一个巨大的阴谋交易如同黑夜笼罩,斗争始终不曾停止,人类终究能否迎来黑暗后的黎明......顾浩,原本是众人眼中的天资骄子,后被小人暗算毁了内丹,废了一身修为。得到上界圣灵帮助,再入修行大道。逐梦星域的三方世界里人、妖、神、魔、仙共存。受到天罚后三界混乱,妖魔横行。且看顾浩如何闯荡三界,诛敌!!2121年,【神话世界】横空出世,这是一款掀起全民进化时代的虚拟网游! 在【神话世界】之内获得的一切能力,将100%同步到现实之内! 重生十年前,叶天回到【神话世界】开服前一刻,开局获得神级建村令! 这一世,他必将收名将美人,灭胡虏异国,鞭笞天下,统一寰宇! 带三国群雄举国飞升,征战万族,成就天帝独尊!本书是诡秘之主同人,会借鉴序列的设定和世界观的设定,但是不会完全按照诡秘之主的世界观来,因为本书偏爽文一点,所以各位兄弟多海涵纪历元年,战争爆发,科尔特城市陷落,科尔特内形势复杂,官方为了取得科尔特城市陷落的秘密,派出萤火虫小队前往救援这个世界上,有很多不为人知的秘密。它肮脏、丑陋但也不乏无奈、温情......在那个没有人关注的小城里,其实藏着更多底层人物的悲哀。也许每个人都深陷泥沼,但愿我们每个人都可以成为一束光,与黑暗抗争! 可悲的不是失去,而是失去后,无法继续前行。 这是一个冗长的梦,带你走进不一样的玄幻世界!
推荐营销 营销QQ 免费的企业网站 开发微网站 自制公司网站 课程营销 移动信息安全中心,-1 台湾网站建设 恶意刷网站 网站的承诺 祖灵与家运的关系【www.richdady.cn】 如何改善亲子关系?【www.richdady.cn】 前世老婆的前世因果咨询【www.richdady.cn】 与公婆前世的故事分析咨询【www.richdady.cn】 孩子厌学的自我提升咨询【www.richdady.cn】 特殊学校的教学方法【企鹅383550880】√转ihbwel 头脑混沌的解决方法【www.richdady.cn】√转ihbwel 心特别累的咨询技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与公婆前世的因果关系【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生查询服务【企鹅383550880】√转ihbwel 祖灵的超度仪式【企鹅383550880】√转ihbwel 投资项目的收益分析咨询【企鹅383550880】√转ihbwel 事业不顺的职场调整【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 儿子抑郁症的咨询技巧咨询【企鹅383550880】√转ihbwel 前世今生的轮回真的存在吗?【www.richdady.cn】√转ihbwel 失业的咨询技巧咨询【www.richdady.cn】√转ihbwel 前世老公的前世修行【企鹅383550880】√转ihbwel 外灵的预防措施【企鹅383550880】√转ihbwel 发育倒退对孩子心理的影响【企鹅383550880】√转ihbwel 前世今生的缘分如何解读?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 网络安全整改通知 信息安全业务介绍 国外app设计网站 秦皇岛网站建设 青岛营销网个性化建网站定制 推荐营销 网络信息安全技能大赛 景区网络营销策划 微博衣服 营销 怎么在网站上添加地图 世界网络信息安全 网络安全审核员 信息安全工程专业兴趣研究报告 新浪微博营销 网络安全博客 如何成为顶级信息安全 中国科学技术大学信息安全测评中心 代运网站 信息安全测评 国外app设计网站 深圳网站建设外包公司 提供石家庄网站推广 信息安全工程专业兴趣研究报告 2016网络安全攻击统计 分析网络安全问题 移动信息安全中心,-1 德阳网站制作 软件信息安全测评 苏州响应式网站建设 网站兼容工具 信息安全事件等级 网络营销方向学什么不同 世界网络信息安全 兰州网站 重庆微营销解决方案网络与信息安全体系 小米网络营销应用分析 软件信息安全测评 自制公司网站 维护信息安全主要是保持其信息的 网络营销培训班 网络安全和java工资 网络信息安全技术(第二版),-1 网络建设网站 网络安全软考 西安网站空间 珠海网站制作网络公司 2016网络安全攻击统计 odex信息安全,-1 西安非营销类公司 网站建设公司营销推广 epr营销 免费的企业网站 网络安全博客 山东网站建设 中国平安信息安全 信息安全简称 个人网络攻击 银行网络安全 四川省信息安全测评中心业务 厦门企业网站推广 课程营销 odex信息安全,-1 网络安全法机构 做网站的人 网络安全宣传周主题 人物营销 网络安全职业 南阳网络营销外包公司学院信息安全工作 山东专业企业网站建设 信息安全的组织机构 人物营销 网络安全整改通知 信息安全测试方案,-1 网络安全管理员 证书 网络安全整改通知 上海简约网站建设公司 中国平安信息安全 杭州模板网站建设 网络建设网站 信息安全事件等级 昆明网络营销网站 移动信息安全中心,-1 触屏版网站开发 网络安全和java工资 上海营销 网络安全方面的认证 信息安全 身份鉴别 手机网站的制作 2017年1月信息安全 需要郑州网站建设 信息安全定级 上海手机网站建设电话咨询 台湾网站建设 网站主页怎么做 国家能源局 信息安全 如何改变网站首页栏目 信息安全包括信息的 李苏杰的网站营销 东莞市策划营销顾问 微博衣服 营销 网站的承诺 网络安全和信息化杂志 国家信息安全资质认证 北京微信网站制作 网络安全博客 营销新思路 网络安全法对央行履职 信息安全包括信息的 开发微网站 常用网络营销推广思路 手机网站制作推广定制 十大网络营销案例ppt 兰州网站 信息安全工程专业兴趣研究报告 网络安全法 网络空间 网络安全和java工资 网络微信营销公司 网络安全宣传周主题 网络安全技术方向 手机网站的制作 网络安全法机构 google网站收录 精品手机网站案例 西安非营销类公司 大岭山网站 网站主页怎么做 新的营销新观念 新浪微博营销 常用网络营销推广思路 信息技术与信息安全网 网络营销的作用和职能 网络安全 欺骗 诱导 移动信息安全中心,-1 网站公司 网络安全软考 深圳建科技有限公司网站首页