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
学营销网网络安全检测的主要内容有哪些芜湖网站开发上海做网站公司网站如何被百度收入基于站点网络营销方法网站如何被百度收入营销型网站效果不好网络营销科技公司经典网站设计网络安全竞赛意外闯入修仙世界,且看少年张天纵如何力压群雄,争霸天下在空灵大陆上,修为决定着每个人的命运。大陆上,人的修为分为融体境,坚身境,铸心境,幻灵境,天元境,破玉境,芥子境,真元境,虚仙境,天神境,能登上天神境的强者少之又少,男主元翼在磨难中一步一步成长,在他向往的世界里,爱过,失去过,被人背叛过,终成一代强者。叶天,修仙界绝世天骄,修罗战神,却因功高震主,惨死于庆功楼,魂穿来到地球,重生在一个废物大少身上。带着前世的修仙记忆,叶天强势崛起,血战强敌,逆天而行,纵横都市!他来自修仙界,终将破碎虚空而去! 【元宇宙-惊悚世界】 “我不想死啊!” “妈妈救我,我不要进入惊悚游戏!” “救命!救命!有没有人,快把我放出去!” “我是XX大明星,谁愿意救我,你要我做什么都可以!” 惊悚游戏降临全球,每个月随机抽取大量人类进入游戏世界与厉鬼为伴。 当所有人都在惶恐、害怕、恐惧中苦苦求生的时候,第一次进入游戏的陈凡发现,他每次开始游戏前居然能先抽取一件强大鬼物! 鬼外卖游戏中,当别人还苦哈哈骑着纸扎的电动车给鬼送外卖时,陈凡已经骑着猛鬼摩托在大街小巷风驰电掣,单单好评。 当别人好不容易与一只鬼签订契约的时候,陈凡已经拥有了一堆鬼王,组建了第一支人类为首领的鬼军!震撼两个世界! 他麾下的女鬼,实力无比强大,更是个个国色天香,对林风死心踏地。 赚取无数金钱的女鬼总裁,神秘强大的幽界之主,拥有僵尸大军的飞僵女王,修炼千年的倩魂姐妹……就像书名上写着的,你加载了危险游戏。 总之我得,在游戏正式开始前,给你个忠告。 呃,没错,说得就是屏幕前满脸不在乎的你... 在这里! 你不该相信任何人! OK!就这样... 总之不论你是谁,在哪里,请相信我,在看到这里的时候,你已经被卷入进了这场危险的游戏当中! 你可以试着回头,可以盯住屏幕,可以闭上眼睛... 但不论你怎么做,它们就藏在你身边,或许是卧室的床下面,或许是卫生间的镜子里(谁知道呢,它们的喜好向来与众不同)。 呃... 该死—— 它们发现我了! 看来我只能送你到这里,下面的路,你得靠自己走了! 还记得我最初说过的吗? 不要相信任何人! 包括... 从床底下朝你伸出手的我!。。。。青云观中 小道士玄生正打着坐,突然一段不属于他的记忆涌现出来。 什么?自己竟然活了九十九世了? 这是个梦,肯定是个梦! 可体内多了一股不属于自己的灵力又该怎么解释? 得!不管了,下山吧!反正多些历练也不是什么坏事! 这刚一下山就惹上了大陆上的顶尖势力?不对啊,我都活了上百辈子了,没听说过有这么个势力的存在啊! 唉!不管了,反正你又抓不到我,我先安排安排自己的事吧。 这过了上百辈子了,还没近过女色。 不行,这辈子怎么着也得娶上个媳妇。 道士?大不了还俗呗! 我只想安安稳稳送个外卖,哪想到有一天居然真的黄袍加身! 还是在异界!! 送外买送到异界的恐怕只有我一个了吧? 看着满目荒凉的异界,杨一暖苦笑一声,开始了异界探险之旅… 外卖是不会再送了,星际贸易才是我的主业! 玻璃球换黄金,香水换翡翠,一个黑心倒爷就此诞生… 异界投资建工厂,寻宝探矿搞开发,从今天开始,我就是杨总! 新世界首富,异世界征服者,就此诞生!!荡平魔域,踏破九天,万界枯荣于我不过一念间! 大道三千可战否?可战,一切皆可战!一个巧合,一段经历。野微微因为一次意外被卷进了一个匪夷所思的世界。本是一个刚上高中的女孩确拥有了一种神奇的能力。
信息安全测评eal3 网络安全 展览 网络安全竞赛 金融机构网络安全保护 公安部信息安全检测中心 高档网站设计 营销重要性 武汉市大型的网站制作公司 营销型网站效果不好 信息安全实验室研究方向 感情纠纷的情感修复【www.richdady.cn】 干扰咨询【www.richdady.cn】 灵魂化解咨询【www.richdady.cn】 阴间生活的文化背景【www.richdady.cn】 脑部不清晰【www.richdady.cn】 与男友前世的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与女友前世的记忆解析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 年轻人过世的常见原因咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 有官司的预防措施咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 无形干扰对工作效率的影响咨询【微:qq383550880 】√转ihbwel 冤亲债主的干扰与解脱咨询【σσЗ8З55О88О√转ihbwel 冤亲债主干扰的超度方法【www.richdady.cn】√转ihbwel 大龄剩女的情感生活咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与公婆前世的因果关系【σσЗ8З55О88О√转ihbwel 外灵的种类咨询【www.richdady.cn】√转ihbwel 解梦的咨询技巧咨询【企鹅383550880】√转ihbwel 升迁障碍的职场策略【企鹅383550880】√转ihbwel 灵魂种子治疗咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心特别累的解决方法咨询【企鹅383550880】√转ihbwel 官司的解决方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 南京营销型网站建设 网络安全宣传栏 行销与营销 网络视频营销案例 北京网络营销网站 网络安全防护框架 福州搜索引擎营销 福州搜索引擎营销 专业网站定制服务 网络安全实训心得 互联网信息安全 发展与启示 网络营销实训课程ppt模板 个人网站建设 免费 什么是公司信息安全,-1 营销型网站效果不好 怎么做微网站 网站建设公司上海 台山网站建设 太原网站建设需要多少钱 海外营销网站建设 网络安全实训心得 网络安全字体 网络安全 职位 中国信息安全网 信息管理信息安全 网络安全宣传栏 怎么做微网站 网络信息安全最新技术 网络安全 最高法 赵伟网络安全 台山网站建设 北京网络营销网站 基于站点网络营销方法 信息安全技术 信息系统安全等级保护基本要求,-1 常见的信息安全认证有: 属于网络安全设备的有 网络营销科技公司 网络营销科技公司 旅游网站策划书 西宁网站 信息安全行业岗位 做网站多钱 信息安全实验室研究方向 富阳网站建设 互联网营销广告语网络营销方案简述 个人网站建设 免费 关于加强网络安全学科建设和人才培养的意见 西安网站建设平台 主动营销意义 信息安全行业岗位 选择微博营销的原因 网店营销计划模块 2017年最新网站设计风格 2017年最新网站设计风格 网络安全技术与实践 互联网信息安全 发展与启示 西安网站建设平台 西宁网站 舆论营销 2015网络安全事件调查报告 富阳网站建设 网络信息安全最新技术 网络安全实验室 注入 旅游网站策划书 网站备案 软件营销吧 大良营销网站建设好么 选择微博营销的原因 如何提升网站速度 网站如何被百度收入 中国信息安全网 酒店网络营销方法 网站数据包括哪些内容 网络安全 职位 做网站多钱 无线网络安全测试 成都网站推广公司 学营销网 网络安全宣传栏 国外网站模板 网络安全竞赛 旅游网站策划书 网络安全竞赛 制作网站的要素 如何监管网络安全 网络安全检测的主要内容有哪些 信息安全与管理证书 网站如何被百度收入 信息安全管理 实训室 酒店网络营销方法 台山网站建设 公安部信息安全检测中心 网络安全实训心得 武汉市大型的网站制作公司 苏州营销 学校信息安全网络安全技术有哪些 网络安全实验室 注入 台山网站建设 网络安全运行 xx高校网络安全解决方案 网络安全 职位 网络安全服务的基本功能 上海做网站公司 枣庄做网站 中国信息安全网 专业的网络营销公司哪家好 网络安全软件应用有哪些 家具网络营销推广 信息安全三级等保备案 如何提升网站速度 问答营销的平台有哪些 网络信息安全最新技术 学营销网 中国信息安全网 信息安全行业的企业 信息安全评估流程 三只松鼠营销推广经验 信息安全行业岗位 营销网站与传统网站的区别 济南外贸网站建设公司 重庆网络营销价格 枣庄做网站 酒店网络营销方法 网站备案 家具网络营销推广 如何监管网络安全 制作网站的要素 上海做网站公司 苏州营销 网络信息安全最新技术 实战营销 信息安全行业的企业 软件营销吧 舆论营销 无锡制作网站