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
网络安全执法检查重庆璧山网站制作公司推荐成都 网络安全法中央网络安全和信息化领导小组 成员网络营销的4c是什么意思企业营销网络介绍网络安全团队标识信息安全的培训内容信息安全产品国际认证,-1上海网络营销平台排名蓝星位置暴露,万族窥视,毫无征兆的进入了星际时代。 魔窟降临,巨兽入侵,神灵坐镇其他国家,唯大夏无神庇佑! 在这个热武崩塌的绝望纪元,大夏全民参战,青壮皆赴死。 唯独夏薪,及冠之年,身强力壮,却选择和一群老弱病残一起,留在后方锻剑打铁…… 逃兵,懦夫,大夏之耻,全网怒骂,众叛亲离! …… 夜幕降临,一道遮天蔽日的虚影映照整个大夏。 “吾名传道者,穿越时空,对话先贤,传尔大道,以御强敌!” 对话燧人氏,见证第一缕文明之火诞生,顿悟薪火大道! 对话神农氏,见证神农尝百草,顿悟炼丹大道! 对话大禹,见证禹刊九州,凝聚气运九鼎,镇守国境…… …… 某一日,夏薪无事,身躯盘坐大夏上空,一人一剑。 诸神见状,纷纷退避。 “前方大夏,万族噩梦!!”秦煜魂穿大唐,激活了个说书系统,却没想到开局任务就说【长生诀】。 秦煜:在大唐说长生诀?系统你怕不是嫌我死的太慢!你咋不叫我去讲玄武门之变? 系统:那就讲玄武门之变,要么现在死! 秦煜:我也不是怕死,就是爱讲玄武门之变! 李二:听个书,结果听到揭秘玄武门之变!这厮当真是不怕死呀 1999年蓝星保卫战,集结了整个蓝星修炼者的力量将魔王封印在了昆仑山内。 蓝星最高五大统领共同签订保密协议,携天地伟力为人类抹除了有关那场战争的记忆。 灵气时代终结,新的纪元开启! 人类彻底迈入繁荣昌盛的科技时代。 苏辰意外穿越,发现自己竟然成为了那个被封印于昆仑的最大反派,而且命不久矣! 还好及时觉醒了蓝星投影系统。 只要通过法身投影的形式促使蓝星灵气复苏,苏辰就能获得数之不尽的好处。 促使灵气复苏1%,获得闪闪果实。 促使灵气复苏10%,获得斩魄刀卍解。 促使灵气复苏50%,获得须佐套大佛。 促使灵气复苏100%,获得…… 当蓝星五大统领开着最高科技产物,航空凌霄宝殿,配备着轨道歼星诛仙剑准备将苏辰灭杀之时。 苏辰淡淡的伸出一只手轻轻握紧,绵延三万里的科幻天庭化为飞灰。 “大人,时代变了!” 汹涌的灵气浩浩荡荡降临,苏辰,再次无敌于世间……古陵穿越仙武世界,成为道宗被废弟子。被打入禁地渊薮,觉醒签到系统。 “叮!签到成功,恭喜宿主获得先天圣体道胎!” “叮!签到成功,恭喜宿主获得元辰精神术!” 一百年后,修行界大乱,在古陵走出禁地的时候,豁然发现,自己举世无敌。 “老子不干了,我要去度假,你爱怎么管就怎么管&amp;quot;“可是老板…&amp;quot;还没等时空鸡说完小金刚就插上话:“那你就是代理老板了,给我管理好这个时空,我直接摆烂就是玩&amp;quot;说完小金刚傅便穿越时空,只留下时空机在那呆呆地站着落魄大学生溪边钓鱼,偶得青帝传承令牌,自此鱼跃龙门,生活乐无边。   带着小黄狗,上山采药,下河捉鱼,种花养蜂,山野打猎,驯服珍禽异兽,带村民发家致富,打造桃源山村。 镇物,也叫镇邪之物。在民间,镇物用于镇墓、镇宅等。 镇物用得好可以救人,而被心术不正的人利用,也能杀人于无形。在贪的界域! 没有主角。 没有主线。 也没有套路。 只有贪欲,和一尊,贪佛! 佛本仁心,乱起贪作。 芸芸众生,贪而诛之......部分引用国内外名著动漫轻小说2755年,人类开始走向星际文明时代,终端永恒号将是第一艘飞向星际文明的战舰。没错,我们的主角在这艘战舰中。维克特萨摩斯,外号狼或狼夜叉,身高195厘米、体重325斤。背后那刻画出来般的肌肉,直接印出魔神脸般的魔神背。总长3550米的终端永恒号战舰装备了全球最先进的扭空引擎与许多灭星武器…直逼多重宇宙级别,完全可以探索宇宙。此时维克特萨摩斯与他的妹妹维克特爱多琳满脸期待地坐在终端永恒号的指挥室中,他俩谨慎地看着以上船的500名新兵的资料。不知道在浩瀚的宇宙中,等待这502位战士的将会是什么?在未来期限的50年内,这次探索宇宙文明的途中他们是否能完成全体人类交给他们的使命?他们将决定未来的人类文明是否是其他宇宙文明的敌人,太阳系被开发得差不多啦,他们也决定人类的新家园。
企业网络营销后期总结 广州市信息安全企业,-1 南阳市网站制作 互联网营销项目 信息安全认证(cispcissp),-1 信息安全识别 网络安全抱谁大队 外贸网站推广软件 pc网站案例 信息安全专业博导 冤亲债主干扰的化解仪式咨询【www.richdady.cn】 儿子抑郁症的前世因果【www.richdady.cn】 强迫症的治疗方法咨询【www.richdady.cn】 事业不顺的职场瓶颈如何突破?【www.richdady.cn】 前世今生的梦境解析咨询【www.richdady.cn】 婚姻生活不顺的心理调适【微:qq383550880 】√转ihbwel 有官司咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 儿子抑郁症的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 什么原因意外的前世故事【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 精神不振咨询【σσЗ8З55О88О√转ihbwel 升迁障碍的职业发展咨询【σσЗ8З55О88О√转ihbwel 自闭症的案例分享【企鹅383550880】√转ihbwel 前世今生的缘分解读【www.richdady.cn】√转ihbwel 大龄剩女的婚恋规划如何制定?咨询【σσЗ8З55О88О√转ihbwel 投资项目的选择方法【σσЗ8З55О88О√转ihbwel 婚姻生活不顺的环境影响【企鹅383550880】√转ihbwel 纠纷的解决方法【www.richdady.cn】√转ihbwel 莫名其妙感伤的心理调适咨询【企鹅383550880】√转ihbwel 冤亲债主干扰的前世因果咨询【企鹅383550880】√转ihbwel 人际关系不好的沟通技巧【企鹅383550880】√转ihbwel 什么是信息计算机网络安全 电影营销的方式 做网站网络公司 深圳企业网站建设 e mail营销邮件 互联网信息安全产业基地 第二代网络安全立法 信息安全的培训内容 虚拟营销 茂名网站建设 西安信息安全产业园 中国网络信息安全技术公司排名 小米手机网络营销目标 重庆璧山网站制作公司推荐 网路营销是什么 词条 营销 互联网营销项目 沈阳网站 宁夏网页设计网站 win10输入网络安全密钥 外贸网站推广软件 网络安全抱谁大队 营销人物 信息安全认证(cispcissp),-1 上海银基信息安全 网络营销策划公众号 知乎 无线网络安全 网络营销师证书名称 中山有哪些网站建立公司 网络安全案例及其分析报告 企业网络营销后期总结 网站建设改版 重庆微信线上营销方案 信息安全产品认证制度 关于信息安全的新闻 南阳网站建设 杭州中小服装企业电子商务营销现状什么时候开始规模化发展? 微博营销广告语 网络营销网址 信息安全产品国际认证,-1 信息安全网站有哪些内容 网站大模板真流量 最新的网络安全技术 全国公安机关网络安全保卫工作会 重庆专业的网站建设企业信息安全资质认证,-1 唯品会的营销特点 国家信息安全服务等级资质 网络安全页面 网络信息安全防护等级 防火墙技术与网络安全 武汉做网站 网站建立费用 网络目标市场营销策略 网站建设创意 网络安全期刊 4p营销理论图解 网络营销工程师书籍 南通江苏网站建设 网络安全视频教程 网络营销的定义及分类 信息安全技术 信息安全风险评估规范 专业的网站建设 凡克营销 信息安全的要素 辽宁信息安全测评中心 辽宁信息安全测评中心 网站建立费用 网络安全技术介绍 网络营销的定义及分类 网站改版seo 信息安全防火墙 信息安全发布时间 东莞建网站 网络安全团队标识 asp.net 网站 文件加密 outputstream 深圳h5网站制作 网络营销产品定价基础 信息安全专业博导 微信营销怎么引流 蜂鸣营销 中国信息安全 网络安全案例及其分析报告 构建网络安全方案 网络营销策划公众号 上海品质网站建设珠海医疗网站建设公司 中国互联网网络安全威胁治理联盟 商务营销 广州市信息安全企业,-1 简约大气网站设计欣赏 中国信息安全公司排名 一页网站 最新的网络安全技术 网络营销的4c是什么意思 商务营销 大连 做 企业网站 电影营销的方式 什么是信息计算机网络安全 什么是信息计算机网络安全 网络安全团队标识 重庆专业的网站建设企业信息安全资质认证,-1 做网站网络公司 网络信息安全攻防学习什么 内容营销 软文营销 e mail营销邮件 广州专业网站制作哪家专业 营销人物 第二代网络安全立法 湖北省公安厅入围网络安全审计产品 深圳企业网站建设 整合营销 代理 网络安全应急队伍 建网站需要什么 重庆微信线上营销方案 南阳网站建设 信息安全识别 上海银基信息安全 信息安全发布时间 南阳市网站制作 深圳建设局网站 网络营销师证书名称 中山精品网站建设策划 商城网络营销 网络安全周推送 关于信息安全控制 网络安全工程 培训 深圳建设局网站 什么是信息计算机网络安全 网络安全案例及其分析报告 建立企业官方网站 计算机信息安全保护等级 信息安全认证(cispcissp),-1 网络营销编辑方向 上海公安网络信息安全 病毒营销的运用方法 中山网站建设文化方案