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
网络安全网络文明第四届网络安全网站默认图营销要素是指网络安全管理的意见ccf 信息安全,-1产品怎么做e-mail 营销国内汽车网络媒体的无差异化竞争严重突破式的营销创新太少合肥全网营销系统网站建设业务前景民国初年,江沪青年司机玄狐,在驾驶车辆走夜路时,因碰撞阴魂煞气而丧命! 在九重天阴司府投胎审核寺,玄狐的鬼魂遇到此处监官铭难改等神仙,在进行投胎运程实验游戏,玄狐有幸被挑选参加这个游戏! 从此,玄狐开始扑朔迷离、危机四伏、艰苦卓绝、无穷无尽的换回磨难历程......生存于草原之上的野蛮兽族,隐藏于尸骨坟堆中的不死亡灵,接受大自然恩赐的自然精灵,以及夹杂在无数种族之间弱小的人类! 高傲的巨龙、残忍的恶魔、神圣的天使、嗜血的血族、睿智的矮人、伟岸的古树…… 无数的种族在这片大陆栖息,维持着各自的生活。 当命运的钥匙重新回归于这片土地,安逸时光画上句号,整个世界再度动乱! 为了复仇,他最后惨死,当转世踏足这片神奇的大陆时,他又会做出怎么样的选择! 一切,只为当初的承诺! 在2060年,世界进入量子时代,科技高度发达,各种先进的便民的技术层出不穷,虫洞处于研究阶段,危机随处可见,主角是一位在学校大学生主攻科研天文,爱好广泛涉。 这是我第一次写小说,写的不好的话,可以评论提出来,我会改正的。 这个小说主要写的就是主角无敌后意外穿越重修的故事,懂得都懂。 不定时更新,请不要催更,我是一名学生,也要上学。 如果这个小说还可以的话,我会出第二季,世界观特别庞大,一共20个境界,这本小说我会写到哪里,看具体情况。 如果你喜欢这个作品的话,你可以推给周边的朋友。 最后就是不要催更! 感谢要炼药?不急,让我先算上一卦!要打架?不急,让我再算上一卦?要寻宝?不急,还得来一卦! 手握乾坤卦,走遍天下都不怕!  唐初,贞观二年,李盛穿越成大唐年间里的一个小太保,此时,遭遇突厥人袭击的李世民、杜如晦等人意外来到了庄里。   更令李世民等人意外的是,这个小太保家中的东西竟然很不一般!   “李盛,化学反应是什么?吸热反应又是何物?”   李盛:“我...&amp;quot;莫非应和图灿分离后换上了“双重人格”,三年后图灿回来第一件事就是找他,没想到在小姨的精神病院找到。同时她也没想到,她的男友居然是她的同类,她好不容易(意外)治好了莫非,却发现莫非居然不是人,但这并不妨碍他们在一起,莫非:“把我弄成这个样子,可要好好负责。”图灿一边流着口水一边说:“好好好。”为了男人的承诺,萧晨强势回归,化身美女总裁的贴身保镖,横扫八方之敌,谱写王者传奇!   他——   登巅峰,掌生死,醒掌天下权,醉卧美人膝! —————— 小舞的微信公众号:寂mo的舞者,可以去关注哦! 小舞的QQ:1589045849,可以去加好友! 唯舞独尊①群:545765633!   天有六冠:九天、海龙、风灵、樱雪、生命、炽焰!这是一个天才辈出的武林盛世,也是一个动荡离乱的战争年代;有立身剑道的痴武之徒,也有慷慨赴死的侠义之士;有血染沙场马革裹尸的热血将士,也有儿女情长义气深重的性情男儿……尔虞我诈的朝廷宫闱,人心险恶的江湖武林,这个时代从来不缺慷慨悲歌的侠客!
沈阳信息安全培训课程,-1 怎么建好网站 保定哪里有做网站的 招远做网站 潍坊网站优化 搜索引擎营销竞价账户托管 网络安全法正式施行 杜蕾斯品牌营销战略 济源网站建设 vpn与网络安全pdf中络信息安全有限公司,-1 阴间生活的前世缘分【www.richdady.cn】 灵魂化解与心理疗愈【www.richdady.cn】 失业咨询【www.richdady.cn】 阴间生活的前世修行咨询【www.richdady.cn】 财运不佳的案例分享【www.richdady.cn】 事业不顺的改运方法【www.richdady.cn】√转ihbwel 大龄剩女的婚恋规划如何制定?【σσЗ8З55О88О√转ihbwel 前世今生测试在线威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 升迁障碍的职场瓶颈【www.richdady.cn】√转ihbwel 心慌胸闷头晕的心理调适【σσЗ8З55О88О√转ihbwel 升迁障碍的职场晋升【σσЗ8З55О88О√转ihbwel 孩子厌学的辅导方法咨询【微:qq383550880 】√转ihbwel 前世今生的轮回有哪些科学依据?咨询【σσЗ8З55О88О√转ihbwel 事业不顺的职业规划如何制定?咨询【www.richdady.cn】√转ihbwel 婚姻生活不顺的沟通技巧咨询【企鹅383550880】√转ihbwel 婚姻生活不顺的原因分析咨询【微:qq383550880 】√转ihbwel 官司的法律咨询咨询【σσЗ8З55О88О√转ihbwel 特殊学校的环境影响【企鹅383550880】√转ihbwel 前世缘份对现世的影响【企鹅383550880】√转ihbwel 去世的父亲的前世因果【σσЗ8З55О88О√转ihbwel 沈阳信息安全培训课程,-1 百度网络营销搜索推广 汽车网络安全攻击视频 动态小网站 东营+网站建设 网站制作视频教程 沧州做网站 桂林网站建设哪家好 破解"工业控制系统信息安全"迷 沈阳信息安全培训课程,-1 佛山新网站建设代理商 公安网络安全监察 第三方支付网络安全 产品怎么做e-mail 营销 河南网站建设公 网络安全技术包括什么 免费个人网站 喀什网站建设 长沙电子商务公司网站制作 策划 营销 衡阳做网站 网络安全基础的rsa的全称是什么 互联网营销案例 营销综合平台建设 isg信息安全 深圳专业网站制作公司排名 合肥全网营销系统 网站设计公司无锡 第三方支付网络安全 上海网络安全代理 邳州做网站 营销顾问 网络安全竞赛试题 营销顾问 信息安全主要课程 杜蕾斯品牌营销战略 菜鸟做网站 信息安全指南 顺德公益网站制作 isaca 信息安全人才 微信营销的发展 时间 网络安全网络信息安全三门网站制作 策划 营销 趋势科技2014 年第一季度信息安全报告 百度网络营销搜索推广 阳光网络安全资料 网络安全归哪个部门管 手机营销的方式有哪些 深圳专业网站制作公司排名 网站建设知识 莱芜网站制作 破解"工业控制系统信息安全"迷 唐山做网站 网站制作价格 网络营销客服的案例 上海高端建站网站 浙江网络安全论坛 湖南科技大学信息安全 网络安全管理的意见 2017全球华人网络安全 信息安全事件 逻辑 长安网站建设 市南区网站建设 莱芜网站制作 邳州做网站 营销机构号 手机网站范例 创新的购物网站建设网站建设案例 网站建设的搜索栏怎么设置 旅游网络营销活动 vpn与网络安全pdf中络信息安全有限公司,-1 百度网络营销搜索推广 网站站制做 宁德网站建设 台州网站建设企业 网站建设与维护 宁德网站建设 手机网站范例 印度的信息安全信息安全指南 佛山新网站建设代理商 徐州html5响应式网站建设 顺德公益网站制作 外贸网站模板建立 isg信息安全 合肥全网营销系统 网络安全技术视频教程 东营+网站建设 第三方支付网络安全 营销顾问 网络营销课有什么用 上海市网信办 信息安全 网络安全归哪个部门管 产品怎么做e-mail 营销 大数据网络安全测试题 网络安全技术包括什么 外贸网站模板建立 网络安全好学吗 如何做好网上营销 html5电影网站建设 企业网站怎么建站 贸易网站建设 做个简单网站大概多少钱 沈阳信息安全培训课程,-1 昆明网站优化 企业网站怎么建站 重庆网络安全测评机构 上海高端建站网站 河南网站建设公 重庆网络安全测评机构 网站建议公司 汽车网络安全攻击视频 动态小网站 泰合信息安全运营中心系统-日志审计 vpn与网络安全pdf中络信息安全有限公司,-1 北京网站改版 网络营销途径都有哪些方面 网络营销的影响力调查 策划 营销 政务网站开发 aso营销 网站营销活动策划方案 衡阳做网站 网络营销行为有哪些 印度的信息安全信息安全指南 做网站推广 网络安全基础的rsa的全称是什么 山东省大学生网络安全 北京网站改版 我们国家网络安全吗 合肥网站制作前3名的 核心网络安全小组 信息安全和保密的区别 国内汽车网络媒体的无差异化竞争严重突破式的营销创新太少 网络安全应急响应机制 邳州做网站