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
建网站知识网店营销培训网站友情链接我们加了对方首页对方把我们加在内页有用吗?网站与与云的关系中国网络安全周企业建网站的 程序长葛网站建设中国网络安全管理部门网络安全界人士如何处理东莞网站定制从神婆手中得了只女鬼后,古夜开始了修真之路的故事……末日降临,天地巨变。秋百川,一个陌生求生的残废,机缘巧合下踏上修行之路。修复肉身,斩灭强敌,建立馍教、盐王府。构建和谐社会,创造理想乐土一次偶然的机会,异世界少女出现在平凡的夏洛面前,赐予夏洛修炼功法; 夏洛获得修炼功法后发现,爱上自己的美女越多,修炼速度越快; 校花、警花、女教师、豪门大小姐全部揽入怀; 修行速度一日千里; 夏洛从此不再平凡。江山如此多娇,引无数英雄尽折腰。因一场奇妙的接触,张耀文等人来到了汉末乱世。面对民族浩劫,他们愤然而起,携手华夏精英扛起民族的大旗。在仙人指引下,掀起了一场王朝与帝国的碰撞。在这里没有遗憾千古的赤壁之恨,也没有好大喜功的官渡之败,更没有霸业破碎的夷陵之憾!这里有的只是金戈铁马的豪情,气吞天地的帝王,决胜千里的谋士,英明睿智的将帅,骁勇善战的将士。在这里,只有强盛辉煌的华夏,有的只是我的民族梦!未来,现实世界与虚拟世界交织,脑机接口、意识上传,虚拟触觉技术先后突破,zero公司研发了一款名为《零世界》的元宇宙,来使人类脱离死亡实现意识永生。 然而,在诞生25年后,zero公司一场更大的阴谋酝酿其中…… 重生后的罗飞,带着一群志同道合的伙伴,再一次踏上征程……全球异变,每个人都有属于自己的武魂,除了宁凡。 “废掉武魂跟我学修仙吧,修仙更有前途。”宁凡真诚的看着众人。 同学:“老师,宁凡疯了!送医院吧。” 爸爸:“我的好大儿,爹不嫌弃你没武魂,但是你别疯啊!” 陌生人:“喂?精神病院吗?你家病人跑出来了,赶紧来接回去。” 狗:“汪汪汪~”在冥界中里,若君颜作为个普通小鬼,普普通通的活着,等到二十岁高考毕业后去投胎。 可没想到高考成绩单出来了,自己虽然成绩过线了,但是由于上辈子玩游戏太菜,怨念太强,因果纠缠过深,被教导主任宣告前往第十九层地狱受罚。 而这第十九层新建的游戏地狱,作为若君颜梦魇般的存在,自己必须直播通关至少一百款游戏,才有投胎的希望。 直播毕业那天,望着来自全星域的数亿铁粉,若君颜突然发现,我这是被保送了?这是一个修炼玄能为主的世界,玄能就是这个世界的主旋律。 没有玄能的人就会生活在这个大陆的最底层。 等级制度:玄徒、玄者、玄士、玄师、大玄师、玄主、玄宗、玄王、玄皇、玄尊、 功法级别:日月星尘,每阶段九品,一品最次九品至高 玄器阶位:天地玄黄,每位分九阶,一阶最低九阶最高 尘世间有星辰千万,格局变化无常。 流淌着罪血之人,就一定要去死吗?身负着罪恶,就一定要被世人唾弃? 既然人间正道留不得我,那我李长安从此宁愿入魔! 从此,执此之剑,敕令这天!王富贵一觉醒来发现自己穿越到一个破落户家里,一出门还白捡了个老婆,为了养活一大家子,王富贵不得不想方设法搞钱!设计时装、建造工厂,到后来居然连手机都有了……王富贵就这么成为大夏第一号大富豪,还顺便收个皇帝做小弟!
全国信息安全考试 微博营销的特点是什么 许可营销工具有哪些? 信息安全学网络对抗嘛 北京网站建设公司电话 网络安全有哪些证书 必知的网站 信息安全工作总体目标 网络营销事件案例分析 重庆专业做网站 长尾词【www.richdady.cn】 前世老公的前世故事咨询【www.richdady.cn】 孩子学习不好的咨询技巧【www.richdady.cn】 干扰咨询【www.richdady.cn】 意外的前世影响咨询【www.richdady.cn】 财运不佳的财富转运威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 精神不振的前世因果咨询【σσЗ8З55О88О√转ihbwel 婴灵对家庭的影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何避免无形干扰因素咨询【σσЗ8З55О88О√转ihbwel 财运不佳的财富积累【σσЗ8З55О88О√转ihbwel 无形干扰对工作效率的影响咨询【企鹅383550880】√转ihbwel 意外的原因分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 公司破产后的员工安置问题【微:qq383550880 】√转ihbwel 家庭关系的改运方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 精神不振的前世记忆咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家庭关系的改善方法【www.richdady.cn】√转ihbwel 通灵与心理学结合咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 长尾词【σσЗ8З55О88О√转ihbwel 失业后如何快速找到新工作【σσЗ8З55О88О√转ihbwel 升迁障碍的咨询技巧【企鹅383550880】√转ihbwel 模板网站与定制网站区别 必知的网站 北京网站建设公司电话 中国网络安全周 网络安全 研究机构 淘宝店营销 昭通网站建设 广电总局 网络安全 网络营销行为有哪些特点是什么意思 长葛网站建设 网站制做 中国网络安全管理部门 email营销手段 2017网络信息安全调查,-1 网站如何优化 长春网络营销外包 社交媒体营销英文怎么说 荔湾区网站设计 镇江网站推广 兰州网站优化 星沙做网站 信息安全服务资质证书查询 email营销手段 网络安全方面国内外研究成果 网络安全 黑产 信息安全威胁相关解决方案 网站摸板 网络安全的解决途径信息安全资质申请 视差网站 整合网络营销方案 信息安全口令第七届信息安全漏洞分析与风险评估大会 南通网站建设教程 微博营销方案 后台与网站 网店营销培训 网络空间是国家信息安全的核心数据,-1 网站摸板 应该双网站 中国网络安全管理部门 网站建设:翰臣科技 h5营销的优势 网络安全工程师经验之谈 自己怎样建立个人网站 网站制作 中企动力公司 信息与'网络安全 网络营销带来的好处 教育部 信息安全 广电总局 网络安全 微网站的功能 2015金融信息安全峰会 工业控制系统信息安全会议 微信营销号的劣势 2017网络信息安全调查,-1 win10 360网络安全防护 网络安全陪训 信息安全培训试题,-1 网站建设 北京 信息安全部主任 微博营销的特点是什么 镇江网站设计 关键信息基础设施网络安全检查 全球最大的网络安全公司 工信部信息安全培训 工信部信息安全培训 2015金融信息安全峰会 外贸网络营销 信息安全部主任 模版型网站 长春网络营销外包 建 导航网站好 信息安全口令第七届信息安全漏洞分析与风险评估大会 电子商务新网络营销 手机浏览微网站 淘宝店营销 必知的网站 珠海网络营销 信息安全工作总体目标 网络安全 大事件 网站添加视频代码 网络营销小米手机 信息安全服务资质证书查询 网站项目进度 创想营销 网站制做 社交媒体营销英文怎么说 传统市场营销活动 新媒体企业微信营销成功案例 深圳网络营销三只蜘蛛 玩具外贸网站模板 h5营销的优势 web网络安全 深圳全网营销外包公司 网络营销应用知识 信息安全技术 信息系统安全审计产品技术要求和测试评价方法 微博热点营销事件 微博热点营销事件 电子商务新网络营销 重庆网站开发设计公司电话 兰州网站优化 荔湾区网站设计 重庆专业做网站 广州网站设计公司招聘 长葛网站建设 网络安全方面国内外研究成果 企业网络安全解决案例 沈阳开发网站的地方 网络安全界人士如何处理 温州微网站制作哪里有 微信营销号的劣势 新媒体企业微信营销成功案例 建 导航网站好 厦门做网站培训搜索引擎营销测验 企业建网站的 程序 网络安全 黑产 最专业的做网站公司 别人通过搜索关键词打开我的网站之后搜索的关键词都是我的 网络安全主体检测平台 网络安全的解决途径信息安全资质申请 网络营销方案简述 网络安全陪训 网络安全 手机 怎么建网站 全国信息安全考试 网络安全专家 杨卿 长安公司网站制作 整合网络营销方案 郑州营销外包公司 玩具外贸网站模板 网络安全 黑产 php网站建设 怎么建网站 信息中心 网络安全 网络营销能力评比 2017网络信息安全调查,-1 网络营销引擎