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高端大气网站设计欣赏网络安全数据集做三年网站需要多少钱秦皇岛网站优化网络安全主题的文章网络安全主题的文章自己创网站网络安全条例的是北京市2017信息安全少年从小厄运缠身,身边人一个个离去,阴差阳错来到异世大陆,被人救治,却给救人者带来不幸,自己也再次涉险,从此开始流浪,在流浪中修炼,在流浪中成长,最终......拥有【满级肉身】的苏叶,穿越异界,成为显魔宗疯魔院的杂役弟子! 被女魔头吊着打,获得天魔神掌。 被老魔头拿头撞,获得种魔大法。 被小魔头当沙包,获得霸王神斩。 …… 在疯魔院当杂役这些年。 有郁郁寡欢的师妹,来疯魔院供奉魔头,经苏叶指点,修成九世女帝! 有身世卑微的凡人,来疯魔院供奉魔头,经苏叶调教,成为天下共尊的魔皇! 有朝廷弃徒的皇子,来疯魔院供奉魔头,经苏叶点拨,成为横扫大陆的一代帝王! * 六十年后,魔道天榜揭示,排序魔道强者,苏叶独占鳌头! 榜单备注——神魔共主! ……这世间本就杂乱无章。充满着太多未知的事物,科学暂时无法解释的,存在争议的事件。我都对此充满着好奇,红斑的出现,就像一把钥匙。打开了另一个世界的大门,这个世界是无比的疯狂 沐川七,一个国家的皇子,一个捍卫太平的修士,和他的兄弟胡东,在这伸手不见五指的世界,开辟光明。 一位满目苍桑的老人,眯着眼倚坐在藤椅上,知吖吖的响着。藤椅旁,大黄趴在地上睡的正香。老爷子看起来就像是已经入土为安,躺倒在这片土地上一般。 一道光线照在老人身上,老人缓缓张开双眼。一个穿着黑衣的少女,站立于光束之下,看着这个年过花甲的老人,她的脸色有些悲戚,但却带着坚毅,眼中有着无尽的痛苦,看向这个老人的眼神也充满了复杂的感情。少女的右手紧握,似乎是用了极大的力气握住手中的长剑。 少女看向老人,嘴角露出一丝微笑。 “你来了”老人看着面前的少女,没有丝毫的惊讶,似乎早有预料,淡淡的说道。“何为命运?人可转运,但不能改命。你的命,早就已经被神明用模子刻好,自出生以来无法被改变。”布尔津混合学院大门口一老者目光呆滞,颤颤巍巍的抬手指在面前的少年身上:“而在你身上,我看到了命运的转折点。”少年目光迷离,问道, “这里,是什么地方?” “我从哪来?” “到哪去?” “我为什么…… 还活着?” 平凡少年,双素世界,明争暗斗,谁与争锋?覆巢之下,焉有完卵?敢问少年,路在何方? …… …… 踏碎命运!路在脚下! 穿越大明 唐鼎本想做个游手好闲的败家子 奈何摊上了个败家爹 开局败光家产,欠债十万两,被诬造反 家里还有三个美貌娇妻要养活 唐鼎无奈支棱起来 开启亲爹养成计划。 顾潇一次意外穿越到了500年后,获得了没有名字的系统,可以通过抽奖、签到、做事,获得奖励,并且能量值可以兑换很多物品,更为逆天的是,只需要交好或收服一名系统拥有者,就能选择此人所系统的一项功能。 然而五百年后的世界,顾潇无一不感觉陌生,米国研究出了超级士兵血清,西盟研究出了生物基因改造。而夏国在2030年在多个科技领域领先米国,使得全球将要打破的和平又一次回归和平,几百年的发展,各小国附属大国。而世界前方的强国,已经征服了火星,使火星改造成了宜居星球。至于远一点的颗星球,正在被机器人们不断的挖掘着…… 癌将被攻破…人类平均寿命延长至100岁,长命百岁已经不是说说。 后来顾潇发现,不只是他穿越了500年后,甚至还有2100-24年的,不仅如此,穿越者、重生者、轮回者,都将出现。 顾潇获得系统在这个世界的第一个任务就是掌握整个太阳系,而多年后将会有外星种族来临!不会有什么抹杀惩罚,没有被制定的命运走向【文娱+单女主+狗粮+日常】 刚和明星老婆离婚,林舟便意外成为了当红小天后的私人男助理。 恰逢穿越记忆复苏,林舟没有意外的开始当起文抄公。 然后,传说中的天后背后的那个男人上线了! 二线歌手前妻:“林舟是个不错的男人,可惜他太平庸,不能在事业上帮助我。” 国民女神.绝美腿精.超级天后:“如果没有遇到林舟,我绝不可能有今天的成就!太感谢他的前妻了,把这么优秀的男人送到了我身边!” 前妻:“?” 林舟:“我只是个私人助理,什么金牌词曲人、白金编剧、大导演、征服冰山女神的男人……这些都和我没关系,真的!”一场灭门之祸,叶延重生异世大陆,身怀仙界古玉,执掌小世界。 这一世,我叶延定要掌控天下,成为那神界之主。 一人一剑,傲视苍穹!
网络安全态势感知 外文 东营网站优化 微信网站方案 顺德做网站 信息安全公司排名,-1 信息安全的发展历程 信息安全管理体系认证标准,-1 计算机网络安全服务包括 湖南专业做网站企业 flash网站制作教程 脑部不清晰的自我提升【www.richdady.cn】 孩子厌学的案例分享咨询【www.richdady.cn】 与男友前世的前世缘分【www.richdady.cn】 公司破产的心理调适咨询【www.richdady.cn】 大龄剩女的婚姻建议【www.richdady.cn】 前世今生对现世的影响咨询【企鹅383550880】√转ihbwel 感情问题咨询专家【微:qq383550880 】√转ihbwel 冤亲债主干扰的前世记忆【企鹅383550880】√转ihbwel 婚姻生活不顺的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 人际关系不好的原因分析咨询【σσЗ8З55О88О√转ihbwel 家庭关系的矛盾化解【企鹅383550880】√转ihbwel 投资项目的前世因果咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世老婆的前世影响威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子学习不好的解决方法咨询【www.richdady.cn】√转ihbwel 心理咨询与灵性指导【www.richdady.cn】√转ihbwel 大龄剩女咨询【微:qq383550880 】√转ihbwel 人际关系不好对工作的影响咨询【σσЗ8З55О88О√转ihbwel 儿子不读书的改运方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 学习成绩差的解决方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与女友前世的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 高端企业网站报价 汕头网络营销 整体性营销 新的网络安全文献 网络安全管理员培训 营销工具作用 微信支付 网站建设 重庆新闻软文营销 成都网站建设方案 商务网站与营销策划 网站架设 营销型手机网站 雅虎营销 国际信息安全等级划分 2011年中国互联网网络安全态势报告 广东省信息安全服务备案证 制作校园网站 网络营销在酒店营销中的应用浅析[毕业论文] - 毕业设计 昆明网站开发 企业b2c网站建设 电商营销策划公司排名 凯里网站建设 2016信息安全 手机网络营销怎么做 信息安全防护技术有限公司 西安信息安全比赛 郑州做网站汉狮网络 郑州营销托管公司 沈阳科技网站建设 信息安全数据 东营网站优化 西安网站建设公 信息安全博士研究方向,-1紫色的网站 宣传类网站 网络安全组组织 2010年网络营销大事件 陕西省网络信息安全保护网 单页面网站开发 昆明网站开发 中国电子网络信息安全 2011年中国互联网网络安全态势报告 营销每日总结 信息安全会议排名做网站设计服务商 计算机信息安全与管理 顺德做网站 自己如何创立网站 做网站网站 网络安全员培训 湖南专业做网站企业 考网络营销师费用 汕头网络营销 营销网站的成功案例cc 信息安全 中国 石家庄网站制作视频 营销工具作用 信息安全数据 建网站后如何维护 朝阳商城网站建设 ctf网络安全 自己如何创立网站 成都网站建设市场分析 青岛网站建设青岛新思维· 信息安全稽核通知 公司手机网站设计 企业b2c网站建设 网络营销从事工作内容 网站设计教程 中国电子网络信息安全 制作校园网站 国家计算机网络与信息安全管理中心广东分中心 全国信息安全大赛培训 网络自由网络安全 国际信息安全等级划分 长春作网站 上海平台网站建设公司 广东省信息安全服务备案证 内容营销优劣势 瑞昌网站建设 网络安全数据集 全网营销定位系统 网络安全的公司 信息安全管理体系认证标准,-1 公司手机网站设计 高端大气网站设计欣赏 qq邮箱营销方法及管理 网络安全形势严峻 台州手机网站建设 郑州营销托管公司 学好网络安全法规 短信 信息安全等级保护测 整体性营销 网络安全数据集 网络安全团队名称大全 广告公司的营销策略4p 贵州网站制作哪家好 制作网站公司唐山 建外贸网站的 宣传类网站 山西网络安全论坛 电子邮件营销十大禁忌石家庄网站建设 郑州上市企业网站建设 重庆新闻软文营销 湖南专业做网站企业 信息安全防护技术有限公司 网络病毒营销活动 假期网络安全分析 2010年网络营销大事件 高唐网站建设服务商 沈阳科技网站建设 信息安全数据 微信营销成功的关键 网站建设所出现的问题 北京市2017信息安全 qq邮箱营销方法及管理 vmware替代网络安全闸中国国家信息安全产品认证证书 广告公司的营销策略4p 深圳门户网站建设公司 信息安全委员会 顺德做网站 有哪些电商网站 信息安全委员会 微信营销成功的关键 营销网站的成功案例cc 信息安全 中国 凯里网站建设 云计算与网络信息安全 flash网站制作教程 信息网络安全事件 成都网站建设方案 整体性营销 微信网站方案 信息安全 济南 搜索网站排名 新的网络安全文献 成都网站 青岛找网站建设公司好 信息安全等级保护安全建设整改工作指南