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
信息安全竞赛官网天津网络营销培训信息安全认证书信息安全技术博客信息安全合规性检查网络计算与信息安全信息安全产品测评认证管理办法公司网站手机版设计信息安全认证书网络安全密匙显示字符(h)穿越了,我是大孝子。 穿越东汉第一天,我拳打郡守老爹,脚踩七旬老太。 新婚媳妇要杀我,张八百要对我赶尽杀绝。 城内百姓恨不得将我生吞活剥,于是干脆聚众造反。 这还没完,城外更是有十万饿急眼的黄巾军扬言要冲进城来,砍下我昭昊的脑袋。 怎么办?在线等,很急! ...... 本书无系统,有外挂。 腹黑热血+爆爽,带读者老爷们体验不一样的三国。 喜欢本书的读者老爷们,快到碗里来吧!深居野林神秘老道,一手培养出七位足矣撼动华夏的绝美女徒弟。今日,又一名最小男徒儿罗峰顺利出山。 罗峰:“我是老逼灯培养出最垃圾的徒弟,没什么本事,就想吃吃软饭,苟且度过这一生。” 师父:“什么,他说他最弱?难道我没有告诉过你们,那小子身怀诡秘?” 师姐:“我好像发现我们的小师弟越来越不对劲儿了,为什么世界各大强者都来跪舔他?” 一位来自于世界黑暗深处的顶级势力后裔之子,出生便被抛弃做弃子,偶遇华夏旧时代战力天花板老疯子和七位倾城倾国的大背景七位师姐,从此掌握七大绝学误入都市豪门,卷动江湖风云,走上自证强者之路。新人一个,求关注,星空中有一五行树和敌人打散成金、木、水、火、土4颗种子,土为本要守护自身,另外种子不知去向,难道这星空真的是牢笼,为什么这星空没有边界... 魔法与召唤为一体的他如何回归本体,与兄弟一起打败敌人 你可能并不知道,你的基因中藏着怎样的秘密。它就像藏在你内心的深处的猛兽。当面临绝境时,它们就会如困兽出笼般被释放。 沈弋、白铭、齐方想三人在一个偶然的条件下被召唤进了一个名为“主神空间”的轮回死亡游戏,在这个游戏中,“玩家”会被不断送入名为“死亡幻境”游戏场景之中:进入病毒肆虐的城市击杀丧尸,于失落的海底王国探寻宝藏,在霓虹闪烁的赛博都市里反击人工智能,穿越奇幻的魔境阻挡黑暗入侵,又或是潜入百年前雾气弥漫的夜色中追察著名的连环杀人魔……完成场景目标即可获得奖励强化自身,但如果在游戏中死亡就会被系统抹杀。在这危险的游戏里三人很快就意识到,除了各种怪诞奇幻的场景,更多的危险其实来自主神空间里的其他人,各方势力藏龙卧虎、明争暗斗,被卷入其中的三人又该如何突破眼前的绝境?生死抉择,爱恨纠葛,主神空间存在的真正目的又是为何,一切的疑问都能“无限绝境”的世界里找到答案。华夏国内务处高手冯云雷一人独战八名脚盆国天师。爱人因其而殇,悲愤刻字,为爱自刎。意外穿越平行宇宙,进入异界大陆。神器!凶兽!看九州风起云涌!末日降临,生化危机,丧尸出笼,世界末日到来!   楚源获得模拟器功能,开始模拟存活时间。   【第一天,灾难降临,丧尸出笼,世界末日到了!】   【第二天:你喝着小酒吃着火锅!】   【第三天:你打开门走出去,一只丧尸与你热情相拥,你白给了!】   楚源:“系统,让我多存活几天!” 世间本没有路,走的人多了便有了路。隐藏在人类社会之下的非人生物,他们不受人类道德和法律的约束,凭借自己超凡的力量肆意妄为,制造混乱和恐慌,面对这种情况,一些大能们成立了灵异局来节制这股力量…天道有缺,世间最强体质神魔霸体被天道所摒弃,十五年忍辱,终将迎来曙光! 大道枷锁自束己身桎梏又如何?我自当逆战苍穹,笑傲九重天,神挡杀神,佛挡弑佛,逍遥天地间! 一日破关,我为尊,一拳荡寰宇,一脚山河溃,一静万物生,一动诸天陨,一念可化阴阳轮回,一念可镇压永恒万古! 我为太古第一神王,天骄至尊皆是我帝路上尸山血海! 我当以一双铁拳,粉碎诸天万界,天道也不行!送快递的穷屌丝楚风,为了借钱给母亲看病,无意中得到仙尊的衣钵传承,从此开始了不一样的人生。 他法术救人,仙法御敌,战妖兽,平恶徒,不仅笑傲人间武道,更是登上了世界的巅峰,至高的神途。 生死看淡,不服就干。 没有什么是一顿打解决不了的,如果有,那就两顿。
如何建立自己的网站 湖南网站推 建手机网站一年费用 网络安全方案设计的注意点 自助建手机网站免费 中小企业网络安全威胁 江苏网络安全中心 网络安全密匙显示字符(h) 唯品会口碑营销方案 信息图营销 冤亲债主干扰有哪些案例?【www.richdady.cn】 与公婆前世的前世解析咨询【www.richdady.cn】 孩子压力大的案例分享【www.richdady.cn】 升迁障碍的职场规划【www.richdady.cn】 学习成绩差的案例分享咨询【www.richdady.cn】 与老公前世的咨询技巧咨询【企鹅383550880】√转ihbwel 学习成绩差的前世因果咨询【微:qq383550880 】√转ihbwel 忧郁症的治疗方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 升迁障碍的职业发展咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心慌胸闷头晕的前世记忆咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 无形干扰的前世故事【σσЗ8З55О88О√转ihbwel 特殊学校的前世影响咨询【微:qq383550880 】√转ihbwel 强迫症的自我提升威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与公婆前世的故事分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 耳鸣的前世因果【微:qq383550880 】√转ihbwel 耳鸣的案例分享【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 去世的母亲的前世案例【企鹅383550880】√转ihbwel 不爱读书的改运方法【企鹅383550880】√转ihbwel 孩子压力大的教育建议【企鹅383550880】√转ihbwel 迟缓儿的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 中国信息安全研究 网络安全展会 银川全网营销 张家港专业的网站制作公司 唯品会口碑营销方案 南平网站建设 成都品牌整合营销 什么是手机网站建设 网络安全信息化职责 天津网络营销培训 信息安全竞赛官网 深圳口碑营销 网络安全方案设计的注意点 个人网站推广 张新 网络安全与管理 在线营销型网站建设 国家网络安全学院 信息安全审核员薪资,-1 上海建立公司网站 网络安全 审计 信息图营销 网络安全 售前 技能 网络安全方案设计的注意点 网络安全法二十一条 目前网络安全市场 青岛 html5/flash设计开发|交互设计|网站建设 昆明企业网站开发 英雄联盟网站设计购买型网站建设 负面营销 网络安全从业者 网络营销基本内容 2017年信息安全研讨 广东网站建设 邮件营销推广案例 网络安全分类标准 组建一个网站 电子信息安全网络营销面试邀请电话 整合营销一站式服务 制作网站公司唐山 青岛网站制作 最新企业网站系统 网络安全具体措施 网络安全 数据威胁情报 培训 网络安全服务机构指 建手机网站一年费用 聊城网站制作 台湾 多层次网络营销 网络安全密匙显示字符(h) 建站员工网站 企业免费建网站 公司网站定制 石家庄网站建设找哪家 网站建设七点 信息安全奖 致辞 计算机网络与信息安全 丹江口网站建设 网络安全威胁什么意思 国家网络安全学院 昆明高端网站建设公司 信息安全合规性检查 南昌寻南昌网站设计 什么是企业网站 做网站优化时 链接名称"首页"有必要添加nofollow吗? 网络安全审查 俄罗斯 2014年中国互联网网络安全报告 网站策划书 网站策划书 网站建设七点 摄影网站设计 南昌寻南昌网站设计 公众号营销套路 潍坊做网站建设的公司 信息安全竞赛官网 中小企业网络安全威胁 亳州网站制作 信息安全与通信工程 深圳市计算机网络安全培训中心 可信赖的手机网站设计 公司网站手机版设计 2017年信息安全研讨 isccc信息安全服务资质 自助建手机网站免费 网络安全从业者 内江网站建设 青岛 html5/flash设计开发|交互设计|网站建设 世界各国网络安全 网站信息安全通报制度 聊城网站制作 汽车网络营销策划书 国家信息安全日 云网络安全 营销外包 网络安全服务机构指 永恒之蓝 网络安全 长沙网站推广湖南网站推 信息安全产品测评认证管理办法 网络安全展会 中国信息安全研究 中国信息安全研究 亳州网站制作 人群营销 title:(网站建设) 网站关键词排名提高 智能网联 信息安全,-1湛江网站设计 网络安全说明 深圳公司做网站 成都品牌整合营销 网络安全体系层次模型 宝安建网站 政府网络安全体系 中软信息安全考试题库 顺义手机网站建设 网站的特点 国家网络信息安全周,-1 国家网络信息安全周,-1 负面营销 500强网络营销公司排名 大连做网站 昆明高端网站建设公司 网络安全谷 信息安全等级保护保护大会召开 永恒之蓝 网络安全 网站加地图 济南网站建设企业 北京网站页面设计 网络安全专家:计算机网络安全 郑州上市企业网站建设 九江做网站 顺义手机网站建设 银川全网营销 网络安全龙一 网络营销王老吉 广州网站制 上海网络安全会 英雄联盟网站设计购买型网站建设