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
营销学市场四要素建立网站时间在网络中信息安全十分重要.与web服务器安全有关的措施有( ),-1中国网络安全的发展制作营销网站网站建设的网站定位济南网络安全培训中心手机版企页网站案例win8+网络安全密钥微信营销的特征 沈杰原本是沈家少主,却不料沈杰企业遇到叛徒,沈家一落千丈,少主沈杰也双目失明。 两年后,觉醒生灭万物系统,宇宙之子血统,无论敌人是谁,在我面前,马上化作一缕青烟。 创作人类,生万物,灭万物。一直想说一个没有任何技能的普通人怎么在一个动荡的年代生活,没有金手指,没有逆天的系统,没有丰富的历史知识,更没有化工知识,对军事更是一个白痴,甚至对古诗词也之记得几首的一个真正普通人,他能否在那个年代生存下来?2100年,地球资源即将耗尽,唯一被人类发现的最适合生存的行星火星却凭空消失,一位科学家研究新型可持续发展能源,另一些科学家研究火星消失的原因。此时又有另一派组织觉得放弃地球,在宇宙中寻找其他适合人类生存的行星,遭到了意料中的外星文明……随着时间的流逝,到了洪武元年。传言鬼人谷不是一个地名,而是一个人名。 鬼人谷能文能武,选择隐于世外,没有徒弟,却将天下尽收眼底。 随着时间的推动,到了洪武二十一年。鬼人谷收下两个徒弟,一个名字叫王雄吠,另一个名字叫太司懿。 鬼人谷能屈能伸,选择世俗之见,没有怨言,却将两个徒弟教成一文一武的怪物。 《神探太司懿》系列小说的第一部!为了救人,穿越古代的赵亨义娶了个克夫的丧门星,一同带回家的,还有丧门星那六个拖油瓶妹妹。 什么?一个媳妇六个小姨子养不活?不存在的! 看我带着乡亲们种田打猎搞副业,偷偷发展高科技,昂首阔步新天地! 朝廷腐朽,皇帝昏庸,不给百姓留活路? 那就掀翻这鸟朝廷,杀了那狗皇帝! 草原蛮族年年寇边,岛国强盗肆虐海疆,西方贼人觊觎中原? 来,豺狼虎豹往这看,看看你亨义爷爷手里这杆二十连响的火铳它帅不帅! 在一片大陆之上,经过漫长的时间流转,神,魔,人三族并立,一个由恶念之源化形的魔种在大陆上游历并逐渐触碰到有关“开天”秘密……王陵穿越到魂兽横行、全球武魂觉醒的平行世界。 开局绑定外附武魂混元道宫,觉醒王者级双生武魂生灵圣火和混元神火,产生顶级武魂异像,震惊全球! 混元道宫加速时间,魂植成长速度是外界的千倍万倍! 生灵圣火与混元神火更是炼丹神物! 一举成为神级炼药师,复兴华夏炼药事业,成为世界第一! 所有人都认为他只是一名神级炼药师,毫无武力值。 直到有一天,魂兽侵袭生灵涂炭,人族危在旦夕。 王陵从天而降,手持宫殿脚踏神火,大手一挥,轻易化解了魂兽危机。 全世界才恍然大悟,将他供为神灵! 天宫宫主:“妖孽如此子,天佑我华夏!” 米国战神:“我不是他的一招之敌。” 魂兽之王:“如果不臣服于他,我就只有死路一条。” 帕特农神女:“他的炼丹之术让我望尘莫及,希望能与他‘单独’探讨炼药技术和魂植生命的起源。” 王陵:“其实我只想低调的做一名炼药师而已,但实力不允许啊!” 意外穿越大秦,成为八公子嬴子夜,觉醒神级阅读系统,只要读书就变强!只要读书就能获得无限奖励,只要读书便可入圣! 为此,嬴子夜终日闭关读书,兢兢业业,不招灾,不惹祸。 终有一日! 始皇重危,意欲东巡求长生。 墨家蠢蠢欲动。 六国余孽准备造反。 赵高意欲篡改遗诏。 …… 嬴子夜知道,这时候不能继续藏了!再藏大秦不复、自己也将被胡亥杀死! “扮猪吃虎十余年,今日本公子不藏了!” “今日,本公子以读书入圣!一剑斩天!” “传令,三千大雪龙骑军出动!” “传令,铁浮屠出动!” “……” 武当当因实验室事故穿越到大宋,借武大郎身体重生,不甘就此消失于历史的他决定重走人类科技发展之路,并由此建立了一个科技发达的东方国家,本着和平,发展,共赢的精神领导全球各个国家和地区,凝聚力量,保护地球,建设文明,发展科技,探索宇宙。这个世上有鬼吗? 真的有,而且有很多。 我叫徐艺,在我十八岁那年,我猛然发现了这个世界的真相。
网络营销整体运营方案设计 网络安全信息集成商 网络广告的整合营销 城市营销平台建设 华中信息安全测评中心 哈尔滨网站制作 山西省信息安全大赛 工具型网站 营销型网站建设公司 模板网站与定制网站的区别 大龄剩女的婚恋规划咨询【www.richdady.cn】 升迁障碍的咨询技巧咨询【www.richdady.cn】 前世今生【www.richdady.cn】 大龄剩女的婚恋故事【www.richdady.cn】 孩子厌学咨询【www.richdady.cn】 老公家暴的咨询技巧咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 外灵的驱除方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 儿子不读书的改运方法【σσЗ8З55О88О√转ihbwel 长期失业对个人的影响【www.richdady.cn】√转ihbwel 财运不佳的财富管理方法有哪些?咨询【σσЗ8З55О88О√转ihbwel 冤亲债主的干扰解决方法咨询【σσЗ8З55О88О√转ihbwel 纠纷的案例分享【企鹅383550880】√转ihbwel 如何化解婴灵带来的负面影响?【www.richdady.cn】√转ihbwel 心特别累的前世记忆咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 灵魂化解的意义【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 化解威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 大龄剩女的婚恋经验咨询【微:qq383550880 】√转ihbwel 无形干扰的解决方法咨询【微:qq383550880 】√转ihbwel 发育倒退的前世记忆咨询【微:qq383550880 】√转ihbwel 亲子关系的家庭氛围咨询【企鹅383550880】√转ihbwel 保定 营销型网站建设 网络安全测评机构广西 沈阳信息安全培训 信息安全期刊官网 美强化网络安全新法案 cnnvd(中国国家信息安全漏洞库)一级技术支撑单位 名单 北京网络营销顾问 对搜索引擎营销的认识 信息安全的五大特性 农副产品电商营销培训 山西网站制作公司哪家好 信息安全产品的规定 营销思想 seo网站诊断网站免费 工具型网站 饥饿营销的流程 沈阳建设公司网站 临沂网站制作 优质公司网站 低价营销方案 惊艳的网站 南阳企业网络营销外包 微信营销课程 哈尔滨网站制作 保定 营销型网站建设 网络营销干货百度云 asp.net网站采用编译后执行首次执行需要进行编译 网络营销师在哪考 知名网站规划 公安部 网络安全 415 网络营销研讨班 华中信息安全测评中心 模版建网站 一站式营销服务 博客群营销 惊艳的网站 重庆网络营销服务 推荐人营销 网络口碑营销 ppt网络安全发的基本 win8+网络安全密钥 成都信息安全风险评估 网站的申请 网络安全测评机构广西 呼和浩特网站制作 网络营销培训机构 网络营销定价是什么意思 seo网站诊断网站免费 网络信息安全竞赛 网络信息安全实训 杭州网站建设设计公司 信息安全期刊官网 信息型网站 iscc信息安全与对抗 重构网站 什么叫营销组合策略 全国网络安全大会 信息安全等级保护含义 南通旅游网站建设 cnnvd(中国国家信息安全漏洞库)一级技术支撑单位 名单 网络信息安全期刊 日用品企业网站建设 北京展览馆 网络安全 客服信息安全的培训 网络安全案例 ppt 保定 营销型网站建设 北大信息安全 考研 惊艳的网站 网络营销整体运营方案设计 营销策划? 沈阳信息安全培训 个人信息安全读取彩信 网站首页制作 山西网站制作公司哪家好 网络广告的整合营销 西安网站建设案例番禺网站优化 网络安全信息集成商 网络广告的整合营销 惊艳的网站 总结网络营销岗位所需能力 惠州网站开发公司电话 重庆整合营销案例 网络营销干货百度云 c2c网站有哪些 网络安全升级的功能 博客群营销 模版建网站 南阳企业网络营销外包 日用品企业网站建设 网络安全法编号 长沙做网站的 礼品网站建设 网络营销是? 网站设计的论坛 信息安全 部门,-1 营销转化 唐山做网站网络信息安全建设方案 上海大传网络安全技术有限公司 公司内部网络安全 网络营销最新资讯 高校网络安全评估报告 顺德公益网站制作 山西网站制作公司哪家好 网络安全升级的功能 互联网怎么为影楼营销 网络安全之防火墙课题简介 哈尔滨网站制作 专业营销外包公司哪家好 山西省信息安全大赛 网络营销应用生活案例 济南网络安全培训中心 网络安全与黑客攻防宝典 第3版 网络营销最新资讯 达内培训 网络营销机构 网络攻击对信息安全的主要影响 一站式营销服务 网络营销培训机构 国家信息安全公司 华中信息安全测评中心 公安部 网络安全 415 网站设计的论坛 北京网络营销顾问 信息安全产品的规定 工具型网站 网络营销研讨班 山东省信息安全大赛,-1 无网站营销 哈尔滨网站制作 星巴克的营销目标 网络信息安全期刊 营销策划? 信息共享与信息安全 南通旅游网站建设 北大信息安全 考研 asp.net网站采用编译后执行首次执行需要进行编译 信息安全等级保护管理办法2017