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
网站规划与网站建设手机微信一体网站建设地方网站建设国外网络安全品牌营销管理 畅销书绵阳网站建设电商商城网站建设电商网站设计网络安全法 备案网站建设深世界末日,全球冰封! 冰河世纪重临,人类崩盘,文明崩盘! 在末日天灾的即将降临的最后一年里,秦歌携拯救末世的使命,穿越而来。 地下龙国仿佛突兀而生,一夜之间,闻名全球。 “我的祖先源自唐朝的长安,也算半个龙国人。求求你,让我进入龙国吧!” “起开,我家从民国时才移民的,血统比你纯净对了,我们比你有资格进入龙国!” 那一刻,举世瞩目。 人类文明的火种能否得以延续,一切,都看龙国!张天峰重回1993年,以90元豪博100万。 从实业入手,一招盲盒经济享誉全球。 入股双马公司,教两人玩转用户流量经济。 控股苹果集团,教乔布斯设计一款完美手机。 ...... 拥有前世记忆,赚钱非常简单。 这一世,张天峰要教未来富豪赚钱,让他们把自己送上首富的宝座!这是一部以电影剧本为主要创作构思基础的作品,故参考了电影剧本的格式进行写作,每一个段落就是一个电影场景画面和镜头展示,暂且称这部作品为非专业的“纸电影”吧。 故事讲述一位忠国少年文润华在米国夏为宜读中学时意外发现了一颗纯度达90%的金子流星,这颗流星会在十年后到达地球。之后,在对太平洋海底地质的科考研究中,文润华发现了太平洋地壳板块的不稳定性与存在裂纹的隐患。不久后,月球满月之际,在月球引力、金子流星磁场、太阳风暴的共同联动影响作用下,地球内部的地幔的能量平衡被打破,太平洋东南部海底的板块突然崩裂,产生大地震,同时掀起了巨浪,环太平洋很多地方的火山爆发,在水与火的双重袭击下,很多地区受灾严重,全球各国参与救灾,而忠国扮演了最重要的角色…… 武则天:“李余,真是朕的好孙子,我大唐的骄傲!” 狄仁杰:“李余是我见过最完美的人!” 李白:“看了李余的诗,我忽然发现自己不会了。” 李隆基:“李余是个坏人!” 李余:“你们不用夸我,我只是一不小心就造了盛世而已,很普通的啦!”什么叫人?什么叫活着?什么又算死了?僵尸就一定很恐怖么?人一定很善良么?李长歌穿越了。 开局家徒四壁,一贫如洗。 只有一个相依为命的姐姐。 好在这是一个“小说家”的世界。 在这个世界,只要写小说,便能获得非凡的力量,甚至能够依靠小说成圣! 看着这个世界普遍流传的小说著作,李长歌表示就这啊? 《神雕》出世,“侠之大者,为国为民”被千万人追捧! 《三国》出世,无数谋臣直呼原来计谋还能这样玩?! 《西游》出世,无数人惊叹天庭是不是真的存在! 《水浒》出世,就连皇帝也坐不住了! …… 某一天深夜,李长歌看着身边美貌温婉、娇艳无俦的李采薇,义正辞严的道:“姐姐请自重,我要写小说了!” 一场云烟,是福亦是祸,而我到底是人还是……人, 不过是众生之一, 如木偶般, 被操控的…… 一个 罢了。这部小说内所说的世界与现实世界毫无关联。并且主角们所处的世界为异世界。 一座与外界没有任何联系的神秘城市——MT-X,能够不断侵蚀着被动者的感情。然而,最大的问题还是——没人能够逃离这所城市。 这里有一所学院,只要满足学院的规则毕业的人,就能够逃离这座MT-X,到城市外“无忧无虑”的生活。 藤升流星,作为一个特嫌麻烦而且没有任何梦想的人,被这座城市侵蚀了感情。 为了寻找感情之物而踏入这所规则为「杀人」的学院。 等待他的究竟是纯真无邪的爱之情感,还是深恶痛绝的恨之情感。 一切都要从遇见他的邻桌——『凝玉花利』开始…萧易穿越到洪荒,成了一个刚要拜入截教的初代人族。 激活了极品负能量系统,收集别人的负面情绪,就能够变强! 从此,洪荒多了一个整日作死的截教大弟子。 “师傅!大师兄又闯祸了!他把剑冢的剑都融了!说要做大宝剑!” “师傅!大师兄炼器炸了一座山,把藏书阁埋了!!” “通天!你徒弟又作死!把我的坐骑四不像吃了!!!” “通天!你徒弟把我侍女掳走了!!” “.....” 通天整日惶恐,生怕自己大弟子闯祸... 直到这一日,鸿钧出关,宣布封神大劫起。 通天拒绝截教封神,以一敌五圣,截教面临大劫! 往日只会作死的截教大弟子:“我不装了,我已成圣!” 
如何做好网站 网站关键词 网站建设教程 企业邮箱 营销型网站的作用 牛肉干营销 网络安全与病毒防范 pdf 如何搭建高品质网站 网站建设公司 中企动力公司 浙江网络营销好的公司排名 网站内容添加 孩子不爱读书的家庭教育咨询【www.richdady.cn】 亲子关系的咨询技巧咨询【www.richdady.cn】 亲子关系的心理建设咨询【www.richdady.cn】 与男友前世的识别方法【www.richdady.cn】 通灵老师预约咨询【www.richdady.cn】 无形干扰的前世记忆咨询【σσЗ8З55О88О√转ihbwel 佛教视角下的前世今生【σσЗ8З55О88О√转ihbwel 亲子关系的互动模式有哪些?咨询【微:qq383550880 】√转ihbwel 大龄剩女的婚恋心态如何调整?【微:qq383550880 】√转ihbwel 孩子学习不好的家庭教育【微:qq383550880 】√转ihbwel 投资项目的自我提升【微:qq383550880 】√转ihbwel 感情纠纷的情感沟通咨询【微:qq383550880 】√转ihbwel 迟缓儿的环境影响【σσЗ8З55О88О√转ihbwel 特殊学校的案例分享【www.richdady.cn】√转ihbwel 孩子学习不好的环境影响咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子学习不好的案例分享咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 莫名其妙感伤的前世影响咨询【微:qq383550880 】√转ihbwel 升迁障碍的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 处理感情纠纷的方法【企鹅383550880】√转ihbwel 不爱读书的改运方法咨询【企鹅383550880】√转ihbwel 网络营销的物流问题及对策 美国网络安全标准 电商商城网站建设 网站创建流程教程 微整网络营销 星巴克微信营销现状分析 安恒网络安全险 国际 网络安全竞赛 自己建网站的优势 网站学什么 信息安全技术措施 企业网络安全规划方案网店营销策划公司 h5网站开发 长沙商城网站制作 网络安全知识培训 ps做网站 国外网络安全品牌 网络安全认证考试 武汉市网站制作 美国网络安全标准 2017信息安全大事件 国家信息安全漏洞通报 b2b营销推广软件 重庆网络营销战略设计 网站关键词 网络安全技术入门 酒泉做网站 济宁网站制作 电商商城网站建设 开设信息安全大学名单 网站内容添加 石家庄网站设计 京东网络营销推广策略 现阶段营销信息被自动地快速复制扩散或群发的方式主要有 国家金融信息安全 信息网络安全技术 现阶段营销信息被自动地快速复制扩散或群发的方式主要有 网络营销的物流问题及对策 第三届网络安全宣传周 网络安全与病毒防范 pdf 上海网络安全招聘 美国网络安全标准 7大网络营销的成功案例 建一个免费网站 权威的广州h5网站 电商商城网站建设 高端电子网站建设 网络安全技术入门 济南网站推广 网站创建流程教程 外卖网站设计 地方网站建设 网络安全与个人网络营销策略班 微整网络营销 牛肉干营销 外国黄色网站 聊城定制化网站建设 星巴克微信营销现状分析 许可电子邮件营销案例 惠州网站开发公司 网站搭建公司官网 安恒网络安全险 网站创建流程教程 信息系统 信息安全风险评估报告格式 单页网站 国际 网络安全竞赛 重庆微营销商城 石家庄做网站建设的公司排名 网络安全演讲 自己建网站的优势 建一个免费网站 南宁会员网站制作 信息安全等级保护测评方法,-1 网站学什么 信息安全专业的课程网站设计时应考虑哪些因素 信息安全cnas认证证书 网络安全大会2017主题 浙江网络营销好的公司排名 网络安全统一管控 昆明网站推广优化 微博营销是一种新兴营销方式。 企业网站设计 装饰公司做网络营销 网站策划制作公司 优秀个人网站欣赏 重庆微营销商城 h5网站开发 京东网络营销推广策略 酒店网站制作策划 北京网站开发制作公司 沈阳做企业网站的公司 长沙商城网站制作 1号店微信营销方案 绵阳网站建设 企业网站设计 网络安全漏洞分类 营销管理 畅销书 丹江口网站开发 ps做网站 常州品牌网站建设 网站建设公司 中企动力公司 微博营销有哪些内容 信息安全cnas认证证书 域名搭建网站 骗局 外贸营销网站建设 字典营销 网络安全知识培训 温江建网站 安徽网站定制 网络安全法 备案 北京 网站建设 7大网络营销的成功案例 关于网站建设live2500 网络安全管理方法论 信息安全论坛 济南网站推广 美国网络安全标准 ps做网站 专业的西安免费做网站 基于网络品牌社群的营销战略——以北京小米科技有限责任公司为例 2017信息安全大事件 网站页面组成部分 网络营销宏观环境因素 信息安全运维服务方案 网络安全思维导图信息安全等级保护级别,-1 网站步骤 网络安全管理方法论 b2b营销推广软件 怎么免费把自己在dreamweaver做的网站放到网上去 网络安全 四层 如何做好信息安全 如何做好网站 重庆网络营销战略设计 东莞 企业 网站制作 成都企业网络营销