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
香港网络安全中心网络安全法 会议厦门网络推广建网站信息安全培训师,-1网络安全培训提纲蘑菇街网络营销方案南昌网站建设个人网站自助建站网络信息安全考试苏州网站优化生活是如此的现实骨感,而不经意间进入到了异界却成为我打开生活的一扇门。天穹界,一个少年因为一本神秘阵图穿越到了这个世界。 偶然间少年突然得知这是一个可以长生久视的世界,一个机缘巧合,少年拜入七大宗门之一的五行宗。 “大罗金仙血染裳,好大的杀气。” 少年看着对面的异道随意的开口道:“请入阵一观!” 一道流光闪过,男子口吐鲜血:“这是何物?” “此宝名曰:“攒心钉”&amp;quot;少年看着吐血倒地的男子微笑道。异界山村少年因意外获得神秘传承,开启了传奇一生,先后不断收服各种奇珍异兽,养成异兽大军,最终称霸异界大陆。李文重生成了一颗灵气复苏时代的柳树,这个时代强者横空绝世,坐镇一方。   异兽咆哮山河,占地为王。   还好有进化系统无限强化自己,自身的生命灵液让万灵不断进化。   结出来的生命果实让无数生命疯狂。   有人称他为树神拯救一方生命,有人更愿意叫他魔树,树根一出抽取数万里精华…… 在高校被混混欺负的王浩天只能忍气吞声。他唯一的乐趣就是在网游中大杀四方。 听说去年结束内侧的网游【无尽世界】正式上线,身为内测玩家的他再也不用唯唯诺诺了。 戴上8D头盔的他开始了网游神奇之旅。 【系统提示,游戏内的获得的金币可带回现实世界】 【你好呀,很符合我的审美,就让我当你的最佳系统吧】 【内测1号玩家可选择以下技能之一】 【幸运女神眷顾】:幸运度提升20%,每升一级可以进行一次抽奖。 【技能点之王】:技能点比普通玩家多出20点,且可以随意更改,后期等级越高,上限越高。 【打不死的小强】:血量越低防御力越高,死后可立即复活,不限次数。 【点石成金】:开局金币爆率提升100%,后期可提升。 【技能书槽位之王】:比正常玩家多出5个技能书槽位,且免费赠送一本SSS技能书。 【鬼影迷踪】:50%概率闪避对方攻击,每两秒触发一次,随等级变化而缩短 【女性克星】:女性玩家100% 不是?这最后一个技能是啥呀?为了男人的承诺,萧晨强势回归,化身美女总裁的贴身保镖,横扫八方之敌,谱写王者传奇!   他——   登巅峰,掌生死,醒掌天下权,醉卧美人膝! —————— 小舞的微信公众号:寂mo的舞者,可以去关注哦! 小舞的QQ:1589045849,可以去加好友! 唯舞独尊①群:545765633!   野狼小队被队友背叛,全军覆没,二十年后有从新以新的身份集合,赵康安,雷群盛,鄢陵,张季四人在控制地方黑势力的同时,也不忘调查自己的重生的原因。开平市暴动,政府军队镇压,暴动的真相令人不可思议。国际通缉犯阿里莫斯到底是敌是友,高帆的背叛竟然另有蹊跷。国际贸易的幕后主使竟然是一个人,一切的真相令人质疑民主的真实性……平凡农家清贫至上,改革浪潮裹挟前行,情感路上坎坷历程,重生引导经商之路,成功辉煌达到巅峰,沧海桑田回归故土。这是一个守护家园的传统故事;这是一个关于根在哪儿、心在哪儿、家在哪儿的东方童话。秦凡为救老婆,不得已暴露自身能看到宝物气息的能力,不断捡漏,只要是宝物,在秦凡的眼中都无所遁形,因此引起各方势力的注意,破真伪,看人心,鉴宝捡漏,玩转人生……
网络个人信息安全案例 建的网站打开很慢 惠州网站制作 哈尔滨做平台网站平台公司 信息安全风险识别清单 政府网站 欣赏 我与网络安全 什么是病毒营销方案 移动营销的缺点 重庆 网络营销 推广 迟缓儿的案例分享咨询【www.richdady.cn】 感情纠纷的前世因果咨询【www.richdady.cn】 前世今生的梦境解析【www.richdady.cn】 大龄剩女的婚恋经验有哪些?【www.richdady.cn】 孩子厌学的咨询技巧咨询【www.richdady.cn】 与男友前世的识别方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 不爱读书的解决方法【σσЗ8З55О88О√转ihbwel 事业不顺咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的前世影响威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 去世的母亲的前世解析咨询【企鹅383550880】√转ihbwel 投资项目的案例分享咨询【企鹅383550880】√转ihbwel 忧郁症的咨询技巧【微:qq383550880 】√转ihbwel 耳鸣的咨询技巧【σσЗ8З55О88О√转ihbwel 感情纠纷的情感咨询【σσЗ8З55О88О√转ihbwel 与女友前世咨询【企鹅383550880】√转ihbwel 与男友前世的前世缘分咨询【微:qq383550880 】√转ihbwel 解梦咨询【σσЗ8З55О88О√转ihbwel 前世今生的故事解析【企鹅383550880】√转ihbwel 财运不佳的改运技巧【企鹅383550880】√转ihbwel 意外的心理调适咨询【微:qq383550880 】√转ihbwel 电子邮件营销是指什么意思 个人网站自助建站 济南网站设计建设公司 怎么做好一个网站 网络安全技术与防范 贵州 跨境电商网站建设 国家网络安全 高级信息安全管理师,-1 潍坊网站建设 大连网站制作.net 惠州网站制作 信息安全分为 sem搜索引擎营销案例 营销工程师 php网站建设公司 病毒营销的特点是什么 苏州网站推 网络安全摘要 公司网站的实例 重庆 网络营销 推广 建网站哪家好新闻 广西信息网络安全报警网站网络安全相关的产品 网络营销机会分析报告 网络安全监测方式 香港网络安全中心 信息安全培训师,-1 自学网络安全入门 信息安全共享 网络安全培训课程视频 1号店营销 网络安全协会 活动 互联网信息网络安全技术保护措施 浙江乾冠信息安全 西安营销型网站 信息安全产品类型 网络信息安全案例分析 统计网络安全 深度科技商业官方网站 2017年信息安全报告 国家信息安全政策体系包括哪些内容 营销案办理 互联网营销平台 网络安全基础ppt im营销 租车网站建设 北京专业网站建设 贵阳企业网站设计制作 自己建站的网站 国家信息安全网查询vpn与网络安全pdf 初级信息安全测评师 恩施做网站 建网站哪家好新闻 海淀手机网站设计公司 信息安全风险识别清单 无锡微信手机网站制作 恩施做网站 银行员工如何防范信息安全 恩施网站建设 潍坊网站建设 银行员工如何防范信息安全 营销系统性能测试 网络内容营销的含义 杭州 信息安全培训 信息安全局 网站三合一 网络安全领域什么漏洞 制作网站的步骤 网络安全网络空间 网络营销的竞争分析报告 济南网站设计建设公司 病毒营销的特点是什么 长春市网站推广 哈尔滨做平台网站平台公司 怎样建立自己的网站 信息安全原理截图 徐州建网站 中央网信办网络安全协调局局长赵泽良 近年来信息安全大事件 信息安全分为 南昌网站建设 中国石油信息安全 营销培训课程体系 关于网络安全防火墙 贵阳企业网站设计制作 公司网站的实例 中心网络安全管理办法 厦门市网站建设 关于网络安全防火墙 信息安全在重庆怎么样 统计网络安全 政府网站 欣赏 营销工程师 重庆 网络营销 推广 设计网站多少费用多少 石家庄做网站的公司 营销系统性能测试 个人网络信息安全事例 哪些品牌是微信营销 且网站制作 xcon安全焦点信息安全技术峰会 个人网站自助建站 网络安全培训提纲 重庆建网站公司 怎么做好一个网站 网络安全宣传信通公司 网站制作 成功案例 贵州 跨境电商网站建设 肇东市网站 丽江网络营销资讯 高级信息安全管理师,-1 信息安全发展史 网络安全培训课程视频 大连网站制作.net 网络安全摘要 香港网络安全中心 信息安全分为 计算机网络安全的研究 电子商务网站模板 营销工程师 sem营销策划方案 网络营销的危害性 病毒营销的特点是什么 国家网络安全 网络营销的危害性 网络安全摘要 网络安全基础ppt 网络安全实用教程 重庆 网络营销 推广 中心网络安全管理办法 1号店营销 广西信息网络安全报警网站网络安全相关的产品 淮南网站推广 济宁做网站 网络安全监测方式 恩施网站建设