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
移动数据网络安全吗信息安全 身份认证信息安全服务运维承诺北京微信网站制作许可email营销怎么做华为 信息安全 代码信息安全内控,-1如何修改网站关键词网络安全环境检测北京微信网站制作 见千年前的那场旷世大战,将这片大陆的格局重新改变。 几千年的进步,这片大陆步入了现代社会,却依然有人在追寻仙法的本源,最终他们得到了这样的答案。 金、木、水、火、土、风、雷、冰、光、暗、音、以太,十二种已知最直接的元素力量,是仙术?是法术?还是是魔法? 不!在这个世界里,它们就是纯粹的元素,是规则衍生出来的力量。 谁能坚持到最后,谁能更好的使用这种元素之力,谁就能成为这片大陆的传说。郡主家里养赘婿,弹琴赋诗通文艺,家里男人样样好,就是没个男人样。陆琦的意外人生《飞龙乘云》带你回到夏朝末年,感受当时八方诸侯背叛,四藩异族作乱的动荡年代。看主角们如何面对忠义难存的局面,又作如何选择。本书不仅以夏朝为背景,还收录了大量神话故事、历史典故作为故事展开的桥梁,更以漫画般的手法描述激烈的仙术秘术激战场景,还有尔虞我诈的宫廷斗争、江湖侠义的恩怨情仇等一系列热血、谋略、兵道、爱恨尽归此书!欢迎大家以一个开放的心态来收看。 神魔的游戏,养蛊人类,是举刀拿剑逆战万族,还是低眉俯首甘为奴仆,普通人的野望,你我是否都幻想过打破秩序,生与死,血与泪,离别与重逢,种种的选择,这是一部笑中含泪的作品,且看普通人如何末世中挣求活,选择自己的人生。人类文明的进化、病毒变异和外星怪物之间的宇宙关系自混沌初开,法则之力充斥世界,造就三千世界,而每个世界的原住民们,逐渐领悟法则的法门,集力量于一身,冲破世界的禁锢,成就神位。成就神位的人们仍然禁锢于另一方世界的一隅,在他们的前面仍然有法则之上的力量-原力阻碍他们的前行。当他们举步维艰时,发现每隔一万年,就会打开三千世界的桥梁,就能领悟原力冲破此世界,真正法身成圣,神位转换为圣位,不过成就圣位的条件却十分苛刻,需要人间香火的供奉,为拥有神位的人提供信仰之力,并且两个世界的神位者们决胜出一位圣者位, “我会再回来的,道祖,儒圣,虽然我败了,但你二人绝对在接下来的圣位战被打败,哈哈哈哈…哈哈”, “大言不惭,汝等卑鄙之人,不配存活于世,即使你窃取到轮回法则,不过你已被法则抛弃,下一世定有人将你彻底陨灭”儒圣对着此人闻言道,看着此人在身体逐渐泯灭之际,有一丝魂魄被牵引到一户人家当中,对此眉头紧紧的皱在一起,与道祖相视一眼后,飞向天空上方的桥梁。 主角曹阳,高考志愿填写的是离自己家几千公里的外省,在哪里开始了新生活—————天涯明月刀ol,多少年的青春,虽然A了,也想留点美好的回忆没有人愿意一直活在梦里,可我活着也不知道是为了什么。那些年到底发生过什么,我曾拥有过什么,又曾失去过什么。
苏州响应式网站建设 博客营销细节 青岛网站建设迅优 上海简约网站建设公司 婚纱摄影网站设计 北京微信网站制作 信息安全专业最牛导师 深圳建科技有限公司网站首页 国际信息安全顶级会议 网站培训班 通灵与心理学结合咨询咨询【www.richdady.cn】 冤亲债主干扰的预防措施【www.richdady.cn】 内心恐惧胆怯的前世影响咨询【www.richdady.cn】 邪灵咨询【www.richdady.cn】 强迫症的案例分享咨询【www.richdady.cn】 前世老婆【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 祖灵与家运的关系咨询【www.richdady.cn】√转ihbwel 大龄剩女的婚恋经验有哪些?【σσЗ8З55О88О√转ihbwel 公司破产对股东的影响【企鹅383550880】√转ihbwel 心特别累的前世记忆咨询【企鹅383550880】√转ihbwel 为什么过世的前世因果咨询【企鹅383550880】√转ihbwel 冤亲债主干扰的心理影响【微:qq383550880 】√转ihbwel 儿子抑郁症的治疗方法咨询【www.richdady.cn】√转ihbwel 自闭症的康复训练咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婚姻生活不顺咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 老公家暴的前世因果咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 官司的原因分析咨询【微:qq383550880 】√转ihbwel 祖灵咨询【微:qq383550880 】√转ihbwel 如何改善精神不振的状态咨询【微:qq383550880 】√转ihbwel 如何改善亲子关系?【www.richdady.cn】√转ihbwel 国家信息安全 研究中心 网银网络安全方案 我国网络安全事件 网站设计师联盟 蘑菇街微博营销 中小企业网站制作 石家庄做网站 专业建设网站制作 营销资源 五级网络安全是 郑州建网站公司 建团购网站 信息安全专业最牛导师 青岛网站建设迅优 网站设计官网 网站类型案例 网络安全环境检测 网络安全犯罪都有哪些 信息网络安全合格证明 移动数据网络安全吗 网络安全与云计算 flash网站制作 网御网络安全管理平台 h5制作企业网站有哪些优势 网络安全手机 信息安全部官网 网络营销师在哪里考 北京推一把网络营销 我国网络安全事件 代运网站 十堰网站建设 华为 信息安全 代码 国家对网络安全的政策 《网络安全》2017 北京微信网站制作 顺德做网站的公司 《网络安全》2017 国家信息安全 研究中心 信息安全内控,-1 网络安全博士生 通辽网站建设 全网营销策划公司网站建设 甘肃 阿里妈妈的营销推广平台中产品有哪些?每个产品的作用有哪些? 上海网站开发 建个营销型网站多少钱信息安全 中心 我国网络安全事件 营销行业学院 上海网站建设 销售 信息安全工程师软件 信息安全的要求 台州做网站优化哪家好 信息安全管理体系中要素通常包括 网御网络安全管理平台 西安商城网站建设制作 网络安全开源代码 信息安全综合实验系统 木马入侵与检测 ssh参数设置 营销策略中的渠道策略 网络安全等级最高 微信营销处于什么阶段 领航网络营销 科技公司信息安全事件,-1 专业建设网站制作 信息安全的要求 国内主流信息安全厂商 网站入口设计规范 信息安全专业 macbook 网站个性化定制服务国家网络安全法与电网 网络安全 机器学习 成都网站创建 科研 信息安全,-1公司网站建设 网站建设书 网络安全设置方案 网站类型案例 网站设计官网 唯品会营销 高端大气的综合性网站 天津云盾信息安全技术有限公司 营销推广心得 信息安全领域知名企业 建个营销型网站多少钱信息安全 中心 信息安全部官网 武汉网络推广营销公司 微信营销新闻 企业网络安全方案集团公司广域网组建 华为 信息安全 代码 最新网站建设语言 营销班级 网络营销经典 机票网站建设 成都大牌广告网络营销 信息安全审核员要求 网站设计师联盟 网络营销的职责 东莞南城网站建设 武汉网络推广营销公司 网络营销从事工作内容 徐汇微信手机网站制作 信息对抗与信息安全 代办信息安全服务资质 2017信息安全大会 信息网络安全合格证明 工作中的信息安全 高端大气的综合性网站 代办信息安全服务资质 信息安全基础培训 计算机网络安全是指保护计算机网络系统中的硬件( )和数据资源 上海网站建设 销售 信息安全基础培训 泰安市营销 2010年网络营销大事件 网络信息安全等级认证 网站建设西安 科研 信息安全,-1公司网站建设 国家对网络安全的政策 网站培训班 网银网络安全方案 超炫的网站 中兴信息安全电话 上海简约网站建设公司 成都好网站 建团购网站 免费网站空间 营销推广心得 代运营网站 上海网站推广公司 网络营销师 国家对网络安全的政策 对网络营销的感悟 网络安全检查内容 蘑菇街微博营销 信息安全 身份认证 超低价的郑州网站建设 机房网络安全评估公司 网络安全机构 网络安全犯罪都有哪些