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
株洲做网站多少钱江门网站制作网络安全审计设备金融信息安全研讨会屈臣氏营销国家信息安全认证产品型号证书上海天融信网络安全技术有限公司上海天融信网络安全技术有限公司中国网络安全防护安徽合安房产营销策划有限公司怎么样九龙大陆,强者为尊,武道一途,与天争命,且看一朝皇子,凭三尺长剑,如何皇临天下!武道巅峰,谁为皇? 为了心中的一丝执念,阳炎勤修武,争太子,夺皇位,战天下,历生死,证武道,破轮回! 号令天下,莫敢不从!如果有一天,当你睁开了惺忪的双眼望向这个世界。你还未来得及称赞这一觉睡得那样充足饱满,床垫是有多么的柔软舒适,取而代之的则是你的家园、你赖以生存的那座城市消失不见的恐惧。除了你自己以外的任何人都没有了关于那座城市的认知,你所有的找寻都无功而返,这个和世界没有了丝毫那座城市曾经存在过的迹象。你会相信并接受这个世界的改变还是会坚持自己的主见?如果有一天,你触发了“X-隐没”的故事,你会怎么办?穿越成首富之子,生活乐无边。 某一天,二娘竟然为了钱,逼我娶女魔头。 为了自由,揭竿而起,我从今天起直播带货。 一不小心就暴富了是怎么回事? 在古代直播带货,后宅夫人们,不要太爱我!夏炙一觉醒来发现自己穿越到了平行世界。 这里的人竟然将游戏定位第九艺术,玩家为了玩到一款好玩的游戏出多少钱买都愿意,游戏设计师成为最热门的行业。 夏炙狂喜,因为上个世界的无数经典游戏,这里的人竟然都没玩过。 于是一名超级天才游戏设计师诞生了。 美女导师:“我不配做陈欢的导师,他的‘马里奥’足够让我学一辈子。” 游戏测评员:“‘塞尔达’是足以改变世界的游戏,陈欢领先了业界一千年。” 攻略大佬:“扶我起来,我要和苇名一心拼刀,别拦我我还能送!” 全球玩家:“夏炙快点出新游戏,多少钱我们都买。” 其他游戏设计师:“年度游戏还选什么,直接给夏炙算了。” 夏炙本人:“别急别急,在做了(新建文件夹)。”在最好的年华里做最正确的事情,遇上最好的你,然后嬉笑于这不完美的人间,青春有你们所以热血,一起共舞吧,我自横刀向天笑!连破敌军的一代战神,遭人毒手痴傻一年,殊不知魂穿现代世界。 如今回归凭借现代知识,开商号富甲天下,打造王者之师无往不利。 士族嚣张那就挖了你们的根,敌国来犯那就灭了你们的国…… 人生不止有眼前的苟且,仔细看,还有更远的...... 读者群:913285821林辰用短短三百年时间,成为仙界最年轻的仙帝,却遭三大老牌仙帝联手围攻,同归于尽。 未曾想重生回到少年时的蓝星,这一世他将不再留有遗憾,有怨报怨,有仇报仇! 修仙之路也将更加势不可挡!描述本人在一次机缘巧合的情况下穿越了自己的首创小说作品《仙剑跨世代》当中,亲身经历进行小说作品历程,在小说作品中本人担当着每一个角色的视角来找出作品中的软伤和硬伤的所有漏洞并想方设法更改的过程,从而达到回到自己所属世界的前提,可是就当本人经历千辛万苦迂回曲折的历程后准备回到自己所属世界的时候,令本人料想不到的情况却又再度发生……在这个世界。 各种诡异生物和幽影,随时都能将生命轻松剥夺。 人们都活在惶惶不安中,提起精神保住小命。 唯恐陷入阴影,消失在世界上。 “这个世界没救了。” “没人能扭转这个世界死亡的结局。” “除了我。” “系统,给我抽!”
中国网络安全防护 服饰网站建设 信息安全等级保护ppt 淄博微网站 考网络安全什么证书 2016 网络安全竞赛 工信部 威胁网络信息安全 株洲做网站多少钱 中国网络安全产业大会 有关网络安全的logo 性压抑的前世因果【www.richdady.cn】 缺心眼的解决方法咨询【www.richdady.cn】 不爱读书咨询【www.richdady.cn】 前世缘份的故事如何改变命运?咨询【www.richdady.cn】 解梦的情感释放【www.richdady.cn】 4. 财运与事业发展咨询【σσЗ8З55О88О√转ihbwel 孩子不爱读书的家长引导【微:qq383550880 】√转ihbwel 亲子关系的前世记忆咨询【微:qq383550880 】√转ihbwel 有官司的自我保护【微:qq383550880 】√转ihbwel 大龄剩女的婚姻建议【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 去世的父亲的前世修行咨询【www.richdady.cn】√转ihbwel 公司破产后的员工安置问题【σσЗ8З55О88О√转ihbwel 公司破产咨询【σσЗ8З55О88О√转ihbwel 事业不顺的解决之道【σσЗ8З55О88О√转ihbwel 前世老公的咨询技巧咨询【企鹅383550880】√转ihbwel 心特别累的案例分享【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 迟缓儿的自我提升【企鹅383550880】√转ihbwel 儿子抑郁症的自我提升威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 去世的父亲的影响分析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 亲子关系的互动模式有哪些?咨询【www.richdady.cn】√转ihbwel 2017网络信息安全形势网络安全预警中心 东莞市做网站 美国 国家网络信息安全战略 2014 最新h5 展示 营销方案 成都 网站建设 屈臣氏营销 考网络安全什么证书 问答营销的平台有哪些 网络安全22个行业 4r营销书 计算机网络安全技术(第3版) 工业网站建设 网络安全体系 具体设备 邢台建一个网站多少钱 深圳做网站 什么叫b2b营销模式 信息安全检查评判标准,-1 中小型企业网络安全和管理 为什么要加强网络安全 工信部 信息安全中心 门户网站策划书 山西信息安全公司排名 专门学网络营销的app 网站编程 信息安全服务资质查询 北京海淀区网站开发 动画网站模板 中小型企业网络安全和管理 深圳市信息安全行业协会 服饰网站建设 上海天融信网络安全技术有限公司 加强信息安全意识 网站设计规划书武汉 大型 网站建设 信息安全 产业 服饰网站建设 地方门户网站建设 物联网 网络安全 为什么要加强网络安全 工控信息安全 介绍 手机介绍网站 sem活动营销方案 工信部 信息安全中心 网络安全法中的网络一 苏州营销 为什么要加强网络安全 中国网络安全防护 南宁做网站 免费注册网站 国内信息安全问题 信息安全三级等保方案 动画网站模板 中国的网络安全威胁 衡水建网站 校园网站设计 威胁网络信息安全 什么叫b2b营销模式 邢台建一个网站多少钱 网站动效 信息安全等级保护综合管理系统 网络安全信息安全实验室 中科院软件所信息安全 深圳企业建网站公司 手机介绍网站 VPN与网络安全 网络信息安全备案表 网站编程 好的网站建设商家 物联网 网络安全 网络安全教育培训 个人手机版网站建设 营销组合四大要素 工业网站建设 网站流量超 加强信息安全意识 国家信息安全 委员 网络安全体系 具体设备 耒阳做网站 视频网络安全知识讲座 美国cnci网络安全分析解读 信息安全保护技术措施 信息安全保护技术措施 集团网站建 企业可以申报的信息安全证书 网络信息安全趋势图 网络安全设备应用分析 2016 网络安全竞赛 工信部 外贸家具网站首页设计 网站交互性 网站宽屏 国家信息安全认证产品型号证书 李宁网络营销策划书 信息安全实验室品牌 网络安全信息安全实验室 上海网站设计公司 工业网站建设 全网微营销 网络营销课程的ppt 武汉建网站 信息安全 软件 网络安全教育培训 昆明网站制作 威胁网络信息安全 网络安全思考 美国 国家网络信息安全战略 2014 最新h5 展示 营销方案 福州搜索引擎营销 网站的标准 两会 网络安全法 专门学网络营销的app 网络安全 医疗行业 网站建设干货 建网站地址 淄博微网站 淄博微网站 广州网络信息安全有限公司,-1 营销挖掘助手 两会 网络安全法 禅城区响应式网站 网络营销课程感想 网站建设策划书ol 北京海淀区网站开发 网络营销实训课程ppt模板深圳网站建设流程 网络安全法中的网络一 那些层属于信息安全技术 动画网站模板 新浪微博内容营销 美国网络安全产业 网站建设干货 中小型企业网络安全和管理 深圳信息安全企业排名,-1 病毒性营销的视频案例 网吧网络安全技术 深圳市信息安全行业协会 有关网络安全的logo 安徽合安房产营销策划有限公司怎么样 学校网站设计 服饰网站建设