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
网络安全网站大全哈尔滨网络宣传与网站建设专业网站定制服务信息安全等保宣传图片做响应式的网站网站收录多少才有排名创新型的顺的网站制作宜春做网站e mail营销特点信息安全文档ga/t1177-2014 信息安全技术 第二代防火墙安全技术要求九龙大陆,强者为尊,武道一途,与天争命,且看一朝皇子,凭三尺长剑,如何皇临天下!武道巅峰,谁为皇? 为了心中的一丝执念,阳炎勤修武,争太子,夺皇位,战天下,历生死,证武道,破轮回! 号令天下,莫敢不从!穿越异界三年的林锋,成为了神剑宗宗主!   “叮!看到宿主作为一个堂堂炎黄子孙,穿越后一事无成,垃圾到没谱!” 系统愤怒了!    “叮!资源填补升级开始……”    “叮!宿主的宗门获得主峰逆天峰,一百零八侧峰!”    “叮!宿主的宗门获得气运金龙一条!获得神级功法!”    不知不觉中,神剑宗俨然已名动天下,登临巅峰。    林锋:唉,我真没努力啊,奈何系统太给力了…… 带着200级三转大法师的记忆,陆阳重生回到了十年前,命运跟他开了一个玩笑,曾经失去过的,被夺走的,他都要重新拿回来。游戏中的赚钱技巧、副本攻略、传奇任务、装备出处、图纸秘方、战斗技巧他全都知道,且看一个重生玩家如何带着兄弟们横扫万国、焚尽天下,开启一段火神的传奇!爱情的路上没有对错,有的只是遇见与错过。。。有说人生命运已经注定,任凭怎样都无法跳脱这种牢笼。是的,似乎深有体会,仿佛周围的一切早就构成了一张网,只等人生,便牢牢笼住……也像极了老天在圈养研究他的生物,就眼睁睁看着,想要知道你的各种反应…… 如果命运不能改变,如果想要改变命运,无论如何,都要精神起来,和命运、和自己、和老天斗一斗这一生! 妇好,中国历史上有史载的第一位女政治家、军事家,商朝第二十二代商王武丁之妻、妣辛王后。大地和天空退回三千年前的悲壮,一幅幅波澜壮阔画卷陷入眼窝。带着疲惫的身心和仿佛燃尽的灵魂,苍浩回到了家乡,成了地产公司的普通员工,却惊讶的发现上司是自己的青梅竹马……都市商场,杀机陡现,神秘敌人暗中潜伏,且看苍浩如何突出重围。这不是最美好的世界,但这是一部热血逆袭,用双手创造一个理想年代。鬼气复苏,恶鬼当道! 陈青穿越而来,继承了爷爷的家业。 哪曾想,爷爷说的家业竟然是一座地府。 被逼无奈,他只得一步步解封地府。 监察人间,代帝巡天。 华夏无神明,我以地府镇鬼神! “时辰一到,众鬼宵禁,若有作乱者,斩...” 擒红衣女鬼,镇三山五岳。 灭画皮女鬼,享万世香火。 收百世魔童,纵九霄雷霆。 拿黑山老妖,起万寿无疆。 “今日之后,重定秩序,活人为阳,死人归阴,若阴神不敬,吾代天诛!” 自此之后。 白天阳气鼎盛,人们安居乐业。 夜晚百鬼夜行,阴兵过境,万鬼来朝。 直到有一天,陈青杀鬼的画面被一位主播直播了…… 这个世界不安宁了.... 作品以第一人称的视角描述了一个特种兵血染的日记中记载的汗与泪、情与仇、血与火、爱与恨......种种交织、穿插、揉叠在一起,这就是“特种兵之恋”! 主人翁说:真正的男人最大的魅力在于——血性!血性——刚强正直的气质和品性。有血性的人愱恶如仇,敢说敢做,敢作敢为,不向邪恶势力低头。当别人有难时他能站出来伸出援助之手,不会只考虑自己的得失而缩手缩脚,畏首畏尾。当生命和信仰冲突时,能舍命而上。在任何强大对手的面前,就算知道不敌,也会亮剑!可以被击倒,但绝不会被征服! 星历780年,在星河具有霸主地位的北斯神国遭到入侵,其流放要犯的灾厄星崩坏解体,北斯主神之一的火神-洛基生死不明,危险等级均为S级以上的五千多名罪犯逃脱。为此,北斯上下震怒,神王奥丁咬定是轻音共和国前大元帅-楚博渊所为,将战争的长矛指向了同样是星空霸主的轻音共和国,为此两国开展了为期十年的战争。 北斯诸神陨落,轻音万家灭亡,两国国力消耗一空,为维持星空霸主地位,签订了停战协议,只留下星空战场的一片机甲残骸,和无边的白骨。 战争带来的国力亏空,导致两国对管辖星域力度减弱。灰色产业迅速崛起,各路枭雄也纷纷崛起,两国之间的星域也发展成了真正的无法者国度,星河迎来了新的时代。 这,是机遇丛生的时代。这,也是如履薄冰的时代。我们的主人公,楚思涵就在这时代的巨浪中,破险阻,诛仇敌,向星河的巅峰前行。
网站收录多少才有排名创新型的顺的网站制作 青海做网站公司 甘肃手机网站建设 网络安全岗位培训 无线网络营销 国家实施网络安全 北京信息安全中心地址 最牛的营销公司 淮北网站建设 网络安全学习网站 孩子学习不好的解决方法【www.richdady.cn】 公司破产的后续规划咨询【www.richdady.cn】 灵魂化解【www.richdady.cn】 事业不顺的应对策略【www.richdady.cn】 有官司的自我保护咨询【www.richdady.cn】 强迫症【微:qq383550880 】√转ihbwel 性压抑的前世因果咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世老公【企鹅383550880】√转ihbwel 与老公前世的前世解析咨询【微:qq383550880 】√转ihbwel 升迁障碍的解决方法【企鹅383550880】√转ihbwel 莫名其妙感伤的自我提升【企鹅383550880】√转ihbwel 家庭关系的相处之道有哪些?【微:qq383550880 】√转ihbwel 前世老公的前世缘分咨询【企鹅383550880】√转ihbwel 前世今生对现世的影响咨询【σσЗ8З55О88О√转ihbwel 官司的预防措施咨询【www.richdady.cn】√转ihbwel 官司的心理调适咨询【σσЗ8З55О88О√转ihbwel 婴灵的形成原因咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭关系的自我提升【www.richdady.cn】√转ihbwel 冤亲债主对生活的影响【www.richdady.cn】√转ihbwel 内心恐惧胆怯的自我提升威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 网络营销师在哪里考 国内网络安全平台 国家网络与信息安全信息通报机制技术支持单位 网络营销战略是什么 营销策略推广策略 2015年网络安全大事记 宜春做网站 浪潮网络安全 网络安全执法案例分析 企业信息安全审计表 国家网络与信息安全信息通报机制技术支持单位 团购网站制作 google 提高网站上的网页在搜索结果中显示的次数 哈尔滨网络宣传与网站建设 信息安全技术风险管理 番禺网站 网站收录多少才有排名创新型的顺的网站制作 传统营销的营销渠道 酒店行业 互联网营销 智能qq邮件营销系统 网络营销工具分类 模板网站优 国家实施网络安全 网站信息安全员,-1 发改委信息安全专项 专业网站定制服务 网络安全岗位培训 专业网站定制服务 手机网络安全方案 信息安全管理体制 大型网络安全公司 蘑菇街微博营销 河间做网站 番禺网站 信息安全定级备案 低成本营销推广 长春建设平台网站的公司网站切图 路由器 网络安全 国家网络与信息安全信息通报机制技术支持单位 网站收录多少才有排名创新型的顺的网站制作 平台的营销 信息安全创新创业报告 网站自建 代发营销 网络安全练习 网络安全技术ppt 网站加黑链 北京信息安全中心地址 计算机网络安全实训报告 重庆信息安全评估中心 信息安全分类分级指南 衢州做网站 二级域名对网站帮助 智能qq邮件营销系统 传统营销的营销渠道 国内做信息安全的企业 微博传播营销的特点 企业信息安全审计表 什么叫网站的空间感 营销优势和劣势分析法 ga/t1177-2014 信息安全技术 第二代防火墙安全技术要求 网络与信息安全风险评估服务能力评估方法,-1 国内网络安全平台 发改委信息安全专项 信息安全创新创业报告 提供信息安全服务 资质,-1 信息安全专业知识 深圳专业网站设计公司 国家网络安全宣传周主题 企业信息安全审计表 温州优化网站西安做北郊做网站 网络营销硕士论文 c2c网络营销市场份额图 信息安全等级保护工作面临的形势,-1 网络安全岗位培训 flash网站欣赏 上海信息安全技术公司 网络营销战略是什么意思 大学生信息安全竞赛题目 网络营销师在哪里考 网贷网络营销 微博营销涉及的范围 代发营销 国家网络安全宣传周主题 青海做网站公司 上海信息安全技术公司 在线建网站 2012年信息安全竞赛获奖名单 哈尔滨网络宣传与网站建设 营销策略推广策略 关于开发活动的信息安全要求 网络安全协调局单立坡 最牛的营销公司 德州网站优化 网络与信息安全风险评估服务能力评估方法,-1 最牛的营销公司 上海信息安全技术公司 网络营销的作用认识 传统营销的营销渠道 信息与网络安全监察 vpn技术与网络安全案例 厦门网站建设 中国网络安全面临本质性威胁 微博传播营销的特点 盐城网站制作 网站自建 网络安全实验室 设备 大型网络安全公司 网站筹建中 25个网站 网络营销120种 营销优势和劣势分析法 最牛的营销公司 厦门网站建设 厦门网站建设 vpn技术与网络安全案例 网络安全学习网站 网站筹建中 珠海集团网站建设报价 建网购网站 信息安全文档 创网站软件 国家网络与信息安全信息通报机制技术支持单位 网络安全执法案例分析 口碑好的无锡网站建设 昆明优秀网站 德州网站优化 温州优化网站西安做北郊做网站 网络营销工具分类 广东中山市做网站 浪潮网络安全 国家实施网络安全 全网营销型 网站建设的编程技术 发改委信息安全专项