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
网站打模块病毒营销互联网案例分析网络安全技术就业互联网营销理论网站的色彩网络营销培训广州营销课程营销qq怎么推广方案网络安全 lan管理器网站怎么写网络安全审计联通为了复活而轮回的她穿越到了柯南的世界成了服部的妹妹。可是命运却在她3岁时而改变娇柔的身躯有着4种的身份长大游走在刀剑只间心如冰一样的冷,对待亲人朋友却火山般的热情有时的微笑不知是真是假默默地守护着她爱的人但却往往被亲人所误会也许结局是好或是坏但都改变不了她的命运上天界武魁之尊,为人所害,转生下界。 修神诀,斩敌首,一刀一剑,誓要杀回诸天上界! 至此,傲笑天地,镇压万圣,掌控寰宇,不朽不灭!穿越到平行世界在高考后与暗恋女生互相告白后一起当up主杀猪匠不杀五指之猪,守村人不守有庙之村,风水师不点血龙宝地,接生婆的手必须用公鸡血清洗,世间360行,行行有行规生死富贵,出入平安。我是一门特殊刺绣的传人,俗称“纹身”,特殊纹身在皮肤上,可以辟邪、扭转晦气、增加财运,保平安等等效果。照理说,在现代都市里,这门手艺,应该挺赚钱的,可我师父去世前,禁止我利用这门手艺赚钱,不然我就会沾惹上冥冥中一些不能招惹的东西的。我一直都听师父的话,但最近,我遇上了变故,继续用钱,附近大保健店里的小姐咪咪又上门找我做特殊刺绣...色相和金钱的诱惑,我违背了师父的遗言。从此,我的身边出现了诸多诡异、阴森的事情。(在原版版本中进行修改。) 本文讲述的是一个名叫唐沉的人,因为卧底身份暴露,重生失去记忆后,来到了一个新的世界。这个世界,与原世界不谋而合。他在这个地方生活,两人在分班时分到了同一个班级。一次换座他巧合的认识了李冰轮。两人都十分喜欢一部动漫于是又因为这个时候他们和喜欢分排辈于是与她成了相差好几个月姐弟。虽热唐沉较大但还是成了弟弟。两人在一起长大。 一次上海的时候,李冰轮发现了一个尸头。随之而来的是一个案件的水落石出。但是,由于这个案子的死者为本市的法医桂姐的女儿。她无法调查真相。因为嫌疑人被认为为严重心理疾病患者,她无法认同,以为是,李承等人接受贿赂,给予嫌疑人假的病例。于是辞职了,精心谋划了一场犯罪活动。但这背后却另有隐情。夏炙一觉醒来发现自己穿越到了平行世界。 这里的人竟然将游戏定位第九艺术,玩家为了玩到一款好玩的游戏出多少钱买都愿意,游戏设计师成为最热门的行业。 夏炙狂喜,因为上个世界的无数经典游戏,这里的人竟然都没玩过。 于是一名超级天才游戏设计师诞生了。 美女导师:“我不配做陈欢的导师,他的‘马里奥’足够让我学一辈子。” 游戏测评员:“‘塞尔达’是足以改变世界的游戏,陈欢领先了业界一千年。” 攻略大佬:“扶我起来,我要和苇名一心拼刀,别拦我我还能送!” 全球玩家:“夏炙快点出新游戏,多少钱我们都买。” 其他游戏设计师:“年度游戏还选什么,直接给夏炙算了。” 夏炙本人:“别急别急,在做了(新建文件夹)。”路上碰到个老神仙非说要给我算命,最后说我五行俱全不适合这个世界,没多久,精神病院的人把他抓了回去,然而我果真如同那精神病所说,我,不适合这个世界,在他被抓没几分钟,我就穿越到了这阴阳五行世界,这里总该是属于我的世界了吧,我,莯灿鑫,将在这个世界留下我的故事!描写人与人之间,微妙的关系山道弯弯(下)以作者高中生活及其社会生活为题材,分《高中校园篇》、《回忆亲人篇》、《社会工作篇》、《欠债还钱篇》和《贵人相助篇》五部分,每部分大概20章,以自己的亲身经历,告诫读者,使读者少走弯路,哪怕能为读者起到一点点的警示作用,也满足了作者创作的初衷。
商丘做网站 网站分几种 编织网站建设 2014年网络安全发展现状 专业信息安全服务资质咨询,-1 营销系统有哪些 信息安全技术手段包括 教育行业网站建设 2017信息安全展览会 信息安全的培训内容 亲子关系的自我提升【www.richdady.cn】 自闭症的家庭支持咨询【www.richdady.cn】 与女友前世的咨询技巧【www.richdady.cn】 强迫症的案例分享咨询【www.richdady.cn】 公司破产后的员工安置问题【www.richdady.cn】 学习成绩差的自我提升咨询【www.richdady.cn】√转ihbwel 个人专属前世因果分析【σσЗ8З55О88О√转ihbwel 公司破产后如何重新创业咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世老公的前世解析咨询【σσЗ8З55О88О√转ihbwel 学习成绩差的案例分享咨询【企鹅383550880】√转ihbwel 前世老公的前世案例咨询【企鹅383550880】√转ihbwel 财运不佳的改善方法咨询【微:qq383550880 】√转ihbwel 前世缘份的故事有哪些经典案例?【企鹅383550880】√转ihbwel 婴灵的超度与家庭和谐【σσЗ8З55О88О√转ihbwel 前世缘份的前世影响咨询【企鹅383550880】√转ihbwel 投资项目的案例分享【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 纠纷的前世因果【企鹅383550880】√转ihbwel 莫名其妙感伤的咨询技巧咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主干扰的预防措施咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 去世的母亲的前世修行咨询【微:qq383550880 】√转ihbwel 信息安全杂志有哪些内容,-1 小学学校网站设计模板 网站打模块 腾讯信息安全实验室 信息系统运营使用单位的信息安全等级保护工作情况进行检查 卖网站模板 中央信息安全委员会 网站icp备案 网络安全技术就业 安卓网络安全协议 山西省信息化和信息安全评测中心 郑州网站制作网 重庆大足网站制作公司推荐 k网站建设 国际营销网络建设 建设网站网址企业网站seo 宁夏网站设计在哪里 潍坊市网站制作 东软网站建设 广东省网络安全协会 成都网络安全公司排名 整合营销 代理 重庆大足网站制作公司推荐 360网络安全大学 中国网络安全信息中心 科技营销顾问有限公司 网站没域名 病毒营销互联网案例分析 网站的色彩 营销qq怎么推广方案网络安全 lan管理器 编织网站建设 做网站资讯 南通企业网站制作 海外网络营销做什么 网站分几种 集团网站建 中国民航大学信息安全测评中心 商丘做网站 上海网络营销培训 中国民航大学信息安全测评中心 信息系统运营使用单位的信息安全等级保护工作情况进行检查 2016信息安全泄密事件 中央信息安全委员会 信息安全研究什么? 360网络安全大学 信息安全杂志有哪些内容,-1 信息安全技术 信息安全风险评估规范 安卓网络安全协议 网络安全期刊 学校网站开发 国际营销网络建设 商务营销 免费营销方式 网站怎么写 网络营销培训 红河网络营销 2017信息安全展览会 二A信息安全院校排名 信息安全杂志有哪些内容,-1 手机版网站设计风格 上上海银基信息安全技术有限公司 网站icp备案 网站区分 国家安全网络安全 我司如何自己建设动态网站 国家网络安全局巡视 手机网站界面设计 网站区分 戴尔的营销理念 中山精品网站建设信息 网络安全审计联通 戴尔的营销理念 网站设计形式 免费营销方式 网站专业销售团队介绍 信息系统运营使用单位的信息安全等级保护工作情况进行检查 信息安全监控体系 关于网络安全的专业 个人网站建设 中国个人信息安全 上海网站制作设计公司 网络安全 产业 高档网站建 高端网站定制 网络安全信息共享机制 网站没域名 2016信息安全泄密事件 横岗做网站 网络安全新趋势 电子邮件营销作用 网络安全宣传周资料'' 中国网络安全协会 北京网站建设第一品牌 全球网络安全峰会 2014年网络安全发展现状 信息安全技术手段包括 设计型网站 邮件营销模板简约 营销步骤 信息安全专业博导 公司网络信息安全要求,-1 网络安全期刊 智能电视信息安全 杭州网站制作公司 网络安全审核方案 网络安全公司采购 信息安全等级分为 网站设计形式 安卓网络安全协议 教育行业网站建设 中国网络安全信息中心 郑州网站制作网 票务网站建设 2014年网络安全发展现状 k网站建设 辽宁网站制作 专业信息安全服务资质咨询,-1 建设网站网址企业网站seo 临汾网站建设 腾讯信息安全实验室 潍坊市网站制作 2014中国信息安全技术大会 教育行业网站建设 广东省网络安全协会 网络安全宣传计划 中国网络营销环境研究现状分析 整合营销 代理 2012年中国互联网网络安全研究报告 信息安全防火墙 360网络安全大学 杭州网站制作公司 网站建设和平面设计 科技营销顾问有限公司 上海网站制作设计公司 网络安全与认证