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
成都网站建设vb2b网络营销过程闵行网站建设武汉信息安全网,-1票务网站建设信息安全材料网络安全ppt最后网络空间信息安全专业,-1搜索引擎营销怎么做2016最新网络安全事件【未来世界+赛博朋克+武道崛起】 数十年前,地球轨道之上有一轮赤星高悬,全新的时代开启了! 在未来,没有和平,地面被异族霸占,人类生活地下!这里没有暖阳、大海、天空、森林,有的只是四周漆黑的土壁。 然而在五颜六色的霓虹灯下、冰冷的机械铁甲下,仍是潜藏黑暗,它无处不在。 终有一日,闯出一群有志之士,他们身披战甲,意气风发,带领人类拨开地表,撕破黑暗,前方是光! ………………天道陨落,生命祭献,少年轮回,叙写传奇。且看,无双天骄,翻手天初,覆手天末,天临世间!人心有异,妖邪自生。世风不正,诡物横行。 这是一个吃人的世界,一个妖魔邪祟肆虐的世界。 宋思穿越而来,危急关头获得系统,任何武学都可以升级。 铁头功、铁喉功、铁裆功、铁臂功、铁腿功,再加上铁布衫,升级成不灭金身。 无影剑法、疾雨剑法、灵蛇剑法,再加上拔剑术,升级成斩天拔剑术。 硬抗妖邪,拔剑斩天! 谁说修炼到极致的武夫,只能让自己的肉更有嚼劲?三个穷困少年逆袭成功的故事这个世界,是一个令人匪夷所思的世界,自打我记事起,爹娘就曾告诉我,三百多年前,不知何事所致,不知何人所为,世界上的所有人突然就再也不会死亡,每个人都拥有着永恒的寿命……少年李杉逃出生天后,进入小城。正逢下岗改制,他一脚踏进这个旋涡。 这是一个变革的时代,一个机遇丛生又步步惊心的时代。 他在阴谋迫害中自保,在明争暗斗中生存。 在达官显贵的权谋中游走,在血与火的锤炼中成长。 在各方势力的角逐中壮大。?少年历程,帝者之路。艰难险阻,厄重困 苦;红颜知己,贵人相助。 于追寻探索中揭秘,为保护亲人而变强,在经历 过程中造就。少年崛起,成为真我;一人成帝, 亦可为天。  阿琉族,是天下间被诅咒的家族,族内嫡系血脉身附神力,传闻是神族后裔,族内最高首领世代继承阿琉族圣物阿琉玉。上古神器阿琉玉,据说背负着天下至高神——道神太天的血和灵力,因此也被诅咒。虽说时代更迭,王朝换代,但野心勃勃的世人们依旧垂涎这被诅咒的上古神器阿琉玉,传说若能唤醒阿琉玉,便可像至高神太天一样永生。阿琉一族为守护阿琉玉,一直颠沛流离,四海为家,直到第九任族长阿琉肃里开辟了叶秋镇作为新的家园,阿琉族才正式定居安家。好景不长,一句预言打破了叶秋镇的宁静。“阿琉阿琉,神族后裔;阿琉圣玉,可掌天下;背负诅咒,先祖之殇;幽幽灵神,降于叶秋;人前之子,人后之凰。”少族长阿琉思南一行人在预言之下又该如何应对种种危机?网文作者穿越西游世界,开局一本《斗破》,吸引猴子来拜师。 什么修仙,什么西游,哪里有看小说有意思? 为了写出一部精品,猴子拜师牧尘门下,他绞尽脑汁,大闹三界,只为寻找创作灵感。 这还不算完,当哪吒看了《魔童降世》,当天蓬看了《春光灿烂猪八戒》,当杨戬看了《封神榜》,整个西游顿时乱了套。 身在紫霄宫的鸿钧老祖表示,这本小说实在太好看了,本圣也要来催更!五年前,他是第一玄门天骄,因遭至爱背叛,身死 道消。 一朝重生,他是苏家弃婿,偶得无上医经和传奇宝 鼎,从此废物接盘侠成最强奶爸。
营销4F是什么 网络安全扫描工具 泰安网站设计 机电营销软件 2016最新网络安全事件 网络营销怎么推广 岳阳建网站 信息安全材料 青岛 网络安全法 桃城区网站制作公司 自闭症的前世因果咨询【www.richdady.cn】 外灵干扰的案例分享【www.richdady.cn】 冤亲债主干扰对生活有何影响?咨询【www.richdady.cn】 与老公前世的前世修行咨询【www.richdady.cn】 与男友前世的前世解析【www.richdady.cn】 家庭关系的和谐之道咨询【σσЗ8З55О88О√转ihbwel 如何化解婴灵带来的负面影响?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 工作压力大导致的精神不振【微:qq383550880 】√转ihbwel 不爱读书的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与公婆前世的记忆解析咨询【企鹅383550880】√转ihbwel 心特别累的咨询技巧咨询【企鹅383550880】√转ihbwel 亲子关系的改运方法【微:qq383550880 】√转ihbwel 为什么过世的前世案例【σσЗ8З55О88О√转ihbwel 外灵的驱除方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 财运不佳的投资建议咨询【微:qq383550880 】√转ihbwel 迟缓儿的案例分享威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的解读方法【微:qq383550880 】√转ihbwel 不爱读书的前世记忆咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 内心恐惧胆怯的自我提升【www.richdady.cn】√转ihbwel 投资项目的环境影响威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 营销模式包含哪些内容 网络信息安全实训室 珠海网站设计哪家好 中国网络安全专家 黑龙江网站建设 广州外贸网站效果 票务网站建设 购物网站设计 国内ui网站 网络安全年 岳阳建网站 粉丝通营销 我们的优势的网站 信息安全攻防竞技平台 无锡微网站开发 企业网络营销存在问题 营销的好处 湛江网站模板 ncsc 新西兰国家网络安全中心 网络信息安全散文 营销的作用 西乡做网站 西安网站空间 东莞做网站的公司有哪些 湛江网站模板 深圳做h5网站设计 网站制作中心 大良网站设计价格 亚太信息安全大会 网络安全 案例 票务网站建设 哈尔滨网站设计 机电营销软件 成都网站建设v 网站内容运营 html营销邮件 餐饮o2o营销策划方案 闵行网站建设 长沙o2o网站制作公司 网站建设 天津 天蝎网站建设公司 网络营销品牌成功案例 网络营销团队要干嘛网站建设开发 签约 武汉新艺博彩绘 网站建设项目_武汉网站建设公司首选纵横互联 信息安全风险评估的重要性 2016最新网络安全事件 广州外贸网站效果 网络营销写手招聘 沈阳做网站的公司排名 属于网络营销的特点有 工业控制系统信息安全指南 信息安全等级保护测评中心 信息安全竞赛题库 东莞做网站的公司有哪些 婚庆网络营销方案 mmm营销 国家计算机与信息安全管理中心 厦门网站建设企业 厦门网站建设企业 北京市网站公司网站 网络安全年 公司设计网站建设 微信营销的发展战略信息安全人员资质证书 做一个网站的费用构成 中国网络安全专家 网络信息安全散文 网络安全与信息 中国亚马逊营销的特点 网站内容运营 营销4F是什么 营销网站手机站 网络营销品牌成功案例 网络营销课的心得体会 网站没域名 网站建设工作室 滨江网络安全公司 西乡做网站 使用asp.net制作网站在制作相册时怎样添加图片呢? 西安市做网站 岳阳建网站 网络安全扫描工具 方维制网站 网络安全防护的公司企业信息安全部 信息安全竞赛报名流程 个人网站建设 湖南网站制作 网络安全防护设备部署 贸易公司自建免费网站 网络营销团队要干嘛网站建设开发 大良网站设计价格 大良网站设计价格 网络安全法 好处 信息安全攻防竞技平台 我们的优势的网站 全网营销系统 深圳 销售营销区别是什么意思 计算机网络安全的基本要素 html营销邮件 亚太信息安全大会 金融网站开发方案 v云计算在网络安全领域的应用 广州外贸网站效果 营销4F是什么 网站建站 贸易公司自建免费网站 签约 武汉新艺博彩绘 网站建设项目_武汉网站建设公司首选纵横互联 哈尔滨网站设计 互联网+ 信息安全 企业存在网络安全介绍 中国网络安全专家 宣城网站建设 泰安网站设计 北京营销型网站 信息安全等级保护测评中心 餐饮o2o营销策划方案 企模网站 关键信息基础设施网络安全检查方案 购物网站设计 泰安网站设计 武汉信息安全网,-1 粉丝通营销 深圳做h5网站设计 信息安全风险评估的重要性 亚太信息安全大会 e春秋网络安全实训平台 网络营销怎么推广 企业网络营销存在问题 网站群系统 工作室网站 ncsc 新西兰国家网络安全中心 信息安全竞赛题库 桃城区网站制作公司 网站套餐 网络安全年 珠海网站设计哪家好