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
网络安全周启动 哪家能做?莱芜网站建设网络安全法的内容专业的营销型网站建设公司网站备案幕布照规范网络营销结语如何与网站管理员联系廊坊网站推广做门的网站建设星巴克的微博营销不过是一介凡人,但是却拥有鸿鹄之志,男儿志在四方,哪位男人不想成为霸主,通过检测后,李行便开始了他的成仙之旅途 【架空玄幻+双男主但非纯爱+小白文+剧情拖文笔烂(摆手)】 异世大陆魔神对峙,人族亲神,虔诚祈祷着自己的未来,妖族不羁,态度中立,自诩逆天而行,精灵诞生于光明,近似天使,不屑与异族为伍。三族维持着表面和谐,多年的通商通婚让本来手无缚鸡之力的人族出现了异能者,称为“原力师”,万里挑一受人敬仰,唯独精神系原力师被认为参与了魔族对神族的侵袭。 接着,天谕毫无征兆地下达,精神系原力师必受磨难,一生无为。似乎已命运定夺,那便逆天改命。 背负着仇恨的少年踏上行程,却深陷阴谋,所幸一路上友人携手同行,爱人相伴不离。只待尘埃落定,千秋迭梦,封神化传奇一个本不应该活着的人,在承受苦难、理解痛苦之后,他便不想让别人也处在痛苦之中。他受过的苦,不想天下人再度承受。他有着必须变强的信念,但天赋制约让他举步维艰。他不怨恨自己的天赋,选择了另辟蹊径弥补天赋的不足。不甘遭受被摆布的命运,阳子冀走出了一条灿烂的人生之路。 PS:此书男主有四不:基本不开挂,不存在越级虐杀,不喜欢说骚话,更不是狠辣之人。喜欢暴爽打脸虐杀的可以绕道了。。。。。。另外,本书的剧情主要以人物之间的对话推动,人物之间的对话应该占据本书的6成以上,不喜欢听话痨的也可以绕道了。。。。。。本书展示的,是一个合理的低武走向高武世界的过程万界战场波澜壮阔,异魔入侵,诸天颤栗! 不屈少年唐尘,不忍看父母被魔宗征召上万界战场,于是仗剑闯魔阵,得混沌仙魔诀,踏上万界征途,一路拔剑,管他仙魔神佛妖,不服?给一剑,还不服?再给一剑。 我要成魔,谁人能阻,我要为仙,谁奈我何,是仙是魔,我自己说了才算。 仙魔同修,剑指万界我为尊!拥有【满级肉身】的苏叶,穿越异界,成为显魔宗疯魔院的杂役弟子! 被女魔头吊着打,获得天魔神掌。 被老魔头拿头撞,获得种魔大法。 被小魔头当沙包,获得霸王神斩。 …… 在疯魔院当杂役这些年。 有郁郁寡欢的师妹,来疯魔院供奉魔头,经苏叶指点,修成九世女帝! 有身世卑微的凡人,来疯魔院供奉魔头,经苏叶调教,成为天下共尊的魔皇! 有朝廷弃徒的皇子,来疯魔院供奉魔头,经苏叶点拨,成为横扫大陆的一代帝王! * 六十年后,魔道天榜揭示,排序魔道强者,苏叶独占鳌头! 榜单备注——神魔共主! …… 古往今来,世间流传仙、神的传说,而时至今日,仙路缈缈,已然进入末法时代。 天空中,有人矗立,乌云压顶、身处雷电中心;海面上,有人漫步而来,由远及近,片刻却又消失不见,这些是海市蜃楼产生的幻觉? 有传言,海市蜃楼是连接另一时空的桥梁,聚现另一个世界正在发生的景象! 神话故事是否虚构,仙、神,真的存在过吗?手握五圣器,日月皆我袖下尘!赵铭伦认为, 住对门的林洛伊是他的一生之敌; 从小到大,林洛伊没少告他的状,拆他的台,揭他的短! 直到生日这天, 赵铭伦居然获得了,能任意改变林洛伊身体的能力! 本以为这下子能彻底拿捏她, 万万没想到,林洛伊竟然……大纲:王晨穿越来到一个鬼怪横行的世界。   觉醒F级序列的他本来想着摆烂,可没想到,自家的猫却因为嫌弃等级太弱,连夜偷来了响雷果实。   不仅如此,斑爷的须佐能乎,闪闪天之锁,魔刀千刃,帝具?混沌钟都被偷来了。   …………   紧急通知,神魔降临,人类危矣。   那一日,当万千神魔降临,王晨须佐套雷佛,手持魔刀千刃和混沌钟,给众人演示了什么叫做诸神黄昏。      在空灵大陆上,修为决定着每个人的命运。大陆上,人的修为分为融体境,坚身境,铸心境,幻灵境,天元境,破玉境,芥子境,真元境,虚仙境,天神境,能登上天神境的强者少之又少,男主元翼在磨难中一步一步成长,在他向往的世界里,爱过,失去过,被人背叛过,终成一代强者。
百度推广营销计划 廊坊网站推广 东营有网站 外贸网站建设软件 顺的品牌网站建设 特朗普发布网络安全法 信息安全三级等保要求 生物网站建设 网站域名 关于网络安全的总结 前世今生的轮回传说咨询【www.richdady.cn】 存不住钱【www.richdady.cn】 人际关系不好的心理调适咨询【www.richdady.cn】 特殊学校的环境影响【www.richdady.cn】 升迁障碍的职场转型【www.richdady.cn】 失业的原因分析咨询【企鹅383550880】√转ihbwel 人际关系不好的环境影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 灵魂化解咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 自闭症的前世因果咨询【www.richdady.cn】√转ihbwel 前世缘份的前世记忆咨询【σσЗ8З55О88О√转ihbwel 亲子关系的共同成长咨询【企鹅383550880】√转ihbwel 脑部不清晰的环境影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 长尾词【微:qq383550880 】√转ihbwel 前世记忆恢复技巧【企鹅383550880】√转ihbwel 强迫症的咨询技巧【企鹅383550880】√转ihbwel 升迁障碍的自我提升【www.richdady.cn】√转ihbwel 头脑混沌时如何提高注意力【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 财运不佳的原因有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世老婆的前世缘分【企鹅383550880】√转ihbwel 心特别累的原因分析【σσЗ8З55О88О√转ihbwel 做门的网站建设 软营销和网络营销 中国信息安全局 网站后台更新没有变化 凡客公益营销 网络安全法的内容 网络营销调研 网络安全2017logo 冰桶挑战网络营销分析 韩国政府网络安全事件 王老吉营销事件 国际网络安全标志 网络营销是谁提出来的 成都网站开发公司排名 互联网营销有关专业术语 网络信息安全和合作 广州外贸网站信息 国家网络安全博览会 营销实例 软营销和网络营销 网络营销的基础职能有 网络安全与信息安全 网络安全图片和文字 2013年国内外发生的网络安全事件统计 东营有网站 南京网络安全赛 莱芜网站建设 免费的企业网站邢台网站制作 中国信息安全局 网络安全周启动 哪家能做? 自己造网站 网络营销学校哪个好 广东省信息安全测评 网络信息安全委员会 网络安全 网站 生物网站建设 网络信息安全委员会 做门的网站建设 星巴克的微博营销 娄底建网站 软件营销站 软营销和网络营销 佛山电商网站制作团队 特朗普发布网络安全法 微博营销号怎么经营 中国信息安全局 网站怎么弄 南京网络安全赛 网络事件营销ppt 网站后台更新没有变化 重庆整合营销那家好 网络安全论坛主题 信息安全 软件安全实验 凡客公益营销 企业网站建站元素 优衣库微博营销案例 2017信息安全事例 医院网络营销是什么意思 王老吉营销事件 2017信息安全事例 中国国家信息安全漏洞库 网络安全110网络安全国际峰会 软件营销站 长沙网站建设公司 微信的网络营销推广案例分析 深圳网站建站推广 恶意刷网站 网络安全与信息安全 传统营销模式的优缺点 下面不属于网络安全服务的是 网站建设案例精英 中山做网站的公司 企业信息安全哪个方面是最重要的 网站分析模板 苏州专业做网站 互联网信息安全资质 南宁会制作网站的技术人员 互联网营销适合女生吗 咋制作网站 顺的品牌网站建设 网站转移 医院信息系统的网络安全策略和管理的关系 广州外贸网站信息 搜搜营销团队 优衣库微博营销案例 制学网网站 信息通信网络安全 广州外贸网站信息 北京建网站公司 idc 信息安全软件市场 2013年国内外发生的网络安全事件统计 北京建网站公司 网络营销标语 廊坊网站推广 信息安全专业 网络安全员资格证书 如何开发手机网站首都网络安全日培新 大学网络与信息安全研究所 关于网络安全的总结 企业网站内容如何更新 滕州网站优化 陕西营销型手机网站建设 中国网络信息安全 协会 中国网络安全教育 国安网络安全法 社会 信息安全意识 网络安全110网络安全国际峰会 网络安全下载 武汉大学出版社 网站备案幕布照规范 b/s架构网络安全 单位信息安全服务 网络营销学校哪个好 网络安全论坛主题 企业做网站 外贸自动营销软件 网络安全警示 广东省信息安全测评 关于网络安全的总结 《外贸网络营销》 外贸自动营销软件 qq群主网络安全 网站建设案例精英 西安网络营销职责 qq群主网络安全 信息安全资质证书 cdn与网络安全 河源做网站 网络营销标语 全国信息安全人才培训问题研究 网络营销效果评价方式 互联网营销学什么 房产怎么做网络营销 营销实例 网络安全 爆破 医院网络营销是什么意思