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
信息安全国家标准目录迈克菲网络安全网络安全信息测评报告网络营销专业的大学机房信息安全评估报告成都高端网站建设公司衡阳做网站网络安全与管理实训心得公众号的营销策略网站制作素材世纪交际,魑魅降世,铁蹄摧骨,爪牙喋血。 为了抵抗这些嗜杀的恶魔,人类锻造了自己的铠甲,名之假面骑士,组建同盟,御敌守土。 这个汇集精锐,背负人类全部希望的组织,便是骑士联盟。 20年的浴血奋战,不计其数的先烈以血肉之躯,筑起钢铁城墙,将那些怪物阻挡在战区的铁壁之外。终于,敌寇似是偃旗息鼓,世间仿佛重获平和。 20年后,一个失忆的青年,加入了这个组织。他不知道自己是谁,却能够与一条雪藏十余年之久的骑士系统意外匹配。 他也不知道,自己的身上埋藏了多少秘密,经历了几多坎坷,又背负着多少人的期许,暗含着何其残忍的阴谋。 战斗旷日持久,秘密逐一揭示。 彼时,谁都不曾设想,暗流涌动,会在有朝一日化为汹涌浪潮,将这粉饰的太平,尽数吞没。 联盟之下,或许远没有世人所看到的这般祥和。 泰拉瑞亚大陆第一人,挑战月神,却遭暗算,陪同月神一起堕落虚空。 他深知这古神的能耐,用尽一切办法将其封印。 第一人用自己的身体将地狱的血肉之墙复活,重新封印远古光明与黑暗的力量。 虽然月神陷入虚空,但是蠢蠢欲动的黑暗一直没有消退。 救世的冒险者啊,请你快点出现吧。 向导的眼睛流闪着光芒,看着天空那轮血红的月亮,不能够形容为皓月了。 “这阵子,血月是越来越多了。” 主角李萧雨穿越到了修仙世界,开启了一番奇妙的旅程唐末五代十国,军阀混战时期,外族趁乱而入,企图先霸武林,里应外合,再图中原天下。 一系水尊,九转玄阴之体,带领群雄,瓦解阴谋,驱除外敌,助后周太祖平定天下。当修真者穿越到了现代,因为语言不通闹出了许多笑话。 谁能想到,一个不起眼学生竟然是修真界的最强者? 最强S级异能者?对不起,只需要一剑。 异能者和修真者的碰撞,核武和仙术的对轰…… 简介2020年最火爆的相师文,你,值得拥有! 看红颜,花团锦簇,观天下,一路风尘! 大相师丁凡学成归来,误入商界,成为超级护花大使,开启了不一样的精彩人生。 凭借精湛的相术,风骚的才情,丁凡让恶霸低头,大佬俯首,众星捧月,潇洒走上事业巅峰。 万花丛中过,片叶不沾身,群芳争艳,选择很困难。 丁凡有多少姐姐,你猜? 丁凡有多少财富,你再猜? 丁凡有几个妹妹?那小子已经跑了……  这是伪神黄昏,也是新神黎明,当新旧两派神祇还在不断明争暗斗之时,是否有人曾抬头望向那深邃黑暗的天空,那里,也许还有别的东西在默默注视着他们!   而当末日之战真正降临的这天到来,是否有人能逃过那不可名状的恐怖,又或是置之死地而后生,成为新的恐怖存在!   身为最后一个人类,名为余烬的少年将如何创造自己的传说故事,又将在这场即将笼罩整个蓝星的阴影中何去何从?陈东一觉醒来,发现自己重生到遍地是黄金的1990年。 带着前世的遗憾,从卖茶叶蛋开始…… 金融危机,石油危机,粮食危机…… 在一次次黑天鹅事件中,陈东弯道逆袭。 他用敌人最擅长的资本告诉大家。 此刻,东方的巨龙已经觉醒!一辆军用猛士在跨海大桥上行驶 车上的男人究竟带着什么任务......
宁德网站建设 互联网营销环境变化 管理网站制作 济宁网络营销 武汉企业制作网站 重庆的网站建设公司 美国网络和信息安全组织体系透视 网络安全技术视频教程 网络安全学术论坛 石家庄公司网站建设 维护良好家庭关系的秘诀【www.richdady.cn】 儿童发育倒退的原因【www.richdady.cn】 祖灵的超度仪式咨询【www.richdady.cn】 提高孩子阅读兴趣的方法咨询【www.richdady.cn】 如何发现前世缘份【www.richdady.cn】 与女友前世的前世修行【www.richdady.cn】√转ihbwel 事业不顺的解决方法咨询【企鹅383550880】√转ihbwel 亲子关系中的沟通艺术咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主的干扰与因果咨询【微:qq383550880 】√转ihbwel 外灵干扰的前世因果咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何应对冤亲债主的干扰咨询【企鹅383550880】√转ihbwel 孩子学习不好的咨询技巧【微:qq383550880 】√转ihbwel 公司破产的咨询技巧咨询【www.richdady.cn】√转ihbwel 意外的原因咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 不爱读书的自我提升威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 心慌胸闷头晕的原因分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 缺心眼的案例分享咨询【微:qq383550880 】√转ihbwel 与男友前世的因果关系【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 有官司的法律援助咨询【微:qq383550880 】√转ihbwel 与公婆前世的故事分析咨询【企鹅383550880】√转ihbwel 2016网络安全大赛 经典网络营销案例分析ppt模板 创新的手机网站建设 安天信息安全 网络安全 收购 网络营销出来有用没 工业信息安全公司排名,-1 工业信息安全公司排名,-1 营销型集团网站建设 电商营销课程培训课程 网络安全法 数据公司 公众号的营销策略 信息安全风险评估教程 网络安全法 研发安全 合肥网络安全 绵阳的网站制作公司 招信息安全专业的公司 台州网站优化 信息安全审计手册 信息对抗与网络安全 贵州网络安全攻防大赛 上海信息安全中心地址 流氓营销 自己电脑做网站 带宽 网络安全信息测评报告 网站制作素材 上海高端建站网站 互联网信息安全现状 公司信息安全系统包括 搜索引擎营销基本要素 移动互联网的网络营销 安天信息安全 南京做网络安全的公司 宁德网站建设 网络安全相关电视剧 江苏省网络安全协会 学校 网络安全 演练 网络安全 收购 重庆专业的网站建设公司 企业网站建设目标 瑞星网络安全预警系统 机关信息安全服务主要有 中国电信网络安全产品 近几年的网络安全事件 2017 信息安全展会 网站信息安全等级测评保护 川大网络安全学院 网站制作帐户设置 2016网络安全大赛 airbnb营销模式 两会 网络安全 腾讯的网络营销 网站建设优化 石家庄公司网站建设 网络营销出来有用没 网络安全技能大赛试题 济宁网络营销 广西网络营销外包 网站建设业务前景 网络营销专业的大学 上海企业网站 网站建设业务前景 腾讯的网络营销 网络安全 ips 国美网络营销策略 工业信息安全公司排名,-1 承德网站制作加盟 信息安全等级保护测评指南 百度xml网站地图 网络和信息安全专业介绍 信息安全等级保护技术 定制建网站 网络安全专家 信息安全国家标准目录 网络信息安全演讲视频,-1 公信部信息安全 对营销的理解和认识 信息安全奖学金 职业技能大赛信息安全 南京移动网站建设 互联网信息安全现状 建网站怎么上线 营销型集团网站建设 医疗网络安全 上网站乱码南宁专业网站制作设计 2016网络安全大赛 广西网络营销外包 营销顾问电脑建网站 创新的手机网站建设 上网站乱码南宁专业网站制作设计 网络安全法 研发安全 瑞星网络安全预警系统 做网站推广 网络安全法 研发安全 金融网站建设 网站建设 cms 下载太原网站改版 网站网络安全制度内容 网络营销天培营销网络安全法 启明星辰 网络安全技能大赛试题 深圳信息安全企业,-1 互联网营销环境变化 网站多少个关键词 信息安全技术云操作系统安全检验要求 昌都网站建设 招信息安全专业的公司 电商营销课程培训课程 免费个人网站 流氓营销 网络安全 ips 网站设计样式 公众号的营销策略 网络营销ar是什么意思 it信息安全 网络信息安全实施意见,-1 台州网站优化 网络安全服务产品 信息安全主要课程 传统网络安全公司 怎么提高网络安全意识 互联网营销环境变化 网络安全日郭启全致辞 信息安全主要课程 信息安全中科院 网络安全专家 网站设计和制作费用 信息安全中科院 白帽子-高端信息安全培训 昆明网站优化 学习网络安全 金融网站建设 深圳市信息安全行业 互联网效果营销服务商 自己电脑做网站 带宽 电子 东莞网站建设 网络营销公司取名