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
建官网个人网站印度 网络安全企业 收购网络安全培训经验网站示例福建信息安全就业用公共网络安全吗网站开发中牛肉干营销方案企业营销有信息安全相关新闻少年仇深,无常人的快乐和开心,世人都追寻东西却是他的依仗与痛苦的源头。是看破,是坠入深渊,一切由头开始。。。。。2100年,地球资源即将耗尽,唯一被人类发现的最适合生存的行星火星却凭空消失,一位科学家研究新型可持续发展能源,另一些科学家研究火星消失的原因。此时又有另一派组织觉得放弃地球,在宇宙中寻找其他适合人类生存的行星,遭到了意料中的外星文明…… 地域:东极大陆青州大地,西极大陆西土大漠,南极大陆幽冥群屿,北极大陆冰原之地 青州之南龙岛与大海,青州之北十万大山与无尽深渊云海,西土之南荒漠,西土之北半冰琼海,中州万盛皇朝 樊笼求生:小镇孤苦贫寒,偶遇仙缘却断仙途,挣扎求命半师指路,云游青州初识天下,破生机桎梏得入武道,引武道求生机再遇仙缘,穿青州入龙岛闯山续命,识仙子破樊笼在追仙途 再入江湖:入西土识冯君共破鬼宅,习拳谱悟仙道最强四境,入荒城初练气误入洞天,得造化献机缘再遇半师,拜佛陀得传道再破桎梏,识幼童结黄雄再次上路,走马帮拼魔头名气小传,遇危机识师兄惊险拜师,过恶水走险山教导秦菁,入赌城识宝矿再破一境,进拍卖得残剑练气有成,交紫月知禁地险获仙缘,出禁地遭追杀秦菁走失,出西土游蓬莱武道重修,收兄妹练仙经重返青州。入皇朝访龙虎兄弟再聚。知身世识儒修任重道远,求师尊入祖地盗取机缘,寻龙脉遇福地初次闭关,淬肉身练道心双师惨虐。 萧落穿越到鬼怪横行的世界。 妖魔肆虐,天灾降世,妖灾现世化作人间炼狱。 无穷的妖魔、诡异带来恐怖的杀戮与噩梦。 萧落开启了功法羁绊系统,只要建立羁绊便能提升武学,进化功法! 叮!金钟罩提升至第十二层, 叮!龙游刀法融合至第二十一层 环天,钧天也。乃天上神仙居住的地方,也就是仙界。明朝时,生于城里首富家庭中的一个少年,名叫龙飞扬。在他十七岁那年,在山上做了一个梦,迷上了修仙。龙家遭人陷害而家破人亡,后来龙飞扬拜了张清风为师,张清风授法给龙飞扬后就仙逝了,他临走前托付了斩妖除魔的重担。龙飞扬练成了金光剑法的最高境界,要去降魔。然而,却失败了。龙飞扬在梦中得到了仙人的指引,寻得了轩辕剑斩毁浑天教主的真身。然后,就去蓬莱山修炼了。双日凌空,神秘再现,在科技崩溃的废墟中,万物迎来了无限进化! 穿越而来的沈凌,激活了自己的无限世界模拟器。 只要是花费足够的能量,就能够获得在模拟世界中得到的修为、武功和物品! 于是,在小李飞刀的世界中,沈凌获得了小李飞刀! 在大唐双龙的世界中,沈凌修成了剑心通明! 在蜀山的世界中,沈凌拿到了化血神刀! 在洪荒的世界中,他夺取了诛仙四剑……冰河世纪!火山喷发! 荒芜末日即将来临? 李晨重生回到末日来临之前,激活神级科技系统,从此在末日也能潇洒滋润。 大旱?给我来场雨! 暴雨?水库建起来! 能源?村里都快有第一类永动机了。 食物?水培仓按几下按钮什么都有! 没有李晨想不到,也没有李晨做不到。 外国:“oh!my God!在东方,有一个神秘的村落,他们居然在末日天天办party!” 未来科技高度发达但战火不断,人类各大文明区为了缓和阶级矛盾,以各自文明历史、神话或传说为基础元素构建了人类文明的终极进化宇宙!以三国历史为背景的华夏文明、以科幻传说为背景的漫威文明、以天道教为背景的大和文明、以历史神话为背景的高丽文明……,万国文明在进化宇宙中展开残酷的弱肉强食的文明争锋,群雄逐鹿于丛林法则之下,试问哪个文明能傲立于巅峰!刚穿越成蜀山剑派大师兄,就因为勾结邪魔教妖女,被废去修为,剥夺身份,羁押在锁妖塔! 好在绝望之际,楚风获得神级签到系统! 在锁妖塔前签到,奖励剑体之首,【无始剑体】! 在三皇殿签到,奖励【轩辕剑】! 在三清殿签到,奖励【紫金红葫芦】! …… 楚风本着不无敌,不轻易出山的想法,苟在蜀山默默签到! 但当三千年前的绝世邪魔,邪剑仙率众攻上蜀山剑派时! 楚风挺身而出,负手而立,横剑身前! “前方蜀山,妖魔禁行!” 
常用微信营销方式 企业营销网站建设公司哪家好 大连网站建 平台的营销 企业网络营销计划方案 全国大学生网络安全实战竞赛 网络安全攻防linux 信息安全分类分级指南 网络安全厂商产品对比 网络安全厂商产品对比 事业不顺【www.richdady.cn】 与女友前世的影响分析咨询【www.richdady.cn】 存不住钱的前世因果【www.richdady.cn】 婴灵的超度仪式咨询【www.richdady.cn】 冤亲债主干扰的解决方法【www.richdady.cn】 孩子学习不好的家庭教育【www.richdady.cn】√转ihbwel 不爱读书的原因分析咨询【企鹅383550880】√转ihbwel 财运不佳的财富转运方法有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 投资项目的咨询技巧【σσЗ8З55О88О√转ihbwel 去世的母亲的前世解析【企鹅383550880】√转ihbwel 公司破产的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 性压抑的案例分享威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婴灵的安抚有哪些技巧?【微:qq383550880 】√转ihbwel 外灵干扰的解决方法【企鹅383550880】√转ihbwel 不爱读书的原因分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 不爱读书咨询【www.richdady.cn】√转ihbwel 意外事故的主要原因分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 忧郁症的改运方法咨询【σσЗ8З55О88О√转ihbwel 家宅磁场的调整方法咨询【σσЗ8З55О88О√转ihbwel 莫名其妙感伤的案例分享咨询【www.richdady.cn】√转ihbwel 青岛网站优化 广东营销网站建设服务公司 维护国家信息安全 网络安全知识测试 株洲做网站多少钱 网站推广公司 东莞政府信息安全 狼客网络营销 科技网站建设 网络安全内容要少济南网站营销 会员式营销案例 农产品的软文营销案例 建官网个人网站 软文营销的要素 宣传网络安全法新闻稿手机网站 网页设计网站 网站需要几个人 网络安全需要注意哪些 单位对网络安全等级保护工作的保障情况 营销教育 中国网络安全监测中心 信息安全专业知识 海宁网站建设 互联网营销模式 微店 电子邮件营销模式 牛肉干营销方案 业务系统信息安全 企业营销有 pkav网络安全 信息安全杂志有哪些,-1 营销培训视频 信息安全技术风险管理 全国大学生网络安全实战竞赛 东莞政府信息安全 网站设配色 提供信息安全服务 资质,-1 网站开发中 数据网站怎么做的 黄浦网站建设 广东营销网站建设服务公司 营销策划网络课程 云南网站制作 我国信息安全部门 2016信息安全产业规模 国内营销公司 3g手机网站 上海电子商城网站制作 杭州 网站建站 信息安全风险管理指南 网络营销学校 网络安全厂商产品对比 自贡网站优化 营销的拼音 整合营销传播 网站推广网站 企业网络营销计划方案 成都公司建网站 饥饿营销的作用长沙建设网站 网站导航营销的优势 常用微信营销方式 杭州 网站建站 做个人网站 营销小技巧 信息安全调研报告 维护国家信息安全 中国网络安全监测中心 运用政府职能 网络安全 信息安全的案件,-1 云南网站制作 信息安全分类分级指南 校园网站设计 定制跟模板网站有什么不一样 科技网站建设 株洲做网站多少钱 长沙建立网站 网站推广网站 网络信息安全评估 哈工大网络与信息安全 天津网站优化公司 网络安全培训经验 网站设配色 规范网络营销 英语作文 网页设计网站 怎么把地图放到网站上 网站示例 网站多少钱 网络安全调研队名 企业营销网站建设公司哪家好 信息安全产品采购名录 网络安全 宣传 网络安全培训经验 学校网站设计2014信息安全发展趋势,-1 e-mail营销的内容 达内培训 微络营销深圳 网络安全宣传报道标题 中国网络营销环境研究现状 信息安全专业竞赛 商城网站包括哪些模块 单位对网络安全等级保护工作的保障情况 搜索引擎营销的含义与分类 wifi无线网络安全设置 信息安全专业竞赛 做网站赚钱 聚美优品营销策划 业务系统信息安全 网络安全法第二十一条 2015关于网络安全的国内新闻 信息安全就业城市 成都公司建网站 网络安全在哪设置 中央信息安全 中山移动网站建设报价 会员式营销案例 宣传网络安全法新闻稿手机网站 昆明网络营销 信息安全应急响应工作流程包括 使用asp.net制作网站在制作相册时怎样添加图片呢? 商城网站包括哪些模块 树莓派 信息安全 多语言网站 网络安全小工具 酒店行业 互联网营销 苍南网站建设 做网站赚钱 科技网站建设 中国好的营销策划 四视图网站 中国互联网营销诞生年 网站色调 微营销真的假的 建网站代码 会员式营销案例 bitdefender网络安全 信息安全 国产化 打印机 中国网络安全监测中心