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
信息安全 数据学习建网站2017网络安全大会上海承德网站制作加盟网络营销怎么做见效快管理网站制作2014 国家信息安全专项公安部网络安全通报我国信息安全认证包括电子 东莞网站建设网络安全程序前台界面乐清企业网站制作酆都鬼门大开、黄泉河巨藤生长、富士山喷出拉普达城、达尔瓦扎坑洞崩塌、胡斯卡古堡发出怪笑声…… 世界大变,出现闻所未闻的怪物,人类生存堪忧,无知少年誓要揭开地球的秘闻,踏上金字塔顶峰! 【喜欢就点个收藏吧,各位看官】来自月下的召唤,文岸穿梭于星空的彼岸。 女帝的谋划,石破天惊! 阁主的豪赌,斗转星移! 二者之搏,皆在文岸之身! 灵异生物、异能者、修仙者、修真者…… 这些隐藏在世界阴影中的“恶狼”,终于露出了自己的獠牙,将其对准普通人……重生在了天道即将崩溃,鸿钧三清远走寻到,天地王母受援以进,现代科技飞速发展,对于修行却是半开放的世界,江屹煊被选为了复苏天道的棋子。 对于这些,江屹煊有话说:“我只想把仙丹当糖豆,把八九玄功当炼体术,让亲人无病无灾。用真火来炒菜,用灵泉当家庭饮用水,让石材释放出它最美味的口感。对于复苏天道什么的,谁爱作谁作,我没兴趣!”[主角+反派+系统+无敌搞笑流]、[双主角+主角+反派] 主角叶小青,穿越异世界拥有的无敌升级系统,从此以后,对于他从此以后发暂,他自己要默默的卷,他叶小青要默默的努力,低调的发展,争取有一天可以惊艳所有的人,让他们为自己感到骄傲。走上人生巅峰的道路。 ,,,, 反派,林展,他就是一个恶魔在林家简直是无恶不作,无法无天。 天天就知道,坑蒙拐骗,还会仗势欺人,把年轻的林家弟子们,直接吊的打。 却自认为自己从小少年便觉得自己就潜力不凡,天资聪颖,天赋异禀,拥有的无敌之姿, 后来林展,明白了一件事情,他老爹就是一个冷血无情没有感情的人。 便想的离开,这个让少年寒心的,冰冷无情的父亲,想着去看看远方。 本少爷的征途就是那无尽的璀璨辉煌,光彩夺目的星空与大海。 ,,,,仙域女帝姬如霜惨遭暗算,自爆而亡。 机缘巧合一缕神魂转世投胎下界仙朝! 复仇大业未行,却发现隔壁居然还有一个男婴。 “哼,不过是长生路上的累赘罢了。” 可接下来,女帝却发现自己的这个弟弟有些变态。 放弃神药灵液,居然让她觉醒轮回道体! 摸摸自己,居然让她修为翻倍! …… 面对哥哥的无限宠爱,女帝则是羞红了脸。 “哼,雕虫小技!” “复仇当前,本帝怎么可能屈服于这个男人的施舍。” “嗯,神药真香!谢谢哥哥!“一些变态心理的人,在以犯罪的行为危害着舍会,而重案组遇河搭桥将这些罪犯绳之以法。重生前,陈凡是赫赫有名的商业大佬。 重生后,陈凡是猫嫌狗厌的街头混混。 重生前,陈凡除了钱,一无所有。 重生后,陈凡除了没钱,还是啥也没有。哦,不对,多了一个老婆和孩子。 …… 站在1987年的街头,陈凡内心涌起万丈豪情。 在这猪站在风口上都能飞的年代,自己定要做出一番不一样的成绩来。 …… “陈老先生,请问您今生最大的成就是什么?” 1987,娇妻幼子,天下我有。——《陈凡传》道武成仙,道法成神。 这是一个万道齐兴的世界,精彩绝伦的道法神通,拳破山河的武师战者,口诛笔伐的文人墨客,演绎诸天的术数天师…… 平平凡凡的少年意外来到这样一个世界,他这一生注定不会平凡…… 昔日的位面第一宗门‘妖傀宗’圣主叶欢,因为争夺位面至宝八荒鼎,被诸多大帝围攻陨落,再入轮回与将门犬子夜欢灵魂融合。 废柴笑柄?我炼体术不坏不灭,谁与争雄? 家道衰落?我炼丹术冠绝位面,扶不起一个家族? 边疆失守?我打造的连弩刻有玄奥灵阵,可杀敌于千丈之外! 异族邪魔来袭,家园沦为炼狱?我炼制的妖傀无数,足以横扫八荒! 外面有一支神秘势力,就要统一大陆?无妨,那就是我一手扶持的顶级宗门! 圣域的一位老祖已经称皇称帝?莫怕,那不过是我当年随手炼制的一尊妖傀罢了!左手为阴,右手为阳,自成乾坤,脚踏虚空,除魔证道。掌天地之轮回,握万界之生死。
深圳网站建设外包公司 福州做网站 网站的管理 政府网络安全事件通报 网站建设整合营销 公司营销网站制作 公司ad域名和公司网站名相同内部电脑无法访问公司网站 重庆营销推广哪里好 塘厦做网站 全面的网站建设 财运不佳的财富规划【www.richdady.cn】 冤亲债主的干扰案例【www.richdady.cn】 解梦的方法与技巧【www.richdady.cn】 外灵【www.richdady.cn】 缺心眼的环境影响【www.richdady.cn】 大龄剩女的婚姻选择有哪些?咨询【www.richdady.cn】√转ihbwel 前世今生咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生的缘分再续咨询【σσЗ8З55О88О√转ihbwel 精神不振的前世记忆【微:qq383550880 】√转ihbwel 升迁障碍的风水布局【微:qq383550880 】√转ihbwel 事业不顺的前世因果咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 暗恋的心理调适咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 婴灵的前世记忆威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婚姻生活不顺的案例分享咨询【微:qq383550880 】√转ihbwel 脑部不清晰的环境影响咨询【企鹅383550880】√转ihbwel 意外事故的主要原因分析【www.richdady.cn】√转ihbwel 前世缘份对现世的影响【σσЗ8З55О88О√转ihbwel 心特别累的情感释放【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 无形干扰的解决方法咨询【www.richdady.cn】√转ihbwel 去世的父亲的影响分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 全面的网站建设 信息安全认证检测机构 政府it系统信息安全 网络安全基金会 电子 东莞网站建设 网络安全监管部门电话 企业视频营销策划 南昌网站定制 常州网站建设公司机构 绵阳的网站制作公司 广东米酒营销 怎么样开网络营销公司 云南专科 信息安全 公安部网络安全通报 快餐4p营销组合策略 公司网站的实例 医院自营销 怎么加入网络营销公司 微博营销传播效果 最好的网站模版 银行网络安全事件 网站建设优化 百元建网站 网站制作价格 上海 秦皇岛网站建设 台州网站建设企业 医疗器械外贸网站建设 网站建设优化 微博营销传播效果 国家信息安全测评信息安全服务资质 广州网站推广 最好的网站模版 微信朋友圈营销 等级保护和网络安全法中央网络安全的文件 沈阳公司网站建设 微信公众号的营销特点 国家网络安全中心主任 2014 国家信息安全专项 搜索引擎营销的主要方式有哪几种 网络营销属于物流? 东南大学信息安全竞赛 什么是网络安全 网络安全平台代理商 iso信息安全标准 网站被k 网络安全的字体 广东米酒营销 网站被k 信息安全语录,-1 福州做网站建设服务商 最好的网络营销师培训 定制建网站 微博营销传播效果 科技类网站 政府it系统信息安全 电子 东莞网站建设 王者荣耀网络安全法 个人适合建什么网站 等级保护和网络安全法中央网络安全的文件 信息安全技术保障,-1 信息安全测评机构的资质认定 北京 信息安全 发展 广州网站推广 外企应对 信息安全 聊城网站优化案例 淘宝客网站建站 网站建设流程案例 公安部网络安全通报 信息安全标准 认证证书 深圳营销型网站建站 网站主播 塘厦做网站 网络营销渠道的成本 上海三零卫士信息安全 信息安全运营中心系统 公司网站建设推广 网络安全指标体系 做网站便宜 网络安全的字体 网络安全程序前台界面 绵阳的网站制作公司 加建网网站 重庆营销推广哪里好 网络安全控制技术 江西医疗网站建设 开商城网站 app的社会化营销案例 杭州营销型网站 信息安全大事记 网站系统 营销颠覆 如何做搜索引擎营销 医院自营销 重庆 网络营销策划 网络信息安全等级 医院自营销 做个简单网站大概多少钱 2017网络安全大会上海 上海高端品牌网站建设 我国信息安全认证包括 广东米酒营销 企业手机网站建设策划 定制建网站 西安网站建设制作 网站制作价格 上海 微信公众号的营销特点 山东专业企业网站建设 网站建设优化 政府it系统信息安全 上海网络安全考试 公司ad域名和公司网站名相同内部电脑无法访问公司网站 信息安全运维服务资质 设计企业网络安全方案 搜索引擎营销的主要方式有哪几种 专注武汉手机网站建设 国家信息安全测评信息安全服务资质 广州网站推广 信息安全运维服务资质 植入式营销特点 加建网网站 网站营销工具有哪些 沧州做网站 广东米酒营销 植入式营销特点 网站主播 重庆营销推广哪里好 电子商务师网络营销 网站主播 北京 信息安全 发展 公司信息安全规定 最新的网络安全产品 山东专业企业网站建设 网络安全监管部门电话 秦皇岛网站建设 常州网站建设公司机构