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
宝洁网络营销现状西北信息安全测评中心网站多少个关键词网络营销渠道大全饥饿营销现状海南网站设计上海集团网站制作西安网络营销电子商务培训课程电商网站模板潮州网站建设嘉兴品牌网站建设 四年前一场大火,他愤然离职,下海经商,两年后在《嗜界》中创立公会,欲图天下,却因为手下的背叛跌落神坛。 销声匿迹了半年,他在《诸神》中横空出世,又在机缘巧合之下开始追查起四年前的真相。 在游戏世界中他是剑灭诸神,令人胆寒的炼狱恶魔,一边在现实世界中他是揭罪恶真相的孤独执剑人。 【无敌】+【女帝】+【心魔】+【单女主】 苏灿穿越后,和青梅竹马的林沐儿洞房花烛夜,眼看要进行到最后一步时,林沐儿觉醒了记忆,她竟然是女帝! 而苏灿穿越的这个世界,竟然只是女帝的心魔世界! 苏灿则是女帝林沐儿的心魔! 林沐儿和往常一样,回归现实修仙世界,却没想到,这一次,苏灿竟然和她一起回来了! 她的心魔就这样具现化了! 从此,女帝隐藏了身份在苏灿身边,开始了疯狂的养夫之路!男屌丝林凡意外车祸,却不料穿越异界,还未来得及高兴自己重生再世为人。却从记忆里发现自己是一个落漠家族的长子,虽天赋异禀却在17岁遭人偷袭丹田破碎武魂无法凝聚。随着脑海中一道系统提示音响起,林凡便有了称霸异界,问鼎苍穹的意志。还在YY的林凡被系统强制接受任务,悲惨的升级之路,爽翻天的称霸之路,一路美女如云……网文作者穿越西游世界,开局一本《斗破》,吸引猴子来拜师。 什么修仙,什么西游,哪里有看小说有意思? 为了写出一部精品,猴子拜师牧尘门下,他绞尽脑汁,大闹三界,只为寻找创作灵感。 这还不算完,当哪吒看了《魔童降世》,当天蓬看了《春光灿烂猪八戒》,当杨戬看了《封神榜》,整个西游顿时乱了套。 身在紫霄宫的鸿钧老祖表示,这本小说实在太好看了,本圣也要来催更!蓝星, 赤乌系唯一已知文明,在宇宙中被视为资源最为丰富的星球之一。即便大多数文明会因为赤乌系外围的危险放弃掠夺,但依然有少数文明不远万里费尽心机前来侵略。曾经来到过蓝星的神给蓝星留下了基因武器,而这些基因的继承者将在这个世纪,展示出真正的实力......一个驻外星小士兵,偶得可以进化的智慧程序,跨入宇宙,逐渐接触到高等级文明,打造高端武器与战舰,血战星海,播撒炎黄民族神威。 本书为纯粹的科幻,预计四百万字,没有狗血剧情,没有打脸公式,仅有不断攀升的战斗智慧与铁血勇气。天启七年,明孝陵突发地震。 一个声音告诉朱元璋,大明要亡了,十七年后,他将代替自己的后辈朱由检,吊死在煤山的歪脖树上。 十七年救不了大明? 瞧不起谁呢! 朱元璋一声令下:来人,给咱把那棵歪脖树砍了! 改善民生! 肃清朝堂! 降服女真! 别的不说,逆天改命这事儿咱最拿手!深居野林神秘老道,一手培养出七位足矣撼动华夏的绝美女徒弟。今日,又一名最小男徒儿罗峰顺利出山。 罗峰:“我是老逼灯培养出最垃圾的徒弟,没什么本事,就想吃吃软饭,苟且度过这一生。” 师父:“什么,他说他最弱?难道我没有告诉过你们,那小子身怀诡秘?” 师姐:“我好像发现我们的小师弟越来越不对劲儿了,为什么世界各大强者都来跪舔他?” 一位来自于世界黑暗深处的顶级势力后裔之子,出生便被抛弃做弃子,偶遇华夏旧时代战力天花板老疯子和七位倾城倾国的大背景七位师姐,从此掌握七大绝学误入都市豪门,卷动江湖风云,走上自证强者之路。大宇宙会囊括非常非常多的元素,而这本书,三界之战只是其中的一部分元素。 既然叫三界之战,那就是天地人三界之间的战争。如果你喜欢,那就请多多收藏吧。我一定会尽力将这本书写好,做到不断更的情况。 黑白无常是我兄弟,牛头马面对我言听计从,娶阎王爷的闺女…… 人间有法医、警察,阴间有阴差、判官,阴阳之间自有他们无法触碰的地方,这就需要渡灵法医出马。 地狱空荡荡,魔鬼在人间。 诸多诡案背后,牵扯出阴司的巨大阴谋——这些参杂着巨大冤屈的灵异案件,竟然是阴司专管阴差的判官司主管崔钰。 权力之争古今存在,阳间如此,阴间亦如此。
湖南品牌网站建设 lte网络安全 互联网营销 自学 信息网络安全2017 信息安全服务风险评估资质证书 网络安全top10 天津企业网站建设 海南网站设计 2016年网络安全大事记 网络营销免费自学网 大龄剩女的婚恋规划如何制定?咨询【www.richdady.cn】 财运不佳的理财技巧有哪些?咨询【www.richdady.cn】 干扰【www.richdady.cn】 老公家暴的应对方法咨询【www.richdady.cn】 事业不顺的职场困境咨询【www.richdady.cn】 什么原因意外的心理调适咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婴灵的化解仪式【企鹅383550880】√转ihbwel 头脑混沌的环境影响咨询【www.richdady.cn】√转ihbwel 2. 通灵与灵性提升咨询【企鹅383550880】√转ihbwel 公司破产的后续规划【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 耳鸣的自我提升【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 脑部不清晰可能是哪些疾病的表现咨询【企鹅383550880】√转ihbwel 前世因果咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的改运技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 心特别累的前世因果咨询【σσЗ8З55О88О√转ihbwel 外灵干扰的真实案例分析【σσЗ8З55О88О√转ihbwel 暗恋的前世因果【σσЗ8З55О88О√转ihbwel 升迁障碍的职场规划如何制定?咨询【企鹅383550880】√转ihbwel 前世今生的轮回解析咨询【企鹅383550880】√转ihbwel 与女友前世的前世修行【σσЗ8З55О88О√转ihbwel 常州网站制作机构 成都网络营销整体外包 信息网络安全2017 网络安全培训 下载 西安网络营销电子商务培训课程电商网站模板 中国信息安全测评中 网络安全法 数据公司 网络安全进企业 e mail营销的流程 网络安全项目名称 社会化营销的特点亚信网络安全巡展2017 怎么加强网络安全 建网站软件 大学生公众号 营销 网络信息安全实施意见,-1 信息安全等级保护规范 建行个人电子营销平台 三只松鼠新媒体营销 营销具 在常用的网络营销方法中哪些网络营销的方法更适合中小企业 信息安全从业指南 正规的网站建设 营销调研的步骤 是网络营销的劣势 跨境电商平台营销方案 石家庄建网站 sms营销 金融客户信息安全 郭启全网络安全趋势 360网络安全电影院 信息技术与信息安全 防范系统攻击的措施包括 番禺网站建设专家 西安企业网站 2015信息安全会议 营销调研的步骤 中国风配色网站 网站多少个关键词 网站多少个关键词 信息安全风险评估服务 营销具 2015广东省信息安全 中国信息安全等级保护 广州 深圳 外贸网站建设 江苏省网络安全协会 信息对抗与网络安全 响应式网站模板 地方门户网站制作 金融客户信息安全 社会化营销的特点亚信网络安全巡展2017 专业 信息安全,-1 网络安全项目名称 网站建设新闻分享 中国信息安全学会 公安 信息安全服务风险评估资质证书 网络营销渠道大全 企业网站建设cms 杭电信息安全专业怎样 西安网络营销电子商务培训课程电商网站模板 网络营销的组合 网站色彩的搭配原则有哪些 美国网络和信息安全组织体系透视 网络安全项目名称 2015信息安全会议 网站色彩的搭配原则有哪些 成都网络营销整体外包 公安局网络与信息安全,-1 宁波网上营销网 2013年进行互联网营销推广的企业各种网络营销方式的渗透 营销调研的步骤 怎么创建网站/ 深圳网站建设 公司元 信息对抗与网络安全 上海集团网站制作 网络安全设备公司 网络营销能力秀收获 海南网站设计 营销型网站建设明细报 国家网络安全活动周 xs 信息安全 齐齐哈尔网站建设 天津企业网站建设 营销电商 武汉网站设计公司 在线营销策划培训课程 义乌做网站 网站的目录结构 郭启全网络安全趋势 美国网络和信息安全组织体系透视 专业 信息安全,-1 信息安全产品证书号查询 郑州微信网站 美国网络和信息安全组织体系透视 政府网络安全工作方案 武汉网站设计公司 实战全网营销培训 e mail营销的流程 网络安全项目名称 郑州微信网站 2015信息安全会议 网络安全培训 下载 网络安全的四梁八柱 网络安全法 数据公司 在线营销策划培训课程 网站移动端 网络营销的组合 营销部门简介 网站建设新闻分享 在常用的网络营销方法中哪些网络营销的方法更适合中小企业 西北信息安全测评中心 太原优化型网站建设 网络营销能力秀收获 信息网络安全2017 宝洁网络营销现状 金融客户信息安全 建行个人电子营销平台 信息安全等级保护技术标准体系 旅游企业网络营销案例分析 软文营销标题的作用 网络安全进企业 政府网络安全工作方案 福州专业网站建设营销设备 南京做网站的有哪些 营销具 杭州网站推广 b2c网站建设 网络安全技术内幕 网站推广渠道 青岛优化营销 武汉网站设计公司 网络营销工资 实战全网营销培训 营销环境分析的内容 互联网营销 自学 建网站软件 在网络安全等级保护制度中