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情感营销 3个c张北网站建设企业整合营销公司国内十大信息安全事件故事发生于抗日战争时期,在滹沱河南岸野庄镇,当地老百姓目睹日寇蹂躏恶径,为了抵御外辱,遂承担起保家卫国的重大责任。他们揭竿而起,组织成各种各样的抗日武装,共同携手与日军展开了你死我活、不屈不挠的革命斗争。沧海桑田方显英雄本色,他们浴血奋战,冒着敌人的枪林弹雨冲锋陷阵,谱写出了一曲曲用热血铸就的壮丽诗篇。魔尊李长风逃婚来到了人界,因贪恋人间美食被卷入一段段因果。 高三少年带妹妹游玩,偶遇老翁,打开新的大门,双双拜其为师,获得机缘,从此开启修仙之路……蓝星人族降临无尽大陆,成为县令,这里万族争霸。 降临之初,每位县令都会随机获得一座县城和兵营。 招募兵种,掠夺资源,建立王朝,争霸万族! 而白源发现,自己竟然可以给兵营、建筑、文臣武将甚至是自己刷词条! 金色词条【真龙天子】【治世贤臣】【乱世虎将】【天官赐福】 紫色词条【破军煞气】【金戈铁马】【平定一方】 白源将自己的麾下全部刷出神级词条,带领着自己的文臣武将,从一介小小县令开始,踏上万族争霸的无尽征程,慢慢的,他站在了世界的最高处,从零开始打造了无上神朝! 杀戮世界降临,全球百亿人随机被投放到未知角落。 赵东发现,这是他看过的一本小说世界? 随后悲催发现,自己是小说里的反派。 “我确实想有钱,可这是杀戮世界,再多钱也没用啊!” 不过,他很快发现,知道剧情的滋味真不错。 “我反手就是开局掠夺机缘。” 于是乎,小说主角怒吼:这本来是我的机缘啊! 女主角:“赵东大神对我真好,又厉害,我以前误会他了,他是真心喜欢我的。” 众求生者:“赵东大神求抱大腿。” 于是乎,别人在杀戮世界挣扎求生,赵东却发现这里的小日子也不错。 我很庆幸自己生在21世纪,互联网的普及让我的见识与思想发生了恐怖的化学反应,我那不知从何而来的表达欲也可以表达在互联网上,第一次尝试写作后,我不得不承认我对动辄百万字的网络文学的节奏把控十分欠缺,我只得尝试碎片化的短篇小说,内容不限,想到哪就写到哪吧,希望给你带来欢乐本是天真无邪随师傅修行的少年。被知晓自己的真实身份是当今无殇国世子的时候意外卷入红尘乱世,本是青灯不归客。为了心爱的姑娘陷入皇位之争。得到皇位时也是物是人非!乔榆进入元宇宙里世界,获得了隐藏职业亡灵法师。 奈何开局智力精神都为0,还抽到了一个十分奇怪的天赋。 乔榆一怒之下,属性点全部加力量! 谁规定亡灵法师就不能和人肉搏的? 看着一拳打死世界之蛇耶梦加得的乔榆,里世界的玩家都疯了。 “大哥,求求你别跟人肉搏了!你是一位亡灵法师啊!求求你召唤个亡灵吧!” “这哪是亡灵法师,这踏马是六边形战士啊!”此书献给曾经热血激昂的自己 拥有八年末日经验的蓝火突击队队长林云意外重生回末日爆发前半个月,迎接他的将是回光返照曙光,还是是黎明前的黑暗……
扁平式网站 深圳网站制作公司哪家好 优衣库电子邮件营销 网站单子 信息安全基础设施包括 网络公司制作网站 扁平式网站 营销号的公司 中国国家信息安全产品认证证书级别如何区分 什么是电子网络营销 发育倒退的前世因果咨询【www.richdady.cn】 孩子不爱读书的阅读习惯如何培养?【www.richdady.cn】 财运不佳的财富规划咨询【www.richdady.cn】 发育倒退的自我提升【www.richdady.cn】 孩子压力大的咨询技巧咨询【www.richdady.cn】 无形干扰的咨询技巧咨询【微:qq383550880 】√转ihbwel 什么原因意外的前世故事咨询【www.richdady.cn】√转ihbwel 头脑混沌的前世记忆【微:qq383550880 】√转ihbwel 婴灵的超度与心理安慰咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 无形干扰的原因分析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的自我提升【www.richdady.cn】√转ihbwel 如何应对冤亲债主的干扰【σσЗ8З55О88О√转ihbwel 学习成绩差的解决方法咨询【www.richdady.cn】√转ihbwel 大龄剩女的案例分享咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 阴间生活的描述与传说咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生的轮回存在吗?咨询【σσЗ8З55О88О√转ihbwel 心慌胸闷头晕咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 亲子关系中的沟通艺术有哪些?咨询【企鹅383550880】√转ihbwel 事业不顺的职场提升咨询【企鹅383550880】√转ihbwel 查财运专业服务【σσЗ8З55О88О√转ihbwel 广电网络营销实战营 宁波网站推广 中国网络安全归谁管理 网站制作 常州 广西网信信息安全 招聘,-1 政府类网站建设 大型的网络整合营销 信息安全宣传周 信息安全知识竞赛 企业信息安全管理 执行 网络安全专业? 如何创建网站 网络营销行为有哪些特点 北京网站优化公司 公安部信息安全等级保护评估中心 搜索引擎营销怎么样 保卫网络安全 重庆营销策划服务 信息安全资质申请菜鸟腾飞 无线网络安全攻防 网盘 企业网站策划书 网络信息安全工作方案 防篡改 网络公司制作网站 信息安全知识竞赛 2013年以来国家颁布的信息网络安全政策文件 工厂营销推广 与传统市场营销相比 怎么注册网站重庆整合营销哪里好 网络安全周 活动 网站设计建设趋势 网络安全要点 信息安全网络培训机构 网络营销学徒是干嘛的? 2017网络安全日 网站建设素材使用应该注意什么 扁平式网站 广西网信信息安全 招聘,-1 网站建设我们的优势 网络安全素质灵动网站建设 对营销专业的认识 2013年以来国家颁布的信息网络安全政策文件 公司网站模板 上海网站建站 网络安全 网络摄像头 北京网站优化公司 汽车营销策划的案例分析 长治网站建设 信息安全评测机构 资质 网站制作 常州 营销 传播价值 深圳网站制作公司哪家好 中国信息安全漏洞库 梧州网站建设 深圳南山网站建设 中国信息安全漏洞库 北京网站优化公司 网络营销行为有哪些特点 网站上线 信息安全方面的软件 与传统市场营销相比 中国网络安全归谁管理 东莞网站制作 网络安全的严峻形势 企业网络营销活动方案 集群化营销 网络安全空间试点学院 大华 网络安全 网站建设及优化 赣icp 石家庄网络安全公司 网监部门信息安全,-1 网络公司制作网站 李强 网络安全审查 宁波网站推广 中国网络安全归谁管理 模板网站更改 深圳 企业网站建设 什么是搜索营销?搜索营销sem主要有网页优化seo和竞价ppc 昆山做网站 公司网站模板 深圳网站制作公司哪家好 江苏网络营销推广报价 网络安全 防护 方案 昆山做网站 网站免费注册域名 信息安全竞赛官方网站 网络安全攻防 题目 网站免费注册域名 长沙网站开发 汕头 网站建设 小米病毒式营销传播 营销号的公司 网站制作 常州 饥饿营销是事例 信息安全风险管理培训内容 网站挂黑链 网信部门和有关部门违反网络安全法第三十条规定 狮山做网站 网站制作优化济南 企业信息安全管理 执行 湖南省金融办网络安全 怎么注册网站重庆整合营销哪里好 网络营销行为有哪些特点 分析网络安全问题有哪些 信息安全知识竞赛 广州营销 优品上海品牌营销管理 西安高端网站制作公司 微信营销的效果 网站设计建设趋势 五金 网络 推广 营销 麦肯锡 网络安全解决方案 网络与信息安全小组 信息安全厂家排名 杭州 网站设计制作 五金 网络 推广 营销 电子商务网站开发 网络安全空间试点学院 手机网站广告 电子商务网站开发 如何创建网站 网络安全周 活动 手机做网站的网络安全应急响应时间 长沙网站开发 网络信息安全工作方案 防篡改 武汉公司网站制作 网站站群 重庆营销策划服务 杭州品牌营销策划有限公司官网 2017网络安全日 梧州网站建设 青岛网站优化公司 台州网站建设公司 怎么在网上创建网站 汕头 网站建设 企业网站策划书 南京网站建设哪家专业