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
营销知识成都市公安局网络安全信息安全等级保护技术标准体系营销环境分析的内容信息安全顾问视频,-1科技平台网站建设营销知识深圳专业集团网站建设2016网络安全教师网站推广服务林辰用短短三百年时间,成为仙界最年轻的仙帝,却遭三大老牌仙帝联手围攻,同归于尽。 未曾想重生回到少年时的蓝星,这一世他将不再留有遗憾,有怨报怨,有仇报仇! 修仙之路也将更加势不可挡!简介:光明与黑暗,烈火与寒冰,在这个混沌的世界之中。 一个无名少年的出世,搅动乾坤,颠覆世界。 亲情、友情、爱情、勇气、冒险。 在少年的身上逐渐显现,直到冰与火的对决。天地玄黄,宇宙鸿荒……一个老大的人干嘛还读这个?啥?我小叔叔是个盗墓的?看着父亲被舅爷追打,头破血流,还不能顶嘴,目睹母亲含辛茹苦,为一大家操心劳累,叔叔、姑姑不仅不领情,还故意刁难,超华幼小的心灵,烙下深深的记忆。 他发誓,苦读寒书,通过高考获取功名,立志改变命运,出人头地,让欺负父亲的舅爷们汗颜,让不尊敬的叔叔、姑姑们忏悔。 然而,想法要变成现实,总不是一番风顺,他经历过大学苦难的历程,被卷入了企业复杂人际关系漩涡------ 在企业他在国企破产后,为了生活,被迫四处漂泊,历经沧桑,在险恶的职场,顽强拼杀,终于有了自己的一席之地。 漫天风沙,我于中独站讲述主人公在一次历险中发现了自己拥有超能力,从此过上了开挂的人生。魔蛋传说之拳王大赛,是“想买跑车/想买跑车v10”的原创作品魔王,陨落了;没有一点痕迹,然而待他苏醒之日,群魔觐见,俯首称臣。天界,人界,魔界都因他而战栗。一次次阴谋,一个个谜团,都需要鲜血才能显现,在人间,他会卷起怎样的风暴。这最终的谜团,他是否又能解开(建议从15章开始看,小白到来,前期感觉不到位,写的有点无趣,后来渐入佳境,请书友不要轻易放弃,给点支持!) “宿主,你不是说你是以蝼蚁之躯游历红尘的巨龙吗?怎么被人捕捉到地牢内受刑了?” 浑身邋遢的君临仙无奈摇头“唉!巨龙也会有打盹的时候,别想以此逼我修炼呀!” 离火宗大殿内,“逆子!这就是你干的好事!你看他徒弟,擎天战神苍凌天,修罗狂刀辛无畏,万灵丹后陈黎,百逐幻影林踪白,天厄毒帝周雅妃,翻天魔少枭痕,八臂天王牧婺,万阵女帝紫嫣然,还有那新收的剑修裂无痕,这些人哪个不是从尸山尸海爬过来的,一不留神我们离火宗就毁了!”三国近百年的战乱还未平复,西晋十年之久的“八王之乱”又起,华夏精锐殆尽,汉族陷于危亡之际!匈奴首先乘机发难,羯,氐,鲜卑,羌等族更是将战火席卷了整个北方大地!“五胡乱华”血腥来临!主角生为皇子,天潢贵胄,却只能偷生于公主身份,流离于军阀之间……到处都是豺狼虎豹!裙:138930598到处都是无情杀戮!易子相食,千里无人!汉族亡种灭族?!华夏支离破碎?!谁来力挽狂澜?!!这是世界从未有的大变化,神灵的末年,各大势力天才纷涌不觉,犹如扑火的蛾,将这盛世点缀。人吃人的世界,李言作为一个特殊的变数,让这场乱流拉开序幕。 永生者的传说刺激世人,先天神灵也隐世不出,万族争霸,这场人为的盛世终将缔造一位真正的无敌者。一位永生的生灵!
信息安全目录,-1 大网站建设 信息安全事件等级制度 seo网站诊断提供常州网站推广 佛山网站建设怎么做 信息安全三个发展阶段 信息安全事件等级制度 中国网络安全周 网站色彩的搭配原则有哪些 网络安全艺术字 意外的前世案例咨询【www.richdady.cn】 前世缘份的故事有哪些真实经历?【www.richdady.cn】 感情纠纷的情感和解方法有哪些?咨询【www.richdady.cn】 意外的前世解析【www.richdady.cn】 外灵的预防措施咨询【www.richdady.cn】 去世的母亲的前世修行咨询【微:qq383550880 】√转ihbwel 为什么过世的前世影响威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 外灵干扰的环境影响咨询【微:qq383550880 】√转ihbwel 婴灵的安抚与超度【微:qq383550880 】√转ihbwel 失业的应对方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 财运不佳的原因有哪些?咨询【www.richdady.cn】√转ihbwel 缺心眼的前世因果【σσЗ8З55О88О√转ihbwel 与老公前世的因果关系咨询【σσЗ8З55О88О√转ihbwel 官司的自我保护咨询【www.richdady.cn】√转ihbwel 感情纠纷的情感和解咨询【www.richdady.cn】√转ihbwel 感情纠纷的情感调解技巧有哪些?咨询【σσЗ8З55О88О√转ihbwel 事业不顺的职场建议咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 公司破产的案例分享【www.richdady.cn】√转ihbwel 亲子关系的家庭氛围咨询【企鹅383550880】√转ihbwel 如何识别外灵干扰的症状【σσЗ8З55О88О√转ihbwel 信息安全 博士专业,-1 email网络营销的现状 营销辅助类 网络安全实训设备 银川做网站 中国信息安全等级保护 网络安全艺术字 免费网站制作 wap网站模板 网络安全专家委员会 免费建立个人网站 网络营销的定义 自主建网站 政府网络安全工作方案 西电信息安全录取分 营销策划平台 2015金融信息安全峰会 网络安全 道哥 顺德手机网站设计咨询 网站换域名 信息安全服务资质名单 2015网络安全大会 中国网络安全周 旅游网站模板下载 营销环境分析的内容 网络安全设备公司 全国信息安全考试 2016年网络安全形势 华为网络安全发展前景 微口碑营销 美国网络安全信息共享 珠海网站设计报价 网络安全 数据泄露 哈密网站建设 北京微网站建设 西北信息安全测评中心 无锡网站建 网站优化怎么做 信息安全服务资质名单 第五届信息安全法律大会 email网络营销的现状 美国 联邦信息安全法案 信息安全研究院 昆明网站开发报价 营销辅助类 信息安全有限公司排名,-1 厦门手机网站建设公司 服务是软营销 网络安全实训设备 网络安全实训设备 网络安全技术内幕 信息安全服务风险评估资质证书 银川做网站 网站优化过度的表现 网络内容营销计算机网络信息安全技术,-1 2016网络信息安全事件 淄博做网站 sms营销 企业网站建设运营 360wifi网络安全密钥 家电行业 营销方案 微口碑营销 农业网站模板 厦门手机网站建设公司 2015年北京信息安全培训课程 网络安全工程师和黑客 中国信息安全学会 公安 暗月信息安全论坛 网络安全信息工作协会 钢琴网站建设原则 信息安全的专业有哪些 网络视频营销 网站中文域名续费是什么情况 营销策划平台 网络安全专家委员会 2017 网络安全 宣传 网络安全设备公司 facebook 病毒式 营销 深圳电子商城网站设计 微网站定制 信息网络安全等级保护工作自检自查报告 信息网络安全等级保护工作自检自查报告 sms营销 网络营销的定义 大网站建设 网络安全案例题万户网站制作 信息安全目录,-1 传统营销的时域性 自主建网站 网络营销线下培训课程 网站推广服务 地方门户网站制作 政府网络安全工作方案 信息安全渗透测试规范 网站优化怎么做 长沙 做网站 西电信息安全录取分 国家信息安全师 高级 工业控制系统信息安全产业联盟 营销家官网 b2c网站建设 旅游网站模板下载 lte网络安全 2015金融信息安全峰会 衡水网站优化 手机网络营销的案例 佛山网站建设怎么做 企业网站建设运营 信息安全技术大纲 lte网络安全 网站参数 不备案网站 网络视频营销 网络安全新技术概述 网络营销线下培训课程 家电行业 营销方案 2016年网络安全形势 哈密网站建设 中国信息安全认证 信息安全服务资质名单 信息安全产品证书号查询 营销公司新媒体运营 网络安全监测技术手段 介绍几个成人网站 2015网络安全大会 网络安全top10 钢琴网站建设原则 衡水网站优化 中国网络安全周 网络安全界人士如何处理 网络营销是谁提出来的 网站空间租赁 旅游网站模板下载 无锡网站建 营销网络的方式