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企业 推进信息安全 数据保护网络营销我为自己代言网站管理系统上海全网营销方案华为网络安全认证证书营销到位苏浩偶然发现当自己接触到命案凶手所使用的凶器时,就会意识穿越附身在作案时的凶手身上,见证命案的经过。后被当做犯罪侧写型人才,作为编外特聘人员加入警队,从此开启了查案追凶生涯……是意外吗?重生解开意外死亡之谜,一个叫欧阳宇墨的特种兵退役后惨遭陷害后重生初中千年后发大水,淹没一切。神话传说女孩臻浅患有严重的被迫害妄想症,遵照医嘱在放学后独自散心。不料,之后目睹男孩“魏砷”杀人现场。在一场惊心动魄的逐命逃亡后回到家中,一觉醒来,陡然发现时间倒转。面对倒转的时间,步步紧逼的凶手,她该何去何从……【灵异、悬疑、惊悚、探险、宠物、系统、游戏、搞笑】 废弃的别墅,消失的山村,黑暗的血楼…… 人头蜘蛛,红衣厉鬼,浑身是手的怪物…… 在这个深夜的恐怖世界里,王尊稳如老狗,遇人先问娘,杀鬼必扬灰,万事只求一个安稳! 别人还恐惧在诡异怪谈中时,王尊在惊悚游戏世界里杀疯了。陆玄因服毒而死,却离奇重生在一片汪洋火海之中,重生的喜悦并没有持续多久,等待他的却是更加危险的世界。 且看我陆玄横刀立马,一路奔驰。顾楠穿越平行世界,此世文娱不复前世繁华,正值百废待兴之际。   一首歌,顾楠拉来千万投资!   执导第一部电影,轰动整个娱乐圈!   导演、写歌、小说……   以前世文娱之繁华,顾楠创建了此世最富有盛名的文娱帝国!魔尊李长风逃婚来到了人界,因贪恋人间美食被卷入一段段因果。 非小白爽文。在一个不知道时空坐标的宋朝,吴用只是个“无用”的青年。他是个矛盾体,一边自强不息,坚信“天生我材必有用”。一边在不公平的环境中悲观。他其实只是个普通人,有欢乐,有悲哀。有随遇而安的颓废,也有遥不可及的宏伟理想。可他没想到的是,经历了多种奇遇,在山海游乐园突破瓶颈之后,他竟然用传说中的文化,引导了现代科技。最终带领人类突破科技的瓶颈。他让文化插上了科技的翅膀,让神话站在了科学的肩膀上。
无锡网站建 网络营销十大经典案例 全网营销外包 互动营销公司 网络安全基础的操作 多种成都网站建设 网络口碑营销 ppt 网络营销应具备的意识 如何提高网络安全 信息安全专业专科学校公司关于网站设计公司的简介 自闭症的症状与诊断咨询【www.richdady.cn】 无形干扰的咨询技巧【www.richdady.cn】 冤亲债主的干扰与化解技巧咨询【www.richdady.cn】 财运不佳的风水调整【www.richdady.cn】 孩子学习不好的心理调适咨询【www.richdady.cn】 缺心眼的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 儿子抑郁症的家庭支持咨询【σσЗ8З55О88О√转ihbwel 存不住钱的前世因果【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 头脑混沌的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 缺心眼的原因分析咨询【www.richdady.cn】√转ihbwel 头脑混沌的案例分享咨询【www.richdady.cn】√转ihbwel 与公婆前世的前世修行咨询【微:qq383550880 】√转ihbwel 构建和谐亲子关系的方法有哪些?咨询【σσЗ8З55О88О√转ihbwel 如何判断被冤亲债主干扰?咨询【www.richdady.cn】√转ihbwel 官司的原因分析【www.richdady.cn】√转ihbwel 暗恋的情感释放【σσЗ8З55О88О√转ihbwel 孩子厌学的家庭教育咨询【σσЗ8З55О88О√转ihbwel 解梦的前世因果【企鹅383550880】√转ihbwel 莫名其妙感伤【企鹅383550880】√转ihbwel 与男友前世的故事分析【σσЗ8З55О88О√转ihbwel 信息安全等级怎么划分,-1 成都网络营销市场 2017网络安全人才奖 海安做网站 电子商务网络营销方向 成都 网站设计公司 济宁做网站 济宁做网站 网络营销模式 网络安全知识库 最好的网络安全实验室 营销型网站窗口客服 信息安全技术体系中的应用安全一般不包括,-1 国际网络安全日 国家网络营销师 网络安全相关的规定 在网站中添加百度地图 接信息安全评测,-1 免费网站模板下载 选择网站设计公司佛山 选择网站设计公司佛山 网络安全专业技能竞赛 无锡网站建设原则 网络安全漏洞评估系统设计与开发 源码 中国互联网网络安全 权威的网络安全网站 俄罗斯 网络安全机构 最好的网络安全实验室 电子商务网络营销方向 互动营销公司 郑州商城网站建设 网络安全防御平台 网络安全验证码公司 信息安全检查哪些 中国网络安全宣传周 官网 免费建个人网站 信息安全国家重点 百度xml网站地图2017网络安全生态主题 无线网络安全审计系统 o2o网站建设代理商 网络营销十大经典案例 珠海微网站 博客营销类型 成都网络营销市场 无锡网站建 信息安全应聘岗位 西安网站建设公司 网站重购 免费建个人网站 国家网络营销师 网络安全防御平台 网络营销就业明星 信息安全防护贯穿信息系统建设运行全过程在信息系统设计手机网络营销数据分析 营销型网站窗口客服 网络安全理想 对青少年网络安全负责 四川信息安全培训 网络营销模式 网络安全漏洞评估系统设计与开发 源码 网络信息安全 实验室 免费网站模板下载 成都 网站设计公司 网络营销是做什么的 信息安全专业专科学校公司关于网站设计公司的简介 博客营销类型 高端定制网站建设制作 情感营销 3个c 昆明网站开发报价 电子商务网络营销方向 深圳市信息安全测评中心 官网 信息安全与对抗技术 信息安全防护贯穿信息系统建设运行全过程在信息系统设计手机网络营销数据分析 流量网站制作 南昌建网站 网络安全工作的价值 网站怎么申请 网络安全验证码公司 权威的网络安全网站 免费网站制作 网络营销软件 昆明网站开发报价 无锡网站建设原则 青岛公司网站建设 单位网络安全预警工作情况 网络营销的四个发展课 中山网站建设外包 全网营销外包 营销合理性 成都 网站设计公司 做购物网站 创建微网站 无线网络安全审计系统 西宁网站制作 云网站 在网站中添加百度地图 绵阳的网站建设公司 网络安全相关的规定 网络安全宣传移动 对青少年网络安全负责 信息安全的起源,-1 网络安全法 行业组织 郑州商城网站建设 自己怎样制作公司网站 网络营销的四个发展课 网络安全监督机构 北京的网络安全公司 泊头建网站 人大信息学院信息安全排名 太原seo网站建设 河东做网站 华为网络安全认证证书 2017网络安全人才奖 信息安全的起源,-1 信息安全检查哪些 北京网络安全工程师培训 南京 网站设计 信息安全风险评估标准 最好的网络安全实验室 中国网络安全宣传周 官网 重庆市网络安全协会 云网站 信息安全风险评估标准 大学生 网络安全 网站设计公司深圳 外贸营销策划吸引人的营销标题 网络安全专业技能竞赛 国家信息安全问题研究 泊头建网站 免费seo网站诊断 在网站中添加百度地图 深圳市信息安全测评中心 官网 邮箱营销案例 内容营销的现状 情感营销 3个c 网络信息安全 实验室