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关于网络安全检查网络营销项目管理策划方案成都网络营销市场调研中山网站建设公司网站站欣赏建功能网站腾汛网络安全赛何为末世?丧尸?魔怪?虫族?不!唯有当人类所恐惧的,所崇拜的,甚至是所幻想的一切都成为现实之时,才是人类真正的末日!灵气回涌,信仰重铸,这是神佛妖魔的饕餮盛宴,也是人类有史以来的最大浩劫!丧尸,异形,贞子,怪形,妖精鬼怪,神魔仙佛,这一切的一切,都将降临于世!这是真正的末日,这是末世……神魔纪元!——————这是不冷的第四本书,已完本三本共1500W字小说,无太监,人品保证,新书期急求支持!加更规则:打赏满100加更一章,鲜花满1000加更一章,加更的章节会在上架后爆发!宇宙悄然变化,地球的模样逐渐变得和往日不同,丧尸,怪兽,变异人如同雨后春笋般涌出。每个生命个体都在进化着,地球变了?不这就是他真正的模样。活在这个动乱的年代,身为江湖大佬的许锐锋已经很疲惫了,当他准备相亲过点小日子时,没想到竟然相亲相回来一个间谍…… 她,深入敌营窃取情报; 她,组建底下情报网络向中央传递信息; 她,在敌后无孔不入,备受嘉奖。 当全世界都以为这个女人是王牌特工时,她,却矮下了身子正在给许锐锋洗脚。 因为她知道,没有这个男人,自己早死了成千上万回,而整个北满的日本人都在以抓到这个男人为荣。 他,就是北满第一杀手,左手枪王,北满地下秩序的统帅,大老许。源界大劫,源主归源(本小说归源即为死亡的意思)。百位守护神内战,不死神君作为百神之一,在战争中自爆身亡。灵魂却意外被传送至边缘宇宙。在这个宇宙中,不死神君找到了适合的躯体.......(作品分类不为真,此小说元素较多,难以分类)一代战神,因失去记忆,流浪街头,却稀里糊涂成为了秦城豪门朱家的女婿。 受尽欺辱的他,受到重创,记忆恢复,王者归来。 且看他如何收拾曾经欺辱过他的宵小之辈?如何踩着那些为富不仁之徒踏上世界之巅?如何千里走单骑救父母于危难之中? 他就是令边境悍匪和国际雇佣兵闻风丧胆的龙国战神龙之刃林灿。 灵气复苏,人族觉醒,万族共生。 李峰身怀冥神血脉,可驭使无限亡灵。 “什么?你喜欢以多欺少?” “那正合我意,我只有亿点点帮手。” 单挑都是弟弟行为,群殴才是男人的浪漫。 那一日,诸国强者兵临华夏,万族生灵肆虐城邦。 李峰身骑万丈骨龙,百万阴灵踏破凌霄,“焚我残躯,燃我热血,枪兵所指,一往无前!” 刀锋和他的兄弟在一起的奇妙之旅,是多么危险和幽默.注意,本小说是转载并且在续写,我QQ3390896387,被转载人的QQ1664140337。如今人类主宰大地,诸般神魔都已烟消云散? 考古发现的怪兽化石统统按上恐龙之名是不是太过敷衍? 摇着躺椅的文玩店小老板,仰望星空,对着圆月嘟囔着:“这一次,我们要做执刀人。”沉眠三载,不知岁月流江。 废材?不是,是天才! 帝脉天赐,指天斥神张扬。 废体?不是,是神体!天下为敌,为伊孤战八方。 男人的尊严,需自己找回!武逆修神,古今天地至上。 神体开启,不生即死!一朝成神,纵横万载无双! 以异晶淬气,以精魄炼体!天笑我,我笑天! 神体大成,碎灭乾坤!武徒--武者--武师--大武师--武灵--武宗--武尊--武王--武皇--武圣--武帝---------------------------------------【轻松爽文,热血,扮猪吃虎。】虾米个人微信公众号有免费番外可以阅读,zhishixiaoxiami,只是小虾米拼音。疫情期间,世界领先的AR平台科技公司完美世界的首席技术官吴飞凡被人从他小学同学所开的咖啡厅带走,于此同时,完美世界公司位于临近城市的神经传导实验室老总刘爽也告失踪。 警方经过推理分析发现犯罪人策划这两起事件是为了抢夺完美世界源程序以及该公司正在开发的乐土项目所做出的绑架案件。
全球网络安全500强 信息安全技术 信息系统保护轮廓和信息系统安全目标编制指南 浙江省网络安全事件能源运营平台信息安全 蚂蚁营销在哪 云网站 支付宝的网络营销战略 上海集团网站制作 搜索引擎营销包括什么作用 建功能网站 信息安全测评中心 编制 耳鸣的前世记忆【www.richdady.cn】 前世缘份的重逢有何迹象?咨询【www.richdady.cn】 儿子抑郁症的自我提升【www.richdady.cn】 孩子厌学的心理调适咨询【www.richdady.cn】 感情纠纷的情感重建方法有哪些?咨询【www.richdady.cn】 升迁障碍的咨询技巧咨询【微:qq383550880 】√转ihbwel 大龄剩女的职场发展威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的修行建议咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 亲子关系的互动模式有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婚姻生活不顺【微:qq383550880 】√转ihbwel 前世缘份的再次相遇【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 财运不佳的财富管理【微:qq383550880 】√转ihbwel 感情纠纷的前世记忆【企鹅383550880】√转ihbwel 脑部不清晰的前世记忆咨询【www.richdady.cn】√转ihbwel 财运不佳的财富积累方法有哪些?【微:qq383550880 】√转ihbwel 特殊学校【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子不爱读书的心理分析有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 克服职场升迁障碍【www.richdady.cn】√转ihbwel 什么原因意外的前世修行咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 升迁障碍的职场策略咨询【微:qq383550880 】√转ihbwel 网络营销项目管理策划方案 浙江省网络安全事件能源运营平台信息安全 支付宝的网络营销战略 北京网站建设技术 搜索引擎营销包括什么作用 网站色彩的搭配原则有哪些 自己怎样制作公司网站 网络营销产品定价基础 公司网站制作策划 浙江省网络安全事件能源运营平台信息安全 北邮信息安全找工作难吗 互联网 与传统营销区别是什么意思 商城网站要怎样设计 京东的市场营销战略 网络安全未通过认证b2c网站建设 上海网站建设公司 昆明网站设计电话 营销标题大全 福州网站制作公司 教育数据中心网络安全方案 cissp 通信与网络安全 卖网站模板 四平做网站 网络安全 个人信息安全 信息安全意识 多选题 电话营销策 网站建设售前说明书 电话营销策 网络对营销组合的影响 山东省网络安全技能 瑞安网站建设 中山网站建设公司 云网站 云网站 昆明网站设计电话 网站设计 上海 信息安全技术 信息安全风险评估规范 网站制作样板 上海集团网站制作 网络营销产品定价基础 公安机关网络安全工作 建功能网站 义乌做网站 重庆綦江网站制作公司推荐 网络营销项目管理策划方案 营销活动云宽带 石家庄网站建设找哪家 公司网站制作策划 微营销总结 全国大学生电子设计竞赛信息安全技术专题邀请赛,-1 信息安全服务新架构 网络营销顾问的职责 中山网站建设公司 微营销总结 网络安全解决方案试题 卖网站模板 网站建设明细报价表 网络安全监测设备有哪些内容 蚂蚁营销在哪 海外网络营销做什么 信誉好的龙岗网站制作 搜索引擎营销包括什么作用 支付宝的网络营销战略 建网站教程 关于网络安全的大事件 网站设计书 网络营销热点天津个人做网站 营销的劣势 网站组件 网络安全 江苏 东城东莞网站建设 网站制作样板 信息安全应急处理服务资质认证 营销导向 邮件营销合法吗 义乌做网站 网络对营销组合的影响 信誉好的龙岗网站制作 大连做网站 兰州网站设计 瑞安网站建设 信息安全加固技术公司 网站维护机构 互联网是网络的网络营销 网站专业销售团队介绍 瑞安网站建设 分析营销环境 邮件营销模板简约 提高网站安全性 什么是病毒营销? 大连做网站 非模板网站 网络营销热点天津个人做网站 网络对营销组合的影响 关于网络安全检查 营销标题大全 网站的版式 网络营销实验二 分析营销环境 商城网站要怎样设计 sem整合营销工具 信息安全应急处理服务资质认证 端午节微博营销 网络营销的职务与职责 信息安全等级保护信息安全等级保护管理办法 国内web设计网站 cissp 通信与网络安全 教育数据中心网络安全方案 东城东莞网站建设 网站和app的关系 公安机关网络安全工作 信息安全的最新技术总结与原理分析,-1 邮件营销模板简约 网站站欣赏 信息安全技术 信息安全风险评估规范 郑州网站制作网 郑州网站建设最独特信息安全防火墙 网络营销产品定价基础 朋友圈信息安全 商务营销 大连做网站 移动网络安全前景 网络营销实验二 珠海微网站 网络安全 个人信息安全 信息安全等级保护信息安全等级保护管理办法 网站站欣赏 信息安全工程师培训 考试 网络安全监测设备有哪些内容 餐饮 网站建设 网站的目录结构 模板建网站 sap 信息安全 sem整合营销工具 成都网络营销市场调研