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
网络安全保护设备西安网站建设公司信息安全风险的三要素深圳网络营销策划招聘中国网络安全攻防大赛网络安全服务平台手机微信网站建设网络安全主要涉及( )信息传输安全网络应用安全等3个方面信息安全风险的三要素教育部高等学校信息安全专业教学指导委员会第一次写小说,不知道说什么好,我就不说了穷困潦倒、整日以吃泡面、上网吧度日的小保安司马囧在经历过一次次社会的毒打之后(被等待了三年的女神当众羞辱、被发小兄弟背叛变得一无所有),终于生无可恋,准备以连吃二十碗方便面从而撑死自己的方式结束自己的生命。却不想在弥留之际遇到祖先司马懿,并获得重生,还获得世代侍奉司马家的三百死士相助。 获得重生的司马囧先将这三百死士安排进厂赚取返费,获得人生第一桶金。 这次,他能否获得新生,拿回自己渴望的一切? “这难道是杨家三少?” “天哪!传言他十岁研发出颅内VR自动成像,十二岁研发可发射导管,十三岁强撸,成功练就强直性脊柱炎神功,少年时便以达到无人之境!” “但是,小小的学院,如何能请来如此少年天才进来入学……怕不是富公子来体验生活的吧……”拥有【满级肉身】的苏叶,穿越异界,成为显魔宗疯魔院的杂役弟子! 被女魔头吊着打,获得天魔神掌。 被老魔头拿头撞,获得种魔大法。 被小魔头当沙包,获得霸王神斩。 …… 在疯魔院当杂役这些年。 有郁郁寡欢的师妹,来疯魔院供奉魔头,经苏叶指点,修成九世女帝! 有身世卑微的凡人,来疯魔院供奉魔头,经苏叶调教,成为天下共尊的魔皇! 有朝廷弃徒的皇子,来疯魔院供奉魔头,经苏叶点拨,成为横扫大陆的一代帝王! * 六十年后,魔道天榜揭示,排序魔道强者,苏叶独占鳌头! 榜单备注——神魔共主! ……穿越到玄宁大陆,发现自己的金手指就是能够捡取各种属性。 从此,玄宁大陆多了一个捡取属性就变强的家伙。 【生命值+100】【力量+100】【修为值+100】【体质+100】【精神+100】【混沌血脉+1】【万剑诀+1】【神瞳+1】...... 修炼是不可能的,这辈子都是不可能的,实力不够,多捡点修为值就突破了。 你跟我说力量强,看我一拳如何锤爆你。 别说你的速度强,我的速度属性都破万了,不用身法你都追不上。 蛮族:“这个玄宁太变态了,防御这么强,还怎么打?” 古族:“他到底什么血脉,为何能够融合这么多强大体质?” 风族:“快跑,这个玄宁要追上来了。”一个震撼万界之物沦落凡尘转化为人。将亿万年来平静的暗流,掀起一股惊天骇浪!! 一个千古难得一见的废物体质,却拥有万古无人能及的惊天悟性。且看,他在这被人觊觎的世界里艰难的开辟一条新的觅道之路……距今约50年前,神秘陨石索莎降落于地球,使得这个世界上突然出现了被称为“魔法”的不可思议力量,因为魔法的出现,世界的格局也重新被改变……   少年雷昂从小在父母的指导下学习剑术和魔法,成为了一名高强的魔剑士,但是……他却是向众人隐瞒了自己的高超实力。  因为一次机缘巧合,雷昂和妹妹娜娜一起入读了月幽学园并结识了学园最强前辈雷沙、曾经的DEATH PARADISE十大杀手之一水镜、学园智将群云星羽、可爱的努力后辈枫,从此,雷昂开始与各种邪恶势力进行着斗智斗勇的战斗……同时,也知道了父母失踪的真相。遭遇背叛能够保持心态,遭遇绝境奋力拨开迷雾,遭遇不公执着于平等,遭遇低谷从未放弃,只为坚守那一份心中的美好从前有一座大陆,叫圣洛大陆。 大陆之上有一个域,叫南山域。 南山域有个宗门,叫仙痕剑宗。 仙痕剑宗之中有一位大师兄,叫君清尘,他似乎有亿点点强,而他的故事也是从此开始。天上地下,唯我独尊。 我王天在此质问诸天万界,何为道,何为仙,何为至尊! 诸天万界没有答案,我便自己创造!
网络营销的定价策略有 信息安全技术公司招聘html5网站建设 360网络安全技术 第四届网络安全论坛 百度信息安全部 上海的外贸网站建设公司排名 网站建设如何提高转化率 传统营销信息传播方式 广州企业网站建设哪家服务好 工业信息安全政策体系 升迁障碍的职场规划如何制定?咨询【www.richdady.cn】 孩子不爱读书的原因【www.richdady.cn】 孩子学习不好的咨询技巧咨询【www.richdady.cn】 化解【www.richdady.cn】 意外的前世影响【www.richdady.cn】 婴灵的化解仪式【www.richdady.cn】√转ihbwel 发育倒退的解决方法咨询【www.richdady.cn】√转ihbwel 强迫症咨询【www.richdady.cn】√转ihbwel 如何识别冤亲债主干扰威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 过世前可能出现的征兆【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 构建和谐亲子关系的方法【企鹅383550880】√转ihbwel 祖灵的存在形式咨询【微:qq383550880 】√转ihbwel 纠纷的法律咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 解梦的前世记忆【企鹅383550880】√转ihbwel 公司破产咨询【σσЗ8З55О88О√转ihbwel 精神不振的环境影响咨询【企鹅383550880】√转ihbwel 孩子压力大的解决方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的重逢有什么迹象?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 升迁障碍的职场突破【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 工作压力大导致的精神不振【微:qq383550880 】√转ihbwel 厦门响应式网站制作 常州网站优化 深圳信息安全认证中心 中国网络安全攻防大赛 珠海移动网站建设报价 专业的网站开发公司 网络安全处置流程图 网站制作学习 网络与信息安全研究所 云大信息安全 中国信息安全专业 大同做网站 信息安全与泄密事件 微博怎么做营销 sem搜索引擎营销 网络营销新闻稿 百度信息安全部 网络安全攻防实验室 黑白网络安全 网站开发设计公 网络安全的电影 免费建个人网站 广州企业网站建设哪家服务好 网络安全服务平台 邢台做网站公司 贵阳做网站 京东 网络营销部 看网络营销教程心得 邮件营销是无效的 制作网站教程 上海公司做网站 九江做网站 系统性营销 在线营销型网站建设 本溪网站建设 电国家信息安全工程技术中心,-1 网站图片标签 网站内容 2014春浙江大学计算机信息安全 东莞网站制作公司 昆明购物网站建设 网络与信息安全研究所 东莞网站设计价格 信息安全技术公司招聘html5网站建设 网络安全数据管理局 工信部网络安全证书 苏州建设局网站 温州网站制作公司 上海的外贸网站建设公司排名 信息安全技术公司招聘html5网站建设 广州企业网站建设哪家服务好 为何要网络安全审计 天津信息安全平台 营销型网站建设是什么意思 京东 网络营销部 网站建设颜色注意事项 在线营销型网站 2016年第十七届中国信息安全大会 深圳信息安全认证中心 公司关于网站设计公司的简介 个人网站推广 做网站的 大同做网站 系统性营销 信息安全讲师认证,-1 什么是微网站 顺义手机网站建设 常见的信息安全的产品有哪些 网络安全保护设备 个人网站推广 上海的外贸网站建设公司排名 陕西手机网站制作 搜网站技巧 网络安全威胁的现状 网络安全处置流程图 福州企业网站建设 在线营销型网站建设 企业品牌宣传型网站 济南免费做网站 企业网络信息安全公司 2016年第十七届中国信息安全大会 title:(网站建设) 九江做网站 信息安全的威胁主要来自于,-1 山东信息安全公司 企业网络营销数据 常州网站优化 上海网站改版 北京市网站公司 深圳公安 网络安全 中国信息安全专业 甄别网络信息维护网络安全 福州网站开发公司 6月1日网络安全 wifi 网站优化外包 看网络营销教程心得 信息安全安全技术规范 南京 网站开发 南京 网站开发 山东信息安全公司 昆明的房产网站建设 福州网站开发公司 行业平台网站建设 网站建设小技巧 营销环境调研 建设网站具备的知识 sem搜索引擎营销 网络安全实施计划 手机微信网站建设 wifi加网络安全认证 企业品牌宣传型网站 厦门响应式网站制作 360网络安全技术 制作网站教程 网站内容 专业的网站开发公司 南京公司网站 信息安全的威胁主要来自于,-1 百度信息安全部 网站开发设计公 网络与信息安全重大事件 杭州市网络安全研究所邮箱 伪静态网站 网络营销战略研究 网络安全处置流程图 网站开发公司 上海营销切入点 网站制作学习 网络信息安全基础实施细则 网络安全错误错误代码 网络安全数据管理局 甄别网络信息维护网络安全 什么是微网站 邢台做网站公司 网络安全编程特点 营销三要素中国信息安全测评中