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 wifi网络安全解决方案 网络营销策划的方法 湖南长沙网站建 太原网站建设 网站建设常出现的问题 小程序建站网站 网站后台显示文章前台也显示 但是到第二天前台就不显示是怎么回事 冤亲债主的干扰解决方法咨询【www.richdady.cn】 如何避免生活中的意外咨询【www.richdady.cn】 家宅磁场的调整方法【www.richdady.cn】 学习成绩差的自我提升咨询【www.richdady.cn】 维护良好家庭关系的秘诀有哪些?咨询【www.richdady.cn】 存不住钱的财务规划咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与女友前世的前世修行咨询【企鹅383550880】√转ihbwel 财运不佳咨询【企鹅383550880】√转ihbwel 性压抑的解决方法【企鹅383550880】√转ihbwel 孩子学习不好的辅导方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 失业的职业规划【www.richdady.cn】√转ihbwel 感情纠纷的自我提升【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 发育倒退的原因分析【企鹅383550880】√转ihbwel 阴间生活的前世案例咨询【微:qq383550880 】√转ihbwel 与女友前世的前世修行咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与女友前世的影响分析咨询【www.richdady.cn】√转ihbwel 婚姻生活不顺的环境影响威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 儿子不读书的前世记忆【www.richdady.cn】√转ihbwel 外灵的种类【www.richdady.cn】√转ihbwel 与女友前世的前世修行咨询【σσЗ8З55О88О√转ihbwel wifi网络安全解决方案 就百度系而言 哪些能够应用于营销导向 网站首页设计 微营销的目的 msn营销 网络营销 效果跟踪 上海网站设计开 做三年网站需要多少钱 顺的网站建设信息 最近都在做企业云网站网站云推广云推广有什么功能效果呢? 中国信息安全处理企业 烟台网站优化 论坛营销公司 九江网站建设 网站后台显示文章前台也显示 但是到第二天前台就不显示是怎么回事 中国信息安全技术大会,-1 微营销的优点和缺点 网络营销如何提高业绩 上海网站制作设计公司 网络安全法构成我国 为什么通过关键词能找到网站.评价该网站却显示没被收录 常州网站优化 营销号网文 饰品网站建设 网站托管方案 baidu营销学院 京东网站的营销是什么意思 baidu营销学院 免费做网站 网站建设常出现的问题 重庆王网站制作 营销型网站建设案例分析 网络及信息安全 铁通 答案 信息安全等级保护制度 自己的网站 怎么理解一对一营销 建立网站 网络营销策划的方法 青岛模板化网站 建外贸网站的 九江网站建设 信息安全等级保护制度 建外贸网站的 每年网络安全的大会 企业信息安全管理方法 360网络安全攻防实验室 淘宝网络营销工作内容 饰品网站建设 山东网络安全 滴滴出行网络营销策略 做网站的时候网站的第一个字母怎么在网站标题前面显示 比如谷歌g一样 云南信息安全测评中心 广东在线网站建设 网站后台显示文章前台也显示 但是到第二天前台就不显示是怎么回事 淘宝网商营销策略分析 身边的营销 杭州网站制作公司 网站托管费用 msn营销 网络营销最新资讯 vmware替代网络安全闸 网络安全的基本目标不包括 湖南长沙网站建 青岛网站建设培训 网站尺寸 网络营销模块 网站备案流程 企业网页设计网站案例信息安全规程 最近都在做企业云网站网站云推广云推广有什么功能效果呢? 中国信息安全标准 网络营销模块 深圳做企业网站的公司 简述网络营销的过程 免费建设网站 深圳做企业网站的公司 固原网站建设 网络营销的五大定位 云建网站 每年网络安全的大会 深圳 网络安全 产业 网络安全 防御多样化原则 郑州计算机系网络营销 信息网络安全工作 2什么是网络安全体系 梧州网站设计 网络安全攻防教程微博与微博营销的概念 重庆网站建设 电商网站构建 京东网站的营销是什么意思 企业信息安全管理方法 现代感网站 国际网络安全公司 小程序建站网站 广东手机网站建设费用 微信营销的特点是什么 中山建网站 信息安全技术 服务器技术要求 网站制作开发技术 网络安全的基本目标不包括 就百度系而言 哪些能够应用于营销导向 上海公司做网站 公安部公共信息网络安全监察局 信息安全等级保护培训ppt 微营销的目的 信息安全与管理评测师 .org网站开发 未加密网络安全么 网络营销渠道成本 网站后期 淄博微网站 移动微营销 网络营销方式 中国网络安全年会 信息安全与管理评测师 装饰公司网站建站 上海网站设计开 免费建网站家谱系统 网络安全优秀人才奖 刮奖网站 网站托管方案 网络营销模块 烟台软件优化网站建设 网络营销的五大定位 微营销的优点和缺点 企业信息安全活动 上海网站制作设计公司 信息安全与管理评测师 顺的网站建设信息 信息安全等保二级 采购 e-mail视频营销 保定设计网站建设 wifi网络安全解决方案 为什么通过关键词能找到网站.评价该网站却显示没被收录 天津网站建设怎么样 网络营销渠道成本 常州网站优化