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
网络安全密码技术网络公司 开发网站招商网站建设淘宝营销图电子科技公司网站网页设计网站建设的后台登录国家信息安全等级认证证书为了提高网络安全信息安全研究 期刊思考式体验营销李天命做梦都要笑醒了。他家的宠物,竟然都是传说中的太古混沌巨兽! 他的家鸡,是以太阳为食的‘永恒炼狱凤凰’。 他的黑猫,是以雷霆炼化万界的‘太初混沌雷魔’。 连他家的小强,都是拥有万亿不死分身的‘万界永生兽’…… 从此,他驾驭十头太古混沌巨兽,化身万古第一混沌神灵,周游诸天万界,镇守无尽神域。万物魔灵,诸天邪魔,连爬带滚,哀呼颤抖! 须知少日拏云志,曾许人间第一流。鲜衣怒马少年时,不负韶华行且知!生于大时代下的青年们,在彼此的人生道路上从幼稚慢慢转向成熟,兄弟齐心,其利断金。成就恰同学少年,风华正茂;书生意气,挥斥方遒。指点江山,激扬文字,粪土当年万户侯。岳峰,蓝星玩家联盟核心团第四军团长,180级六转大剑士。 在抵御异世界文明入侵失败蓝星彻底沦陷之际,他借助时空神器的力量携带游戏记忆重回三年前,【降临】开服前夕。 三年多的游戏生涯,让他知晓无数赚钱技巧、副本攻略、传说任务、装备出处…… 这些还不算,在第一次登陆游戏的时候,岳峰意外发现背包当中竟然携带了游戏中唯一的圣器《传承之章》。 凭借种种优势,岳峰在游戏中找回爱人,建立势力,统一游戏版图。 当三年后位面融合的时候,异位面降临者们悲哀的发现,等待他们的是游戏内攀升到了极致的工程学科技以及无数装备精良的玩家。 当团结一切力量消灭所有入侵者之后,岳峰发现,更大的挑战,还在后面……霍泽穿越陌生朝代顺带着绑定了“写书成神”系统。 做的文抄公,写的妙笔花。 修为蹭蹭涨,宝物各处来。 还意外捡到一个貌美如花的小娘子。 “相公,人家也想做诰命夫人嘛!” 娘子的撒娇这谁顶得住啊。 修仙不如做官! 没想到本以为充满阴谋诡计的仕途却意外的顺利。 某一日,女帝退位,皇太女登基。 位极人臣的霍泽看着盛装登基的皇太女目瞪口呆。 娘子,诰命夫人已经不能满足你了吗? 居然登基做女帝?云逍死后魂飞天际时震撼发现:他生活了十六年的浩瀚人间,形状竟像一座坟墓!坟下一尊太古铜棺,大如沧溟,魔气滔天,一座座陆地都是棺上一抔抔黄土,万万亿活人竟在坟土中繁衍生息!巨棺内一具仙尸,其眼如地府,口若黄泉,头发似苍龙,身体像百万山脉。不知何方仙神,万古长眠于此! 少年冤魂不灭,遁入仙尸还魂重生,以世界天柱为剑,以浮生大陆为符,一人一棺杀穿仙路,通天证道! 天才少年一生多舛,天道不负,命运终将回响;我不装的时候请叫我天人,我装的时候,我就是天!腾龙大陆。   万族林立,人以强者为尊。   而肖不易的身份却是反派,和主角王岩所对立的反派我是一名女大学生,因旅游误入一个叫潮泗镇的地方,并且稀里糊涂的当上了一名古玩店店长...凭空出现的玉簪,夜里的吟唱声,各怀心事的镇民...朝泗镇的背后隐藏怎样的秘密,我又该如何在这波谲云涌的局面中拨云见日...加入作者交流群,群内互动,经验共享 超脱,是永恒自在,逍遥无量,是法身净土,妙真如性…。是混沌无尽生灵历经轮回的万世追求,当徐衡超越了本有的命运,把命运一次次地打碎而后重立,最后一弹指间碎灭无穷命运,成为了真正的觉醒者,剥开了超脱的层层迷雾,发现了那超脱后竟藏着这世间的最不可言,徐衡把他叫“超 世 间”!
如何利用网站来提升企业形象 建网站的详细步骤 招商网站建设 远程营销策划 建设网站费用 网络安全周 郭启全 珠海网站推广 深圳网站外包 g20峰会 网络信息安全 系统网络安全分析 事业不顺的心态如何调整?【www.richdady.cn】 去世的母亲的去向解析【www.richdady.cn】 婴灵对家庭的影响咨询【www.richdady.cn】 内心恐惧胆怯的心理调适【www.richdady.cn】 前世今生查询服务咨询【www.richdady.cn】 灵魂化解的仪式【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与公婆前世【企鹅383550880】√转ihbwel 有官司的法律咨询【www.richdady.cn】√转ihbwel 与男友前世的前世修行【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的重逢故事【www.richdady.cn】√转ihbwel 前世今生的缘分再续【企鹅383550880】√转ihbwel 失业后如何快速找到新工作咨询【www.richdady.cn】√转ihbwel 发育倒退的自我提升【σσЗ8З55О88О√转ihbwel 前世老公的前世案例咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 人际关系不好的表现及原因咨询【微:qq383550880 】√转ihbwel 头脑混沌的心理调适【www.richdady.cn】√转ihbwel 发育倒退的环境影响咨询【企鹅383550880】√转ihbwel 人际沟通障碍解决咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 忧郁症的预防措施【www.richdady.cn】√转ihbwel 莫名其妙感伤的原因分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 网站优化案例 中国信息安全成员单位,-1 网络营销公司 网络安全信息公司 长沙市网站制作 杜蕾斯的网络营销网络安全售后服务 邮件营销合法吗 百度云资源 网络安全 东营网站建设 深圳网站外包 网络安全目的 信息安全产品评测 南山网站制作 济南网站推广 注册信息安全员有用吗 国务院负责统筹协调网络安全工作 国家信息安全等级认证证书 郑州网络营销技术学校 网络营销期刊有哪些 浙江省信息安全 达内网络营销好不好 福州做网站公司 公安部网络安全规定 遂宁网站建设 网络安全日展览 网站流量统计模板 国家信息安全等级认证证书 注册信息安全管理人员 注册信息安全员有用吗 杜蕾斯的网络营销网络安全售后服务 杜蕾斯的网络营销网络安全售后服务 西安论坛网站制作维护 洛阳网站优化 网站优化案例 东莞 企业 网站制作 网络营销行为有哪些特点是什么 网站页面优化 郑州网络营销技术学校 网站运营公司 企业手机网站建设策划方案 衡水网站优化 成都网络营销高手 承德网站制作公司网络安全必读书籍推荐 网络公司 开发网站 如何利用网站来提升企业形象 为了提高网络安全 优秀网页设计网站 思考式体验营销 谷歌营销 g20峰会 网络信息安全 专注合肥网站建设 网站页面优化 公安部网络安全规定 如何利用网站来提升企业形象 东莞 企业 网站制作 南京网络安全局 淄博微网站建设 信息安全负责人 保护网络信息安全 未公开接口 网络安全 厦门微网站建设 信息安全大赛题目 信息网络安全监测预警机制研究 全国信息安全等级保护技术大会,-1 信息安全加密技术 绿盟网络安全审计 百度云资源 网络安全 佛山个人网站建设 杭州做网站 如何做全网营销方案 长沙市网站制作 商业网站模板 信息安全大赛题目 小米手机网络营销预算 网站建设的后台登录 制作网站备案幕布 学字体网站 网络安全信息公司 建网站的详细步骤 互联网营销就业优势和劣势 注册信息安全管理人员 南京网络安全局 南京网络安全局 杭州做网站 信息与’网络安全 学字体网站 网站推广文章 电子科技公司网站网页设计 钢琴网站建设原则 淘宝常见营销手段 五级网络安全状况 危 德国网络安全法 免费建站网站有哪些 成都网络营销高手 信息安全及其解决方案 网络营销之黑客技术 霸屏营销推广 解放军网络安全 信息安全作业 排名好的青岛网站建设 信息安全产品评测 专注合肥网站建设 春秋网络安全官网 为了提高网络安全 远程营销策划 西安论坛网站制作维护 安徽信息安全测评中心 遂宁网站建设 营销最大的特点是什么 上海定制网站建设公司哪家好 免费建站网站有哪些 公关和营销 全国信息安全服务资质咨询,-1 济南网站推广 东莞 企业 网站制作 杭州市信息安全协会 百度云资源 网络安全 杭州做网站 国务院负责统筹协调网络安全工作 网站推广文章 全国信息安全等级保护技术大会,-1 英文网站设计 公安网络安全培训课程 美国 信息安全公司 海淀 北京响应式的网站 德国网络安全法 网站推广软文 网络营销行为有哪些特点是什么 营销型网站优化 上海市公安局网络安全 网络安全大会2016 百度云资源 网络安全 成都 企业 网站建设 北京响应式的网站 注册信息安全员有用吗