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
网络社区营销策略信息安全项目华为博客营销的案例网络安全的相关资料网站数据库制作营销化系统互动 话题 热点 营销网络安全机构资质成都网站设计哪家好网络营销达内百度贴吧公司网络安全制度在剑与魔法的世界里,剑士对战术士生来就很吃瘪的 “喂喂,醒醒!再不起床的都是懒狗。” “啊?这里是......?“世奕被惊醒了,脑袋磕在上铺的床板上 ”这里是王府,我们小姐昨晚把你带过来的。“ ”啊?什么东西?”他捂住自己的上额,眼角噙着泪花。 “行了,快点穿好衣服去见小姐。” ...... “好了,从今往后你就是我的近身侍卫了!”白发少女指着世奕说到。 “什么!?””一颗弃子乱了数千年的棋局“雨淅淅沥沥的下着,连绵的雨水打在白桦树叶上沙沙作响,也许是上天的施工队太吵了吧,惊的屋内的人醒了过来……降临全球的超凡事件,一纸神秘的契约…… 苏醒与死亡共舞,穿梭在三界与人间,在一次次试炼任务中险死还生,洞见真相。 鬼街打更人、妖界摆渡者、天界放马官!苏醒一步一个脚印,做大做强,再创辉煌。 本书又名《内卷》,《往死里卷》《TM谁都别想卷过我》《扶我起来我还能浪》 ———————— 小二寄语:今天五更,再废话十更。民间口口相传着一个故事: 世间本蕴涵丰富的灵气。修道之人浅则延年益寿,深则飞天遁地、排山倒海,超脱万物之规律。 但在400多年前,一位通天地彻的神秘道人不知算出了何种天机,竟不惜魂飞魄散,道行尽失,也要与“天”抗衡。 自那以后,世间灵气变得十分微弱。虽仍有修道之人,但都修行浅薄。与登仙再无机缘。 18年前,一起发生在龙虎山的“离奇盗墓案”让方介白失去了双亲,但是他坚信自己的父母没有死。 也是自那以后,在这座城市里,不断有着灵异的事件情发生在方介白的身上。 这让一个坚信唯物主义的成年人无法用科学理解这些超自然现象,直到方介白发现......雷公打了个喷嚏把我劈死了,我还得到了个系统?2003年至今的真实娱乐圈大事“爽文演义”。 用半纪实的春秋笔法描绘作者一线文娱工作时的真实人生投影。 主角尚云从文娱江湖小虾米到顶级策划人的爽利不凡人生,秘辛频爆,异彩纷呈。 镁光灯下的娱乐圈, 上位者铭撰本纪,称王称霸; 高位者书写世家,纵横捭阖; 我们白手起家,努力靠双手奋斗出—— 属于自己的人间列传! ——娱乐圈之云上耕耘 纪实的手法记录生活,丰富的剧情白描梦想。 把人生写成一篇散文诗,近二十年的真实文娱经历,化作轻描淡写的一笔激情。 《娱乐圈之云上耕耘》上菜!“让你买丹药回来,你却成为了丹药师?” “让你请医师回来,你却成为了医师?” “让你去买大宝剑,你却成为了炼器师?” “出远门咋这么快回来了?啥?你成为了驯兽师?骑霹雳飞龙回来的?” “去趟淘宝馆,你咋淘回了这么多极品宝贝?啥?你又成了鉴定师?” “不好!赘婿中毒了!快……不用了,没事了,他又成为了毒师。” 易尘抱头,没办法,系统太强悍了!幼时的联系让许瑞对陈司康犹为感激,陈司康与许瑞共同成为一代青年科学家,可是,陈司康并不只是想做研发,造福世界,由是,数据世界的构想在陈司康脑中展开,数据溶洞逐渐建成,当许瑞得知陈司康的真正想法,又如何抉择? “司康,你不能这么做…” “为什么不能?我是king啊!” “一切不是你想的那么简单。” “呵,难道……要你来完成这项宏图?” “你绝不能那么做……” …… “对不起,司康。”许瑞答。 好友离奇失踪,奇怪的链接,莫名被卷入的神秘世界… 宋昔闻上一秒还是普普通通的高中生,下一秒就得想办法在神鬼世界里存活下去。 变强!变强!保护要保护的人!回到真正的正常的世界! [本人严重中二病患者,喜欢超自然事件!经常幻想自己有超能力,所以文中可能有大量中二和恐怖情节!介意者慎入!]
我国网络安全情况汇报 邢台网站设计厂家 重庆网络安全周 东莞网站公司 网络安全设备管理 网络安全法 信息安全保护条例 上海信息安全测评机构 广西 网站开发 上海市信息安全测评中心,-1 学习成绩差的案例分享咨询【www.richdady.cn】 心特别累的环境影响【www.richdady.cn】 什么原因意外的心理调适咨询【www.richdady.cn】 儿子抑郁症的咨询技巧咨询【www.richdady.cn】 前世今生的轮回解析【www.richdady.cn】 家庭关系的和谐之道威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 发育倒退的案例分享咨询【σσЗ8З55О88О√转ihbwel 失业的前世因果【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 什么原因意外的前世解析【微:qq383550880 】√转ihbwel 老公家暴的环境影响【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 什么原因意外的前世记忆【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 人际关系不好的表现及原因【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与男友前世的因果关系【企鹅383550880】√转ihbwel 迟缓儿的环境影响【σσЗ8З55О88О√转ihbwel 婴灵的超度过程咨询【www.richdady.cn】√转ihbwel 婴灵的安抚与超度咨询【σσЗ8З55О88О√转ihbwel 为什么过世的心理调适咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份如何影响人际关系?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 升迁障碍的职场转型技巧有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 2. 通灵与灵性提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 2014中国信息安全大会 网络安全摘要 提供常州网站推广 网络安全法 可用性 网络营销平台调研报告 信息安全审计管理办法 清华大学信息安全博士 怎么制定网站 网络信息安全调查报告 网站展示型和营销型有什么区别 互联网与网络营销 桐城网站建设 网站三合一 网站建设seo优化的好处 完美营销会 三合一企业网站模板 贵阳企业网站设计制作 信息安全项目 市场营销未来规划方案 信息安全优秀教师 网站网格 icp信息安全评测报告 淮南网站推广 网络安全工程师培训多少钱 我国网络安全情况汇报 购物网站如何推广 上海企业网站设计公司电话 培训学校 营销系统 信息安全管理部门 驾呗信息安全吗 清华大学信息安全博士 网站制作公司 信科网络 对网络安全你怎么看 计算机网络安全认证技术包括数据加密技术和网络安全传输技术 龙岩网站建设公司 成都网站设计哪家好 网络营销宏观环境包括! 广东网站建设专业公司 2016中国网络安全50强 互动 话题 热点 营销 信息安全保护条例 网站制作公司 顺的 网络安全攻防内容 信息安全技术 会议 重庆网络安全周 长沙 做营销型网站的公司 网络营销的劣势有哪些 广西 网站开发 网站服务商 酒店整合营销方案 网络安全公司 招聘 监控平台网络安全部署 整合营销方案是什么 网站制作公司 信科网络 国家网络安全网站版面设计 什么是营销平推 企业营销方案山西省首届信息安全 免费企业网站模板 营销型网站案例 求学营销 公司网络安全制度 自助网站开发 网站维护? 网络安全表格加密实验巴中网站制作公司 网站建设:中企动力 关于加强国家电子政务工程建设项目信息安全风险评估工作的通知 国家信息安全测评信息安全服务资质证书 我们的营销团队介绍 桂林做手机网站设计 直播 网络安全 网络安全法 佛山网站设计优化公司 电子网络营销渠道 网络安全实用教程 上海企业网站设计公司电话 网络安全相关知识 网络安全与基础pdf 咸宁网站建设 东莞网站公司 我们网络安全等级保护级别 网络安全表格加密实验巴中网站制作公司 信息安全风险是指认为或自然 信息安全技术 会议 桂林做手机网站设计 购物网站如何推广 网络安全与基础pdf 网络安全设备管理 新手如何做网站 网络营销及就是seo 网络安全领域什么漏洞 网站名重复 网络信息安全必要性 信息安全专业建设方案 中科院信息安全所 新手如何做网站 中央网信办网络安全协调局局长赵泽良 网络安全摘要 2014中国信息安全大会 2014中国信息安全大会 b2b商场网站建设 长沙 做营销型网站的公司 提供常州网站推广 中小型网站设计公司 营销科技 网络营销平台调研报告 网络安全攻防内容 淮南网站推广 清华大学信息安全博士 网络安全机构资质 网络营销宏观环境包括! 网络信息安全调查报告 网络安全法 可用性 1. 公司无线网络安全部署方案 网络安全资质乙级 网络安全审计内容包括 酒店整合营销方案 网站制作的英文 icp信息安全评测报告 龙岩网站建设公司 电子网络营销渠道 北京网站开发建设 企业网站管理 网站界面 邢台网站设计厂家 中国信息安全测评中心主任做一个独立网站需要多少钱 无锡网站推广 社会媒体营销 中国信息安全评测中心 网络安全公司排名 2017 国家信息安全红头文件 南昌网站建设公司服务器 免费建.com的网站 上海市信息安全测评中心,-1 北京网站建设公司案例 网站三合一