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翻墙南宁会制作网站的技术人员外贸网络营销教材中国的信息安全技术信息安全打印机厂家台州网站设计网络营销课件个人信息安全 ppt全国信息安全作品赛九世善人意外身亡仍单身,转世穿越成农场主 地狱开局,群狼环伺,战狼,战狼,战狼 爆装备-无量玉坠:普欲度脱一切众生 善心换功德,功德致富经开启 劝学,修路,赛马,放牛羊 蓝天,白云,亮星星, 老师,记者,网红,小明星 兰云天说:“乡亲们,等我先富起来,带领大家脱贫致富,共同富裕不是梦”。 故事是从酒馆说书的闯进世界会议,带来一段贝鲁米发现“魔灵”的短片而开始的。这是一个禁忌的世界,这是一个被诅咒的世界。 谁晓岁月蹉跎过,那年他乡梦回头。 一把传承的剑,改变的不只是少年的命运, 还有大陆的未来。 一剑生死两茫茫,纵横九载又八荒! 传奇之所以是传奇,因为它永垂不朽。 我将用这把剑,去开创一个属于芸芸众生的无限伟岸! 吾名,李星陨!这一剑,可陨星! 既然这个世界公平正义无法得到伸张, 那我将拿起正义的长剑,代表法官, 挥向这世间的邪恶。 天地间有气运万千,每个人生来都背负着属于自己的气运,当一些人不满足于自身的气运之时,争运者便诞生了......一缕天魔残魂为引,带领一个意外来到这个世界的特种兵,走上修仙之路,在魔族圣主的布置下,慢慢走上与仙帝的对抗之路。历经艰险,在生死徘徊之际,觉悟天道有缺,最终战胜天帝,圣主。回归家园。  医术无双,武道霸主,却被冠上赘婿之名?   父母双亡,本以为是场意外,未婚妻奶奶却告诉他是场阴谋。   那日,他站在瓢泼的大雨中,对那位女孩说:“从今往后,我愿做永夜的囚徒,替你扫清一切障碍。”   为爱情,他甘愿化作夜晚的修罗,   为爱情,他甘愿做一生的赘婿。当主角醒来,发现穿越成少年时的慕容复,而且身处十四部金书融合的大武侠世界里,他该何去何从,兴复大燕?争霸天下?又或是勾搭几个美女逍遥一生呢?本书书友群(扣扣群):463587739因一部可修身成神的圣典,全宗被灭。 为报仇雪恨,蓝夜忍辱负重,一路披荆斩棘,历尽九死一生,只为寻得神兽传承。 发小死于眼前,蓝夜怒弑皇族。 为救天下苍生,力抗域外入侵者。 待得天下安定,却发现更严峻的挑战在等着他。。。。。。叶凡上一世的仙王老婆重生归来,找到叶凡带他走上修仙路。 斩魔帝,斗五宗,破天穹,打开仙路,直杀天穹,带领全民修仙。 我的时代谁敢称无敌!上来一战! 以双修正道!当悲惨的命运降临在一个人头上的时候,无可奈何的选择离开这个世界的时候,却又莫名其妙的发生了难以想象的事情,一系列不愿意却又无可奈何的时候,却又无能为力的时候,他就像坐上了过山车一样,发生了惊险又刺激游戏一般的亲身体验,想停都停不下来。他自己已经难以承受穿越给他带来的折磨与痛苦。却又无能人能够帮助他的时候,他却意想不到的桃花运不断,一次次的穿越磨炼着他的身心,在那么难以承受的环镜条件下,却得到了终心不变的爱情,历尽磨难真情在,痴心不改遇良人,好不容得到了来之不易甜蜜爱情时,却又被穿越无情的分开。当他想尽一切办法想回到心爱的妻子身边却又回不去了,无奈放弃的时候。却又阴差阳错的又回到朝思暮想的妻子身边。这都是穿越的罪过,一次一次给了希望却,又无情的给了他失望。他的人生实在酷。从古至今天下第一奇人……
广州市网络安全 网络营销工程师自学 中小型网站设计公司 信息安全备份 网络安全动态分析包括哪些内容 中国的信息安全技术 湖南网站设计企业 上海市 信息安全大赛 卫士通信息安全技术有限公司 网络营销课件 有官司的原因分析咨询【www.richdady.cn】 大龄剩女的婚恋规划如何制定?【www.richdady.cn】 意外事故的预防措施【www.richdady.cn】 失业的自我提升【www.richdady.cn】 不爱读书的咨询技巧咨询【www.richdady.cn】 磁场化解服务【微:qq383550880 】√转ihbwel 孩子不爱读书的阅读环境咨询【www.richdady.cn】√转ihbwel 迟缓儿的家庭支持咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 失业的自我提升咨询【σσЗ8З55О88О√转ihbwel 人际关系不好的表现及原因【www.richdady.cn】√转ihbwel 内心恐惧胆怯的前世记忆咨询【企鹅383550880】√转ihbwel 孩子不爱读书的应对策略咨询【微:qq383550880 】√转ihbwel 官司的法律援助【σσЗ8З55О88О√转ihbwel 学习成绩差的案例分享【www.richdady.cn】√转ihbwel 学习成绩差的案例分享咨询【企鹅383550880】√转ihbwel 学习成绩差的解决方法咨询【微:qq383550880 】√转ihbwel 忧郁症的前世记忆咨询【σσЗ8З55О88О√转ihbwel 婴灵咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 大龄剩女的婚姻建议咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 暗恋的咨询技巧咨询【微:qq383550880 】√转ihbwel 营销的功能 深圳网站制作公司 讯 信息安全pdf 最新网络安全产品 淄博国家信息安全中心 漂亮企业网站网站流量统计模板 网站备案照 北京网站建设公司案例 商业网站模板 网络信息安全事件,-1 网络营销工程师自学 网络营销优化 12. 简述计算机网络安全内容和系统安全等级 网络安全培训资质 网络安全中的数据标签 新网络安全法2017翻墙 中国的信息安全技术 soc 信息安全 成都信息安全类公司排名 网络安全与病毒防范第三版 网络安全 强制认证 咋制作网站 网络安全产品和技术 太原网站建设优化 天津微信网站建设 保定设计网站 整合网络营销案例 青岛制作网站哪家公司好 互联网营销 步骤 为了提高网络安全 网站备案照 佛山电商网站制作团队 搜索引擎营销 关键词 互联网营销含义 卫士通信息安全技术有限公司 深圳网站建站推广 信息安全打印机厂家 软营销 计算机网络安全实训教程 信息安全pdf 网络安全最关键最薄弱 网络安全日志审计系统 营销主要是营销什么 H5建网站 长春网站优化 个人信息安全 ppt 优化公司排名营销推广 信息安全防范贴吧 深圳网站seo公司 网站页面尺寸 营销p 营销的功能 8469网站 设计网站多少钱 公安部 信息安全 资质 网络安全互助平台邀请码 网络营销模式的优缺点 为保护网络信息安全保障公民法人和其他组织的合法利益选择答案 信息安全备份 信息安全技术 信息系统安全管理要求 信息安全防范贴吧 网络安全和网络管理 湖南网站设计企业 电子科技公司网站网页设计 河源做网站 网络安全 强制认证 微信的网络营销推广案例分析 杭州网站制作 网络安全日志审计系统 温州手机网站制作推荐 网站盈利了 高校网络与信息安全检查 电信行业信息安全 广州网站制作公司 四川省网络安全协会 公安部 信息安全 资质 国家推进网络安全什么服务体系 外贸网络营销教材 淄博国家信息安全中心 京东商城的整合营销 卫士通信息安全技术有限公司 网站优化案例 新网络安全法2017翻墙 运营商网络安全方案 广州市网络安全 网站信息安全认证中心 网络安全案例2017 信息安全等级定级 台州网站设计 信息安全测评机构公安部网络安全设备 京东商城的整合营销 宁波网站建设公司 中小型网站设计公司 重庆信息安全公司 企业手机网站建设策划方案 科研信息安全 我国网络营销的环境 信息安全保障人员认证证书 成都信息安全类公司排名 建网站前途 中国可信计算与信息安全学术会议 网络营销零基础培训 深圳网站制作公司 讯 整合营销服务公司 个人信息安全 ppt 网络安全培训资质 网络安全与病毒防范第三版 网络安全案例2017 常见网络安全漏洞 网络安全编程多吗 网站页面尺寸 深圳外贸响应式网站建设 社会营销观念星巴克网络安全 硬件 国家推进网络安全什么服务体系 网站信息安全认证中心 营销式网站制作 网络推广营销平台有哪些 青岛青鸟网络营销学院 网店协作与联动营销 微博营销号怎么经营 如何测试网络安全 网安信息安全管理员上岗证 深圳外贸响应式网站建设 优质的营销网站建设网络安全需要检测什么 商业网站模板 互联网营销 步骤 1 网络安全威胁常见的有哪几种 营销培训 太原网站建设优化 南昌网站建设公司服务器 有关营销的公众号名称 网络营销工程师自学 网络安全培训资质 12. 简述计算机网络安全内容和系统安全等级 系统信息安全情况