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手机网站制作细节专注电子商务网站建设江苏省网络安全和信息化信息安全平台作业网站工作室推广与营销网络营销未来趋势北京信息安全测评中心虹口公安 网络安全他,本是一个是一名天才妖孽,却被至亲之人下毒,导致筋脉寸断;但偶然得到星罗棋盘。从此逆天改命;天才,在我面前你算什么?圣女?你是我的人了?四大神兽的祖兽跟我称兄道弟,各个门派的祖师都是我的小弟。你问我是谁?吾乃棋道主宰:陈枫【圣女+无敌+御兽】 重生后的叶天,发现自己竟然成了魔教圣女手中的傀儡教主。 不甘命运的他却意外觉醒无敌神威系统,从此翻身为王,开启牛哔的开挂人生。 穿越第一天,神功速成,统御万兽! 穿越第二天,横扫八荒,力压诸天! 穿越第三天,夜晚,圣女找上门…… 绝世联盟最初只是二十一世纪二十年代世界最巅峰的一款网络游戏。 一个普普通通的年轻人张自豪在这个游戏里获得了与别人不同的经历。 一切的起源竟是一件上古修真神器,让游戏世界成了试炼之地。 当然这只是开始,修仙、无限的穿越,张自豪经历过一个又一个亦真亦假的世界。 唯一不变的是互相支持的伙伴! 是为生存而勇往直前不屈不挠的信仰! 只要努力过就不该后悔! 只有看清自我才能修炼成神! 醉仙诚挚的祝各位读者马年行大运,马上有钱!!还有我!!!林洛在上班回家途中被异界召唤系统砸中所穿越的故事。人与邪神的交锋从来都是至死不休,在这神秘的超凡世界里,谁能登上神座。 在黎明到来之前,总有人要在黑暗中扫清障碍。 他是偶尔的疯子,守夜军的一员,这是属于他的故事。 天地初始,孕育造化之九塔,镇天地之混沌,衍天道之灵,构筑万界秩序,演化万界生灵。   时光飞逝,流转亿万年岁月,九塔蒙尘。   都市发展迅速,进入科技新时代,城市高楼林立,灯火通明,一位名为纪十安的少年正在密林中举起了他的弓箭。。。。。当你们正在玩着手机打发时间的时候, 我们正在战斗; 当你们在亲吻恋人的时候, 我们正捍卫你们的一切。 你们生活在一个不可思议的,十分危险的世界。 而我们的工作,就是将其变得可思议,不危险。 我们沉浸于黑暗,但我们守护着光明, 我们不为人所知,但我们至纯至善。 我们以必善之信念,行必要之恶。 虽千万人,吾九死而不悔! ——元宇宙管理局赴死者向你致敬!寻灵使,这个世间最神秘的一个职业,他们寻走在世界各个最危险最神秘的地方,寻找那些古时候遗留下来的各种奇珍异宝,也探寻着那些危险重重的遗迹古墓……四十岁的酒水业务员李可,重生至1982年,凭借对后世的了解和天赋之眼的能力,开启暴富人生。【我叫许夜,因为心脏病突发,我死了,享年十八岁。】 【我穿越了。】 【我翻开《全球通史》,却发现这世界只有一百年的历史。】 【我走到镜子前,镜子里出现了一双手,掐住了我的脖子,大概是我的帅气让他心生嫉妒?】 【我躺在床上睡觉,天花板上浮现出一张人脸,她看着我,死死地看着我,我缓缓脱下了裤子,她移开了眼睛。】 【我已经沉思了五分钟,这个世界太不正常了。】 这是一个极其危险的废土世界,到处充斥着扭曲、污染、畸变、疯狂……还有,许夜!
网站设计软件 网络安全宣传周ppt 国家信息安全服务资质认证 办公室信息安全工作职责,-1 北京启明星信息安全技术有限公司 南京网站搭建 网站工作室 营销型网站推广方式的论文 成都网络营销服务公司 网站定制与模板开发 冤亲债主干扰的解决方法【www.richdady.cn】 交通意外的常见原因【www.richdady.cn】 缺心眼的咨询技巧咨询【www.richdady.cn】 学习成绩差的解决方法咨询【www.richdady.cn】 有官司的前世因果【www.richdady.cn】 祖灵【σσЗ8З55О88О√转ihbwel 婚姻生活不顺的咨询技巧【www.richdady.cn】√转ihbwel 孩子不爱读书的家庭教育方法有哪些?【企鹅383550880】√转ihbwel 脑部不清晰可能是哪些疾病的表现【www.richdady.cn】√转ihbwel 不爱读书的案例分享咨询【www.richdady.cn】√转ihbwel 亲子关系的互动模式咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 人际关系不好的解决方法【微:qq383550880 】√转ihbwel 为什么过世的前世修行咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 婴灵的超度流程咨询【σσЗ8З55О88О√转ihbwel 学习成绩差的咨询技巧【微:qq383550880 】√转ihbwel 与男友前世的前世解析【σσЗ8З55О88О√转ihbwel 忧郁症的前世记忆【企鹅383550880】√转ihbwel 冤亲债主的干扰与解脱【σσЗ8З55О88О√转ihbwel 感情纠纷的前世因果咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 灵魂化解的方法咨询【σσЗ8З55О88О√转ihbwel 网站建设公司 中企动力公司 广东政府信息安全问题 营销会员 网络安全零基础视频 深圳网络安全木马培训 专业设计网站 颜色搭配对网站重要性 微信营销推送 协会网站建设 网络营销与销售的区别和联系 广州学网络营销哪里好 公司信息安全访谈,-1 拉萨网站建设 购物网站常用功能模块介绍 网站所属权 微信营销推送 镇江网站seo 网站怎么备案 微网站系统 网络营销负面 asp网站建设 信息安全服务认证 安全开发 网络安全与控制技术 能源信息安全 网站的管理 微信手机网站制作 国家信息安全服务资质认证 购物网站常用功能模块介绍 2017年网络安全预测 网络安全员网络技术员 网络安全与控制技术 北京网站优化公司 天津网站策划 佛山网站制作公司 微信的网络营销价值 网络安全培训哪家好 办公室信息安全工作职责,-1 北京信息安全测评中心 网站定制与模板开发 微网站系统 谷安天下信息安全意识 专注电子商务网站建设 在线网络营销 网站开发与网站制作 html5网站建设 珠海网站 网站的管理 传统营销的特点是什么 网络安全与个人 信息安全等级保护安全要求的基本框架 酒店信息安全泄露事件 信息安全服务认证 安全开发 edm营销平台的费用 传统营销策略的优点是 网站图片类型 信息安全需求包括什么 企业网站网络营销方法 支付宝网络营销案例分析 佛山全网营销 网站在布局 单位 网络安全 网络营销策划经理 网站设计北京新 迈克菲网络安全套装 网络安全宣传周ppt 聊城网站优化案例 网络安全员网络技术员 上海网站建站 网络安全培训哪家好 首都网络安全日报名 网络营销直播 佛山网站制作公司 博客营销 网络安全与个人 颜色搭配对网站重要性 陌陌的营销 能源信息安全 网站开发与网站制作 广州信息安全培训机构 广州学网络营销哪里好 网络安全攻防专业方向 深圳企业做网站公司有哪些常州网站制作市场 天津理工信息安全 网络安全创造价值 信息安全服务认证 安全开发 信息安全服务认证 安全开发 温州做网站哪家好 网站的管理 去哪里学网络营销师 网络安全与控制技术 2015年网络安全数据 广东信息安全研究生,-1 网站的管理 idc isp企业信息安全,-1中国首席信息安全官,-1 信息安全等级保护安全要求的基本框架 浦东企业网站建设 支付宝网络营销案例分析 电商平台信息安全 网站怎么备案 网站策划技巧 网站图片类型 网络安全审计系统 三面隔离 信息安全 手机网站制作细节 2017年网络安全预测 有哪些网络安全团队招人? 建立http网站 广州学网络营销哪里好 广州制片公司网站 厦门做网站 企业营销型网站推广 中国网络安全标准 哈尔滨商城网站建设 外推排名微信粉丝营销 西安网站建设制作 百元建网站 江苏省网络安全和信息化信息安全平台作业 失败的营销策划案例分析 网络安全审计系统 信息安全的强制性标准 搜网站网 支付宝网络营销案例分析 佛山全网营销 西安网站建设制作 广州信息安全培训机构 科大信息安全专业 佛山网站建设的品牌 香港外贸网站建设 专业设计网站 深圳网络营销 南京网站搭建 html5网站建设 温州做网站哪家好 网站策划技巧 信息安全需求包括什么