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关于工控信息安全的会议有哪些个人如何做好网络安全手机网站设计开发服务 在高校被混混欺负的王浩天只能忍气吞声。他唯一的乐趣就是在网游中大杀四方。 听说去年结束内侧的网游【无尽世界】正式上线,身为内测玩家的他再也不用唯唯诺诺了。 戴上8D头盔的他开始了网游神奇之旅。 【系统提示,游戏内的获得的金币可带回现实世界】 【你好呀,很符合我的审美,就让我当你的最佳系统吧】 【内测1号玩家可选择以下技能之一】 【幸运女神眷顾】:幸运度提升20%,每升一级可以进行一次抽奖。 【技能点之王】:技能点比普通玩家多出20点,且可以随意更改,后期等级越高,上限越高。 【打不死的小强】:血量越低防御力越高,死后可立即复活,不限次数。 【点石成金】:开局金币爆率提升100%,后期可提升。 【技能书槽位之王】:比正常玩家多出5个技能书槽位,且免费赠送一本SSS技能书。 【鬼影迷踪】:50%概率闪避对方攻击,每两秒触发一次,随等级变化而缩短 【女性克星】:女性玩家100% 不是?这最后一个技能是啥呀?大陆之中强者血脉为王,血脉的力量决定成就,在这个世界血脉代表着一切,血脉强者有破天之威,灭地之能,看一个少年的血脉变异能否搅动风云。大明万历四十八年,陈操因为一次意外魂穿明朝,开启了人生霸业之旅本书描写了葛二两跟师父须菩提学了三十六般变化和高超的武功,携孙悟空、猪八戒、关羽关云长穿越到亘古洪荒的年代,帮助蚩尤和黄帝争夺天下的故事。搬家工人杨林因被挂钟砸头而穿越玄幻世界,并成为一个微末小村长。 可这世界众强争霸,山贼横行,凶兽成灾,危机四伏,常人根本难以生存。 还好杨林获得了超能力,不仅能加速事物成长,还能让事物发生变异。 从此,他种珍草,养灵兽,炼仙丹,修神通! 多年后,村子里灵气滔天,龙盘凤栖,万灵来朝,俨然一派圣地景象! 众国主:杨大人所指的方向,就是我们的战场! 众势力:这辈子最幸运的事就是成为杨大人的附庸! 隐居大能:在下前来向杨大人求药!扑通… 不知不觉,杨林已经天下无敌。 杨林:我发四,我的初衷只是为了活下去,根本没想要称霸啊… 浩瀚宇宙之中,地球文明之外,是否还有其他的文明?除了地球人之外,别的星球是否还有与地球人类似的外星人? 国家航天局在月球表面建造基地,用以科学探索,无意之中发现竟然有月球人存在,他们又是如何构造自己的文明?主角只是个废柴!!!没有天才也没有扮猪吃老虎,贴合正常的生活水平,平淡部分较多,高潮部分较少。作者本人不建议推荐看,爽文比这个强亿万倍这一切的故事 都要从两位人族帝者的生死对决 开始讲起 …… 他魂穿千年 并重获新生 来到了一个名为“沙林”的小村子 …… 少年啊!走出这个村子 然后 开始书写属于你的 人生新篇章吧…… 一天重复着一天,当初选择并打算坚持的理想在不知不觉中变了质,面对现实中的种种无奈,不得不放弃一些长久以来所坚持的东西,迷茫的寻找着以后的路,如果有一天我们如众多穿越者那样穿越到不同的世界,我们又能做什么?又能改变什么?(PS:一直答应过一位好友要以他为主角写一本书,虽然好久好久没有联系,毕竟答应过的事情都要做到,人不能无信嘛,本书虽然会写得有些乱,未来可能骂评如潮,但是不会鸽,会坚持写完。) 重生,生命体进化,文明等级进化,科幻探索冒险
我国网络营销发展阶段 手机付费咨询网站建设 信息安全技术 web应用安全扫描产品安全技术要求 2014关于工控信息安全的会议有哪些 国家推进网络安全()服务体系建设 网站建设推广 网络安全 项目 还有网站吗 湖南手机网站制作公司 信息安全方案安全号 缺心眼的沟通技巧咨询【www.richdady.cn】 孩子厌学的原因分析【www.richdady.cn】 与男友前世的因果关系咨询【www.richdady.cn】 不爱读书的案例分享【www.richdady.cn】 孩子压力大【www.richdady.cn】 精神不振咨询【www.richdady.cn】√转ihbwel 如何预防过早离世咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭关系的幸福指南有哪些?【www.richdady.cn】√转ihbwel 存不住钱的理财建议咨询【www.richdady.cn】√转ihbwel 与女友前世的前世缘分咨询【σσЗ8З55О88О√转ihbwel 官司的法律援助威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 心特别累的案例分享威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 2. 通灵与灵性提升咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 精神不振咨询【σσЗ8З55О88О√转ihbwel 莫名其妙感伤的前世影响【σσЗ8З55О88О√转ihbwel 莫名其妙感伤的前世因果【企鹅383550880】√转ihbwel 忧郁症的治疗方法【www.richdady.cn】√转ihbwel 什么原因意外的前世故事【www.richdady.cn】√转ihbwel 官司的前世因果咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 缺心眼的心理调适咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 网站流程图 网站如何备案 香港外贸网站建设微信邮件营销 临沂高端网站建设 天津市信息安全测评中心 信息安全技术 web应用安全扫描产品安全技术要求 网站多域名 浙江网络安全宣传周 工业控制系统信息安全蓝皮书 网站销售方案 龙岗网站建设 信科网络 扬中网站建设 汽车行业网络营销案例分析 个人信息安全管理要点 直接营销缺点 冰桶挑战营销 网络营销管理内容 视频网站建设方案 大莲网站建设公司 怎样黑网站 天津网站策划 关于计算机网络安全 汽车行业网络营销案例分析 信息安全技术公司招聘 电脑信息安全培训 信息安全领域专家 路由器无线网络安全设置 《国家信息化领导小组关于加强信息安全保障工作的意见》 长沙百度做网站多少钱 手机网站分享 2017css网络安全 网络安全方案说明 律师建网站 网站没权重 化妆品营销情景案例分析 关于计算机网络安全 大型的营销型网站建设 手机网站制作细节 一个虚拟主机在原网站根目录下加个子目录用域名转向怎么操作? 东莞市做网站的公司 网络安全 考研 极速营销软件触屏版网站开发 安庆网站设计 湖南手机网站制作公司 ps制作网站过程 网络安全热点事件 微信手机网站制作 我国网络营销发展阶段 信息安全风险的三要素 两会期间信息安全 数据及网络安全 html5网站建设 《国家信息化领导小组关于加强信息安全保障工作的意见》 信息安全与泄密事件 2017年国家网络安全周活动主题 app信息安全解决方案 网络安全周启动? 国家推进网络安全什么服务体系建设 北京网站建设公 信息网络安全视频 微信营销的总结 信息安全技术 web应用安全扫描产品安全技术要求 互动营销型 手机网站制作细节 网站内容 网站建设程序开发 支付宝网络营销成果 川大信息安全就业,-1 北京网站建设公 大莲网站建设公司 网站没权重 网络安全热点事件 国外素材网站 律师建网站 做生意的网站 广东网络信息安全基地 南京网站搭建 门户网站有哪些 网络安全硬件发展 网站注册免费 还有网站吗 网络营销方法和应用 网络安全 考研 长沙企业网站建设团队 国家推进网络安全什么服务体系建设 还有网站吗 禁忌网站 推广 营销 论坛 专业网络安全公司 禁忌网站 网站所有权 网站多域名 信息安全会议议程 qq网络营销策划 html5网站建设 旅游线路的营销推广 信息安全领域专家 网络安全题材电影 网络安全周启动? 化妆品营销情景案例分析 保密网络安全检查 信息安全风险评估应该 网络安全公司起名 信息安全服务工具列表网络安全 数据报表 网站建设推广 如何解决网络安全问题 香港外贸网站建设微信邮件营销 网站流程图 网络安全方案说明 如何用网络营销的方法有哪些方法 网络与信息安全重大事件 渠道整合营销平台 临沂高端网站建设 南京网站搭建 医院网站建设解决方案 g20网络安全 四川大学 信息安全 灰色调网站 淄博网站建设有实力 支付宝网络营销成果 网站建设 福州 网络安全文稿 渠道整合营销平台 网络安全预警工作情况 网站如何备案 网站所有权 长沙企业网站建设团队 信息安全学校平台 汽车行业网络营销案例分析 信息安全方案安全号 app信息安全解决方案 手机网站建设 全国网络安全会 网络安全实用宝典专业网络营销联系电话 it企业信息安全