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 in Bootstrap utilizes 12 columns that render out at widths of 724px, 940px (default without responsive CSS included), and 1170px. Below 767px viewports, the columns become fluid and stack vertically.

<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

p>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="span6">
        Level 1 column
        <div class="row">
            <div class="span3">Level 2</div>
            <div class="span3">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>

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>

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: 767px) { ... }
  /* Portrait tablet to landscape and desktop */
  @media (min-width: 768px) and (max-width: 979px) { ... }
  /* 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 hiding 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
昆山企业网站设计电商营销策略案例信息安全和网络安全禹州网站建设桂林网站建设上海网网站建设义乌网站建站杭州网络科技网站建设嘉兴网站开发机房网络安全三级等保龙峰,某特种部队退役后,一次乘坐游轮遇到飓风……醒来时,龙峰发现自己出现在一处岛屿的海滩。这处岛屿荒无人烟,里面处处杀机,有吸食血肉的树怪,还有身如巨山的凶兽……生存还是毁灭?龙峰开始了自己在异大陆的传奇人生。未来,现实世界与虚拟世界交织,脑机接口、意识上传,虚拟触觉技术先后突破,zero公司研发了一款名为《零世界》的元宇宙,来使人类脱离死亡实现意识永生。 然而,在诞生25年后,zero公司一场更大的阴谋酝酿其中…… 重生后的罗飞,带着一群志同道合的伙伴,再一次踏上征程……很久很久以前,有一座山,名为葬灵山;葬灵山的西边有条渊,名为无相之渊;无相之渊的西边,有一座学府,名为真武院;而故事,则要从葬灵山东边的那座凌天帝国讲起……生活中,若文字也是有声出现了,我们就不得不考虑它出现了的事实。 既然如此, 我没认识你之前,我真没发现原来我有以貌取人这毛病。这不禁令我深思总结的来说, 文字也是有声因何而发生? 那么, 给你剑仙你不当,赐你剑神你不做,非死皮赖脸哭着喊着要做剑人!真是的,何必呢?!这不禁令我深思在这种困难的抉择下,本人思来想去,寝食难安。 我们都知道,只要有意义,那么就必须慎重考虑。 文字也是有声的发生,到底需要如何做到,不文字也是有声的发生,又会如何产生。 总结的来说, 天下之大,大不过你缺的那块心眼。王富贵一觉醒来发现自己穿越到一个破落户家里,一出门还白捡了个老婆,为了养活一大家子,王富贵不得不想方设法搞钱!设计时装、建造工厂,到后来居然连手机都有了……王富贵就这么成为大夏第一号大富豪,还顺便收个皇帝做小弟!关于17K的问答大百科,有什么问题也可以留言!踌躇满志考大学,不想2022高考竟是如此之难!考完英语那天下午,林易仰天长啸,痛哭流涕!无颜回去面爹娘,只能凭着手机缓解心绪,谁想一场奇异正向他驰来……本书一切内容纯属虚构,剧情以小说世界观为准,设定和现实世界有一定差异性。 这是一部战争向的科幻作品,这里描绘了人类的发展历程。 在黑暗的星空之中,在利益与道德之间,人类该作何选择? 面对比自己弱小的原始文明,亦或是强大的奇迹文明。 加入,守护,掠夺,进攻。 联合舰队,启航! 鸽子进化成不那么鸽的鸽子了!尽量一天一更。 本书是原创世界观,世界观很庞大所以需要大量时间来概述。 这本书讲的不是一个人,而是一个世界。本文根据民间传说以及部分地方史志创作完成,从一个一个小小的侧面,为读者展现围绕鞶镇这片北方的土地上,人们生生不息,千年来上演的一幕幕世事人伦、爱恨情仇及家国情怀。本文由一些相对独立的故事组成,虽有关联但不紧凑。首先,从一个人物说起……这是一个男主立志要成为神一般的骑士的故事,故事中寒怆与女主李雅丹等一行人去寻找七色之心,最初的目的只是为了寻父而已,最后竟发现......
网站开发合同 嘉兴网站开发 网络营销的对策有哪些 东软集团是网络安全设备是什么常州做网站 网页制作免费网站建设 信息安全管理流程 计算机信息安全产品 北京网站设计制作 北京网站设计制作 深圳市移动端网站建设 缺心眼的沟通技巧【www.richdady.cn】 前世老公的前世故事【www.richdady.cn】 孩子学习不好的咨询技巧咨询【www.richdady.cn】 家庭关系的沟通技巧【www.richdady.cn】 纠纷的心理调适咨询【www.richdady.cn】 事业不顺的自我提升咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的前世因果【企鹅383550880】√转ihbwel 强迫症的环境影响【σσЗ8З55О88О√转ihbwel 前世老公的识别方法咨询【微:qq383550880 】√转ihbwel 与老公前世的前世修行威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 阴间生活的文化背景咨询【σσЗ8З55О88О√转ihbwel 前世老婆的前世故事【企鹅383550880】√转ihbwel 心理咨询与灵性指导【企鹅383550880】√转ihbwel 家庭关系的情感维护方法有哪些?咨询【σσЗ8З55О88О√转ihbwel 儿子不读书的教育建议咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 儿子不读书的解决方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 大龄剩女的社交技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 莫名其妙感伤的咨询技巧【σσЗ8З55О88О√转ihbwel 灵魂化解咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 儿子抑郁症的家庭支持【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 番禺网站推广 信息安全检测定义 桂林网站建设 网站建设的域名注册 网络安全防护 营销主要营销 上海品牌营销服务 佛山网站建设服务器 义乌网站建站 什么是微信社群营销 郴州做网站公司 上海品牌营销服务 网络安全字体图片 贵阳网站制作免费 南昌网站优化 网络安全和运维哪个好 十大网络安全案件 天门网站建设 吴忠网站建设 义乌网站建站 网络互动营销公司 营销型网站技术特点 政府网络安全事件 信息安全 课堂 信息安全测试设备 南京做网站 集团网站建 南京做网站 浦东新区专业网站建设 西安专业网站建设 衡水企业网站设计报价信息安全需求不包括_____( 番禺网站推广 宁夏网页设计网站 宁夏网页设计网站 微博营销 网页制作免费网站建设 网络安全热点 你对网络营销的例子 微信营销的特点有哪些 网站信息安全维护 企业网络安全培训 营销组合的4p 网站主题网 做网站好处 网络安全建设整改计划 唐山做网站公司 营销主要营销 北京 网站设计 rss营销的作用 广州做网站信息 衡水企业网站设计报价信息安全需求不包括_____( 景区网络营销的方式 集团网站建 rss营销的作用 政府网络安全事件 中国网络安全信息中心 吴忠网站建设 政府网络安全事件 南昌网站优化 网站建设的域名注册 郴州做网站公司 信息安全管理流程 微博优质内容营销案例 买网站模板 苏州网站seo 地产平台网站模板 信息安全等级保护二级标准 网络营销环境对策 电商营销策略案例 盐山网站 动画网站模板 郑州营销策划培训学校 信息安全是对信息的 做网站一般用什么语言 网络安全分级因素 网络安全字体图片 免费网站域名注册 电商网站模板 龙岗网站推广 网站建立费用 微网站营销 重庆建网站 网络安全宣传计划 义乌网站建站 信息安全和网络安全 微网站营销 手机信息安全概述 第五届全国信息安全等级保护技术大会,-1 网站托管维护 手机信息安全概述 建立企业官方网站 深圳市移动端网站建设 我国网络安全漏洞管理 南昌网站优化 网页制作免费网站建设 我国网络安全漏洞管理 国家信息安全服务资质一级 网站建设的好处 网络安全和运维哪个好 苏州网站seo 工信部网络安全管理局 信息安全竞赛干什么 广州网络微信营销公司有哪些 网络安全热点 网络安全术语 手机信息安全概述 网络安全防护 汕头网站公司 上海品牌营销服务 电商网站多少钱 景区网络营销的方式 自助外贸英文网站建设 关于信息安全测评认证收费标准 防城港网站建设 武汉网站优化seo 微博营销 做网站一般用什么语言 360网络安全大学 机房网络安全三级等保 集团网站建 做网站设计制作的公司 高大上设计网站欣赏 自助外贸英文网站建设 营销邮件费用 番禺网站推广 海安做网站 网络营销环境对策 成都网站制作设计 网络营销理解和认识 营销主要营销 网站信息安全维护 google 信息安全工程师,-1 计算机信息安全产品 网络营销的对策有哪些 网站组建