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
信息安全云端攻击南昌市建网站的公司互联网营销工具有哪些内容网站核验点陕西企业网络营销信息安全参考标准一站式网络营销平台企业信息安全内容为了提高网络安全网络营销大连全球十大信息安全公司排名这是一部送给我认识的每一个人的小说,来纪念一下这些关系之类的吧。世界遭到入侵,最强武道大帝力战而亡,重生在九千年后的世界,成了酒馆的店小二,并觉醒了全能系统。 通过系统,张易能够看穿世间功法、丹方和对手的缺陷。 为了抵抗即将而来的乱世,张易再次踏上修炼之路。 在他破格的实力下,对他心怀敬畏的人、闻名而至的人、求爱的人络绎不绝。 然而,就在他步步建造势力之时,那过去让世界陷入恐怖的危险,又开始在暗地里行动了……徐辰一朝穿越发现自己的的幸运值居然是满的?每次开卡别人白光一片,自己却时时出金,而且几乎都是战斗力又高,颜值又高的美少女?“不是你们也太弱了吧,连我卡灵一击都扛不下来啊!”众人满头黑线,你这幸运值开挂的人别人打得过??? 伦敦桥要塌下来,   塌下来,塌下来。   伦敦桥要塌下来,   我美丽的淑女。   用铁栏把它建筑起来,   铁栏杆,铁栏杆。   用铁栏把它建筑起来,   我美丽的淑女。   铁栏会弯曲和折断,   弯曲和折断,弯曲和折断,   铁栏会弯曲和折断,   我美丽的淑女。   用银和金把它建筑起来,   银和金,银和金,   用银和金把它建筑起来,   我美丽的淑女。 (未成年酌情观看)十方阁守安十方,这是一个少年一步一步成长为王的故事,当王临之日,即是诛杀逆臣之时(简介无力,可以先阅读片刻,再做思量嗷)宇宙诞生,自然诞生?人为诞生?混沌至上,虚空之遗,这个世界真的是无规律运转吗?谁曾想过更高的维度空间,有最高吗?若无那么便叫吾觞次元!血腥残酷的修真世界,实力为尊,崇尚武力,凡人皆为蝼蚁。想要站到世界的最巅峰,孤儿院长大的他,如何做到?卖力苦修?拜入修真大派?还是寻得名师?统统都不是,偶得万界供应系统统加身,开挂人生由此开始,修炼、金钱、宝物、丹药诸多资源随手可得。从此开始了火箭般的成长之路,从一介凡人蜕变为修真巨贾,不过弹指间。宋帝都临安府爱国人士:吴俊振,与用时光机穿越过来的现代大学生:马维,两人一起被龙卷风漩涡黑洞带着,穿越到了明崇祯十六年公元1643年兴都留守司显陵卫境内,在机缘巧合之下他们俩主动应征入伍参军,从此开启一段帮助大明帝国收复失地的旅程,本文群号799968110欢迎大家走进C世界,里边有不一样的妖,不一样的王。非常飒的女特战军官退伍后当了一名教师,拯救无可救药的话学生们,还不快来看?
网络信息安全主持 榆林做网站 wap网站开发 信息安全等级推荐 2012年网络安全事件 广西信息网络安全协会 网站不收录 网络营销执行岗位职责 4i营销理论的优缺点 五大营销系统是什么意思 个人专属前世因果分析咨询【www.richdady.cn】 前世缘份的改命技巧【www.richdady.cn】 升职加薪的障碍分析【www.richdady.cn】 与公婆前世的前世案例咨询【www.richdady.cn】 自闭症的心理调适咨询【www.richdady.cn】 去世的父亲在哪咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 儿子抑郁症的案例分享【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 纠纷的预防措施【www.richdady.cn】√转ihbwel 莫名其妙感伤的情感释放威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的解决方法【企鹅383550880】√转ihbwel 脑部不清晰的前世记忆咨询【企鹅383550880】√转ihbwel 孩子不爱读书的家庭教育【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 什么是婴灵?【企鹅383550880】√转ihbwel 灵性成长工作坊咨询【www.richdady.cn】√转ihbwel 忧郁症的自我提升【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的职场建议有哪些?【www.richdady.cn】√转ihbwel 投资项目的收益分析【www.richdady.cn】√转ihbwel 莫名其妙感伤的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 什么原因意外的前世故事【σσЗ8З55О88О√转ihbwel 重庆整合网络营销价格 三只松鼠 动漫营销策略 个人信息安全 ppt 电商购物网站建设 动力无限做网站 网络信息安全主持 营销环境 android智能手机信息安全研究,-1 禅城区响应式网站 陕西企业网络营销 邢台网站制作哪家强 网络营销与销售的区别 信息安全云端攻击 网络营销应该这样做 账户信息安全管理的核心内容,-1 科站网站 深圳搜索引擎营销企业 重庆企业网络营销团队 淘宝网络营销工作 网站设计计划书 网络营销模式的优缺点 网络营销和普通销售 网站网络架构 京东校园营销 网站插入百度地图 营销服务? 营销公司竞争分析报告 京东校园营销 售后服务网站 重庆整合网络营销价格 选择佛山网站设计 网站设计公司电话 手机网站设计 电子营销就业率 重庆互联网营销公司排名 东莞市做网站 在线购物网站功能模块 武汉网络安全中心 hr服务台理解信息安全 信息安全软件有那些 永州网站制作 教育网站设计案例 陕西企业网络营销 2012年网络安全事件 营销型 最牛营销 网络营销网上观察法 永州网站制作 网络营销策略班 三只松鼠 动漫营销策略 电商购物网站建设 今日头条网络营销手段 网络安全的公司有哪些特征 公安局网络安全怎么进 搜索引擎营销推广 网站怎么写 禅城区响应式网站 西安网站托管 怎样学好网络营销 备份信息安全 网络营销与销售的区别 网络营销的误区 惠州网站推广 账户信息安全管理的核心内容,-1 营销型网站建设 整合服务营销是什么 深圳营销手机 网站定做 手机信息安全 ppt 百度信息安全 信息安全软件有那些 上海网站制作设计公司 网站不收录 什么网站流量高 动力无限做网站 网络信息安全通报机制 什么是企业信息安全,-1 计算机流行的信息安全产品 手机网站开发技术 网站不收录 佛山手机网站建设优化 做网站工具 教育网站设计案例 最强的网站建设电话 上海市 信息安全大赛 商城网站都有什么功能信息安全 是哪三者紧密结合的系统工程 信息安全管理法规,-1 信息安全云端攻击 服务营销的缺点 顺的品牌网站设计信息 昆明网站制作 4p营销组合策略包括 网站制作的收费 诊断式营销 hr服务台理解信息安全 服务营销的缺点 营销公司竞争分析报告 重庆整合网络营销价格 整合服务营销是什么 网络营销资讯站 企业营销 2017网络安全大事件甲方信息安全 闵行做网站 免费页面网站制作 网络营销模式的优缺点 有深度网站 重庆互联网营销公司排名 2016年信息安全威胁 网络安全态势感知综述 宝安网站设计公司 大馆陶网站 新媒体营销的典型案例 禅城区建网站公司 营销公司竞争分析报告 淘宝网络营销工作 怎样学好网络营销 网络安全攻防教程 什么是企业信息安全,-1 惠州网站推广 大庆网站建设 成都网络营销公司排名 公安厅 网络安全培训 网络营销执行岗位职责 搜索营销师 为了提高网络安全 南京 网站开发苏州企业网站建设 榆林做网站 成都网络营销公司排名 网站不收录 禅城区响应式网站 顺的品牌网站设计信息 企业网站设计需要多久 2016年信息安全威胁 重庆企业网络营销团队 科站网站