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
网站模板的好处北京信息安全中心电子商务常见营销方式高大上网站建设公司网络安全行业介绍网络安全审计公司企业网站设计欣赏信息对抗与信息安全青岛模板化网站建设信息安全公司竞争分析“祖师,您在等什么?” “第三柄圣器出世,不,准确的说是在等第三个持圣器之人出现!” “为什么?” “屠神!”在江宁区的一个小村庄里,有着一栋具有百年历史的别墅,那里的村民都不敢靠近那栋别墅,相传那栋别墅里闹鬼,这天,来了一群不速之客,他们是某音主播,他们不信这里有鬼,带着直播工具来到了这栋别墅,他们白天在别墅里看了一圈,别墅里破破烂烂,楼梯走上去都带有“咔嚓、咔嚓”的声音,楼上除了几个破烂不堪的卧室外什么也没有,很快夜幕降临他们也准备开始直播,直播开始半个小时,人数已经到达了几千人,刷礼物的人数不胜数,顿时间他们的氛围灯不亮了,瞬间直播被关闭了,这件事在微博上传的沸沸扬扬的。这个男人自创功法狂龙炼体术 这个男人赢领人类走向辉煌 这个男人一生屠魔 却不想在虚弱之时被魔主偷袭 拼命反杀 那一战 天地崩裂,诸神心慌 魔主不甘死亡 耗尽毕生修为进入时间轨道 重修一世 他因神印失去了神智 屠尽魔族后见光就砍,见人就杀 他在众人的哭喊声短暂回复了神智 为了解决眼前的状态 为了人族的未来 为了完成他的梦想 双手结印 在众族的泪水之下 重修一世…… 我,神,还没有我做不到的事情呢秦正穿越唐朝,竟因为一只鸟一个流落世间的孤儿,一块能梦中进入的玉佩。 十八年后,老头子给了他一只木簪,说这是给他找的媳妇,于是夏宇走出了大山。 只是到了北海市后,他并没有找到自己的媳妇,而是转身成为了一个傲娇大小姐的保镖。 于是,北海大学最牛逼的校花保镖轰然出世! 只是夏宇不知道是,木簪的主人,在第一天,他便已经见到了…… 为寻求真相,潇漓开始踏足江湖,不想因此揭开一段被掩埋了二十多年的真相,而那正是潇漓所要寻找的…为保护女友而伤人的徐枫,入狱三年意外获得一身本领。 没想到出狱后,女友竟然要嫁给当年的仇人。 可怜这瞎眼的女人,本可一步登天,却选择坠入炼狱!“豺狗的天降陨石竟然在地面砸出一个百米大洞?恐怖如斯。” 杨开召唤战斗暴龙兽使用盖亚能量炮直接在地面砸出一个一公里的深坑。 “大佬?你这是什么魂兽?” 面对众人的震惊,杨开默默转身。 面对着奔腾而来的兽潮,一个金色的大门缓缓在天空中打开 女主人公南宫花铃以及男主人公上官星云来到剑阁不小心用血激活了正在铸的宝剑以及在门派里匡扶正义后面退出师门解救不道义的师傅的种种故事
黄岛网站建设 中国网络安全五十强 临沧网站建设 中国网络安全五十强 区块链 信息安全大赛 北京微信网站制作 信息安全电子书 美国网络安全信息共享 联通网络安全资质 可信网络安全平台 禁用多网卡 儿子抑郁症的咨询技巧咨询【www.richdady.cn】 婴灵的常见案例【www.richdady.cn】 特殊学校的前世影响咨询【www.richdady.cn】 前世缘份的轮回续缘咨询【www.richdady.cn】 事业不顺的职场突破咨询【www.richdady.cn】 耳鸣的心理调适咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的改运技巧咨询【微:qq383550880 】√转ihbwel 前世今生的轮回转世【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子厌学的咨询技巧【www.richdady.cn】√转ihbwel 财运不佳的财运提升咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 外灵干扰的心理调适咨询【σσЗ8З55О88О√转ihbwel 婴灵的化解仪式【企鹅383550880】√转ihbwel 纠纷的自我保护咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家宅磁场的优化技巧【企鹅383550880】√转ihbwel 去世的父亲的影响分析咨询【σσЗ8З55О88О√转ihbwel 有官司的解决方法【www.richdady.cn】√转ihbwel 感情纠纷的情感重建方法有哪些?【企鹅383550880】√转ihbwel 亲子关系的自我提升【微:qq383550880 】√转ihbwel 孩子不爱读书的家庭教育方法有哪些?【σσЗ8З55О88О√转ihbwel 冤亲债主干扰对生活有哪些影响?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 苏州响应式网站建设 网络安全专家采访 新营销理念 专业网站建设 信息安全定级 深圳市网站设计公司 小米手机营销模式分析 深圳网站设计美工 西安商城网站建设制作 信息安全的主要威胁有哪些? 网络安全审核员 高级信息安全顾问工作职责,-1 成都学校网站制作 网络微信营销公司 网络安全与云计算 无锡网站推 联通网络安全资质 网络与信息安全知识 国家信息安全 研究中心电商的内容营销案例 代运网站 信息安全管理体系中的&quot;管理&quot;是指,-1 黄岛网站建设 南浔做网站 青岛模板化网站建设 成都学校网站制作 网络营销经典书 网络信息安全技术(第二版),-1 整体营销实例 网络信息安全安全号 信息安全管理体系中的&quot;管理&quot;是指,-1 网站迭代 山西网络营销推广 重庆网站布局信息公司 网站优化过度的表现 网络安全审计公司 整体营销实例 网站建设一条龙 网站竞价 网络营销课程短期班 信息安全专题 网站竞价 网络营销方法分为 信息安全市场需求 美国网络安全信息共享 020网站系统 青岛模板化网站建设 信息安全 效益 电力信息安全等级保护 信息对抗与信息安全 上海简约网站建设公司 企业网站设计欣赏 网络营销方法分为 网络安全管理员 证书 高级信息安全顾问工作职责,-1 信息安全公司竞争分析 信息安全的主要威胁有哪些? 信息安全与服务有限公司 网络安全宣传 网络信息安全 博客 大网站建设 重庆网站布局信息公司 网站设计师 高特效网站 徐汇微信手机网站制作 沈阳网站制作 网站维护与建设内容 网络信息安全等级认证 如何让百度收录网站 西安商城网站建设制作 电子商务常见营销方式 二级域名网站权重 校园网络安全概述 电子商务常见营销方式 高特效网站 信息安全证书 台州市网站建设 网络安全新技术概述 营销型网站平台 企业网站建设运营 网络营销经典书 网站设计 无锡 信息安全专题 网站迭代 信息安全与服务有限公司 兼职网站制作 网络安全专家采访 微博营销方法 网页创建网站 网络安全企业50强 电力信息安全等级保护 可信网络安全平台 禁用多网卡 信息安全 杂志 嘉兴的网站设计公司有哪些 莱州网站建设 珠海网站策划公司 网络安全审计公司 网络安全与云计算 石家庄做网站 网络营销经典书 营销型企业 信息安全市场需求 枣庄网站优化 网络营销方法分为 网站优化过度的表现 国际信息安全现状 手机网站开发技巧 网络安全专家要求 西安商城网站建设制作 网络营销论文报告网站内容的实现方式 国家网络安全信息周 推荐营销 网站竞价 湖南网页设计培训网站建设 校园网络安全概述 情感式营销步骤 6.1号网络安全法 国家级信息安全标准 地方门户网站制作 网络安全宣传 佛山找人做网站 地方门户网站制作 网络营销的相关新闻 网络微信营销公司 网络营销课程短期班 网络安全技术方向 武汉 网站制作 网络安全法机构 高级信息安全顾问工作职责,-1 山西网络营销推广 有关网络安全的内容 信息安全的主要威胁有哪五大点 集团公司网站建设策划 网站开发费用报价单 网络安全技术规范及标准 宁波网站设计