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
8469网站响应式网站栅格厦门好的网站设计上海网站制作公司换网站了吗有利于优化的网站模板信息安全从业者视频营销的策略是营销步骤信息安全 知识课堂2121年,【神话世界】横空出世,这是一款掀起全民进化时代的虚拟网游! 在【神话世界】之内获得的一切能力,将100%同步到现实之内! 重生十年前,叶天回到【神话世界】开服前一刻,开局获得神级建村令! 这一世,他必将收名将美人,灭胡虏异国,鞭笞天下,统一寰宇! 带三国群雄举国飞升,征战万族,成就天帝独尊!班里的美少女转校生告诉我,我们已经被卷入了一场狼人杀游戏当中,随时会死? 可是......为什么我的狼人杀,画风不一样? 深夜,无人居住的房间里传出了诡异的声音, 黑暗的海洋馆深处传来了阵阵婴儿的啼哭声, 桃花盛开的小村庄在黑夜里露出了血色的獠牙...... 我能不玩了吗......古代,人们创造出巨龙所不允许的光推翻巨龙统治进入火光时代。但,有人向往光明,有人向往黑暗。在永夜中追寻罪者的人中陈寰初觉得,这种贸然推动时代的人不应该冠以英雄之名,而是应该直接处决。秉承着此信条他想来亲眼见证时代的改变与消亡。我希望这部作品能涵盖上至弘达庄严的创世神话,浪漫史诗,下至充满奇趣的凡间故事,中国五千年的悠久历史,展现了宏大的画卷,波澜壮阔的背景,开拓了我们的想象力,让我们看到了人性的光辉。深邃的思想,和人性的真实。 万籁归寂之夜,他从老橡树林的坟场中醒来。这世界是如此的陌生,不禁令他心生恐惧。他翻遍浑身,就只有那么一张疑点重重的羊皮卷。 抽丝剥茧,不可名状的黑暗腐朽之物令人莫名疯狂! 步步深入,残酷的阴谋漩涡让人迷失方向! 拼死奋战,血气森严的利刃叫人不知所措! 他不要一世繁华,只愿人间清醒!这是一个山海缘结,仙魔逆变的故事。 被迫遗落在尘世间的孩子,带着凡俗的认知,羁绊与名字,一步步走向修道巅峰。 他要带着红尘的枷锁,肩负着众生的希望,直面诸天仙佛。 人不为己,天诛地灭。老婆出轨,兄弟反目,三十岁那年我遭遇了人生的滑铁卢! 金钱之下,每个人都面目狰狞,亲人的背叛,朋友的贪婪,无数只魔掌将我推进绝望的深渊,让我不得不挣扎地想要爬起,去触碰那一片属于我的骄阳! 《人到中年》,不一样的视觉盛筵!喜欢的读者记得打赏、推荐,多多支持,你的肯定,是我最大的动力! 武林中人为了夺取九环金冠各显其能,但却无一得手,有的在洞中惨死,有的在洞中重伤,无一人取到九环金冠。就在武林中人着急之时,一个天大的秘密被发现:兴良镇永济塔下有得道高僧太空之舍利,谁吃了它,就会一夜之间武功盖世,天下第一……二十年前,龙国江城,第一世家裘家被一夜灭门,本以为一切都遮掩的没有一丝破绽,但是却没算到裘家最小的孩子活了下来,并且成为一代战神,他从来没忘却过家族的仇恨,只不过作为军人的操守,不会无故杀人,除了他的仇敌之外,但一切并不如他所想,他不杀人,不代表不会有人会因为他的追查而被灭口,就比如刚刚别灭的江城汪家,只是撕开了当年裘家灭门惨案的一角而已【老作者新书】【最酷军神】【元宇宙】 有谁会想到,在全民皆战的乱世里,我却疯狂送礼,组建了属于自己的军队和王国? 有谁会想到,我送礼根本停不下来,身边人一个个都成了富豪,更有甚者还组建了国家? 这一切都要从我获得一个奇葩系统开始......
整合营销的好处 国家网络安全信息小组 网络安全 屏蔽 网络营销促销策略 青岛制作网站哪家公司好网站如何被收录 信息安全模板 国家网络安全中心在哪 uiwebview网络安全配置 特朗普 网络安全委员会 上海网络营销策划公司 财运不佳的风水调整方法有哪些?【www.richdady.cn】 升迁障碍的原因分析【www.richdady.cn】 如何应对冤亲债主的干扰咨询【www.richdady.cn】 与女友前世的前世案例【www.richdady.cn】 商业决策的心理学支持咨询【www.richdady.cn】 升迁障碍的原因分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 强迫症的家庭支持咨询【企鹅383550880】√转ihbwel 为什么过世的前世影响威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 心慌胸闷头晕的咨询技巧咨询【www.richdady.cn】√转ihbwel 亲子关系中的沟通艺术【企鹅383550880】√转ihbwel 前世老公的前世解析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 财运不佳的理财技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子厌学的解决方法【微:qq383550880 】√转ihbwel 投资项目的前世记忆咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 干扰的常见类型【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 家宅磁场的常见问题威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的原因有哪些?咨询【微:qq383550880 】√转ihbwel 亲子关系的家庭氛围如何营造?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的原因分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 3. 情感与心理咨询咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 公司网站规划案例 广州天河 网站建设 ids 网络安全防护手段 打造公司的网站 呼叫中心信息安全规范 国家网络安全信息小组 贵州网站开发 国家网络安全中心在哪 网络和信息安全管理 2016网络安全法进展 教育部 网络安全 支付宝的网络营销 8469网站 品牌情感营销案例 汽车营销案例 营销价是什么 企业营销网站建立 中国网络信息安全大会 国家信息安全等级保护制度 拨号访问控制 营销策划天培营销 网络安全公司采购 贵州网站开发 淄博网站建设相关文章 银监会 网络安全 广东网络安全执法 手机网络营销存在问题 名词解释搜索引营销 重庆网络营销客户 品牌情感营销案例 网营销策划方案电商 温州市网站 信息安全服务 全球烟台制作网站的公司简介 网络营销的工具选择 营销价是什么 想要做一个网站 旅游网站建设费用 网站制作厦门公司 网络安全系统中的身份认证技术应用及其发展 360信息安全大会 ids 网络安全防护手段 白云做网站 信息安全测评备案 8469网站 漯河网站建设 2014年网络安全 信息安全大赛题库 网络安全 屏蔽 专业信息安全服务资质咨询,-1 杰森影像网站建设网络安全技能大赛ctf 杭州培训网站建设 整合营销的好处 网站设计的优点和缺点顺德新网站建设 重庆网络营销客户 杰森影像网站建设网络安全技能大赛ctf 国外网站空间 微信营销公司广州 办理三级信息安全等级保护,-1 网站代维护 网站建设的售后 网站设计步骤信息安全调研报告 河北信息安全测评中心 温州手机网站推广 银监会 网络安全 网络营销的发展 信息安全 化 新疆网络安全人才奖 欧盟网络安全法律法规 网站类型分类 深圳市计算机网络公共网络安全协会 (1)计算机信息安全,-1 悬疑式营销 中国信息安全测评中心隶属 信息网络安全 监 预警 机制 杭州网络营销 2014年信息安全事件 一键建网站 网络营销的发展 两栏式网站 呼叫中心信息安全规范 网络营销的工具选择 新疆网站制作 个人电脑网络安全 大连网站建设公司 计算机网络安全培训 保定专业做网站 新疆网站制作 网络安全实验班 网站报价单 企业营销网站建立 网络安全实验班 网络营销网站怎样收费 悬疑式营销 网络安全小报字体设计 网站建设的售后 山东 信息安全 检查 太原网站制作 引擎营销的四个过程 电子商务网络营销 网络信息安全 实验 国家信息安全保护 互联网营销是什么 网络营销什么 自定义建设网站 名词解释搜索引营销 网站设计步骤信息安全调研报告 顺德网站建设 什么是营销型的网站推广 国务院负责统筹协调网络安全工作和相关 二A信息安全院校排名 对信息系统运营使用单位的信息安全等级保护工作情况,-1 怎样给网站增加栏目 互联网信息安全评测机构 教育部 网络安全 汽车营销案例 网站推广专家 流程网站 天钥网络安全审计 信息安全模板 日本信息安全研究生 欧盟网络安全法律法规 采用邮件营销的广告 江西信息安全 河南信息安全电子中心 自定义建设网站 网络和信息安全管理 网络营销网站怎样收费 新疆网络安全人才奖 微博营销的好处和坏处 广东网络安全执法 特朗普 网络安全委员会 深圳网站建设公司 教育部 网络安全 网络营销托管服务 深圳网站制作880 武汉设计网站公司