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
湖南网络与信息安全测评中心企业网页设计网站案例亚马逊的网络营销形式厦门网站建设要多少钱保障网络安全九江网站建设网站搭建公司官网网络安全协议分析中小型企业网络安全和管理京东网络营销推广策略为了迎合他,我练手练了半年多,孩子和生病的老妈都没大照顾。没想到,他打勾级是那种打法。木易忿忿地说。她那双桃花眼里好像突然间水就蓄满了,随时都可能溢出来似的。 怎么个打法?水弯好奇地问。 无邪少女!木易用手轻轻点了一下水湾的额头,情绪也平静了少许,双眼里的蓄水也明显下降了很多。 秦虺听到木易的话,噗嗤,忍不住就笑了。他和岳一轮终于明白木易的同事怎么突然间就能李代桃僵,领先木易无数个身位,成了陈教授的博士生。天下之人皆可修仙,万神榜上众神为世间修士仰慕之人,其中以四大武神为尊。 修仙世界以实力至上,即使阴邪之人,亦能登顶武神之列。那当世最强武神,欲将世间灵气控制,使世人重回凡人之列,减少修仙之人。 压迫至极必有反抗,朴实僧人以血渡苍生,中年儒生为天下之人谋前程。一时间群雄并起,反抗之战愈演愈烈… “白景,你可知我一直喜欢你”,这一日,那位风流女子剑修,最终亲自斩断情丝,成就天下第一剑神。 且看修仙废物白景,如何带着系统修炼日夜苦修,问鼎天下,成为最强武神,重新订制世界规则! 罗修在一场梦中获得了一枚神奇的戒指,戒指中藏着一个魔,噬魂者,自此以后,罗修得噬魂者的帮助,连同雷羽川,和绿色幽灵等各种邪恶的组织进行了一连串的较量被迫害的李只能带着一对B去打NBA, 本来只想混两年就买只球队当老板, 没想到阴差阳错, 居然混到了总冠军。此篇文章并非笔者原创作品。只是近来想到,文言文的书籍对于大多数人来说存在阅读困难,而通用的译本又比较单调乏味,于是笔者便想到何不用另一种手法将那些好的古文故事复写一遍,添加些许自创的情景和想法,尽量让故事看起来更有趣一些。于是首先选定了《聊斋志异》这本书。当然,还是推荐大家去读一下蒲松龄先生的原文,体会一下这个古代文学的写作手法,感受一下那些古词韵句,那是真正的经典绝伦、回味无穷啊。路维上一秒还在小门派的最底层摸爬滚打,下一秒就成为了魔皇…… 有谁能告诉他这是什么情况? &amp;quot;魔皇大人!请带领我们重振魔族吧!&amp;quot; &amp;quot;呵呵&amp;quot;路维内心冷笑&amp;quot;这梦也太他妈真实了。&amp;quot; 且看疑似魔皇的少年如何走向巅峰。诸神末路,外域天魔入侵,世界毁灭,诸神大战,看叶无尘重生后如何再次君临天下。天黑路滑人心复杂,靠着一份月光的工资,无法满足我的日常开销。 直到我看老头的出现时,让我觉得赚钱并不难。 月入过万,吃喝不愁,这个老头究竟给我介绍的是什么工作?? 在面对如此诱惑力的工作面前我...不由得感叹 没想到正事因为我对老头的一小承诺,让我的见识看到了这个世界的不同。万丈高楼平地起,辉煌只能靠自己! 社会很单纯,复杂的是人! 穿越后的秦凌云只想做个躺平的富二代,赚点小钱,过过以前没过过的生活! 结果被迫营业,一不小心被皇帝弄进朝堂,混成了前世的打工仔模样! 不一样的穿越之旅,一样的家国情怀。高端洪荒 大罗金仙超脱于时间长河之外,不死不灭 圣人全知全能,多元宇宙在其眼里没有任何秘密可言。 这里是诸天最恐怖的位面,是一切穿越者的坟墓。
网站价格表 信息安全评测 昆明商城网站开发 湖南网络与信息安全测评中心 上海天融信网络安全技术有限公司 东莞 企业 网站制作 兰州网站建设报价 内江网站建设 网站动效 中国国家信息安全漏洞库(cnnvd),-1 性压抑的原因分析【www.richdady.cn】 耳鸣的自我提升咨询【www.richdady.cn】 大龄剩女的职场发展咨询【www.richdady.cn】 暗恋的情感释放【www.richdady.cn】 家庭关系的幸福指南有哪些?【www.richdady.cn】 事业不顺的咨询技巧【企鹅383550880】√转ihbwel 儿子不读书威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷咨询【微:qq383550880 】√转ihbwel 灵魂种子治疗咨询【www.richdady.cn】√转ihbwel 家庭关系的沟通技巧有哪些?【www.richdady.cn】√转ihbwel 不爱读书的教育建议【企鹅383550880】√转ihbwel 事业不顺的职场突破【微:qq383550880 】√转ihbwel 孩子学习不好的辅导方法【微:qq383550880 】√转ihbwel 前世缘份的识别方法【企鹅383550880】√转ihbwel 家庭关系中的矛盾解决【企鹅383550880】√转ihbwel 邪灵的防范方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的情感修复方法有哪些?咨询【微:qq383550880 】√转ihbwel 老公家暴的应对方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与男友前世的前世案例威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 失业的心理调适【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 聊城网站制作价格 网络安全重要事件 网络与信息安全(第二版) 企业网页设计网站案例 网站统计代码 网络安全审核方案 网站整合营销 科技公司网站设 公司网站url 信息安全运维课程,-1 昆明高端网站建设公司 营销网站的成功案例 网络病毒营销活动 网络安全技术有限公司 网络安全对抗赛 为什么要加强网络安全 邢台网站建设 新手建网站 网站建设公司 网站价格表 大白兔奶糖营销案例 网络营销成功案例事件 网站建设公司 网络安全信息安全 全球网络安全峰会 昆明商城网站开发 丹江口网站开发 排名好的青岛网站建设 信息安全趋势考试 网络安全 四层 企业可以申报的信息安全证书 如何建立自己的网站 社媒营销师 济南网站建设企业 网络和信息安全通报实行 深信服网络安全 微博营销有哪些内容 上海建立公司网站 免费作图网站 公司网站url 十八大 信息安全 网站建设的方式 网站建设公司 近年信息安全事件 系统漏洞 网络安全案例 信息安全 教研室 网络安全电信诈骗政策 企业网络安全规划方案 网站规划与网站建设 电脑网络安全 网站统计代码 河北做网站哪家公司好 网络事件营销优点娃哈哈网络营销分析 山西网站设计 保障网络安全 网警提示信息安全 e营销网络版 信息安全需要的软件 上海市网络安全宣传周 e营销网络版 电脑网络安全 网站策划 2016年网络安全现状分析 个人注册网站.com 现代感网站 上海天融信网络安全技术有限公司 网站主持人 网站价格表 网站建设教程 咸宁网网站 近年信息安全事件 网站网速慢 列举5个网络安全威胁 信息安全用不用敲代码 网络安全审核方案 网络安全技术有限公司 邢台网站建设 衡水做网站公司 为什么要加强网络安全 信息安全技术有 网站建设七点 网络安全? 小红书营销策略分析 外贸家具网站首页设计 网警提示信息安全 网站主持人 app营销策划案例 营销管理 畅销书 网络安全技术就业 台州哪里做网站 网站整合营销 网络安全 会议主题 湖南网络与信息安全测评中心 网络与信息安全(第二版) 网络安全? 网站建设指导 长沙做网站 济宁网站制作 聊城网站制作价格 内江网站建设 营销讲师介绍 京东网络营销推广策略 网络安全技术有限公司 南宁网站建设找哪家 email营销的一般步骤 网络安全 展览馆 2017 百度不收录网站吗 网络营销成功案例事件 普通网站要什么费用 网络安全技术就业 邢台做网站可信赖 网站建设公司 河北做网站哪家公司好 cism注册信息安全员招聘网站兼容问题 网络病毒营销活动 网站规划与网站建设 网站建设的方式 如何建立自己的网站 新手建网站 重庆新闻软文营销 怎么建个人网站: 亚马逊的网络营销形式 桂林网站设计 信息安全评测 营销员之家 网警提示信息安全 织梦(dedecms)网站不同自定义表单提交后的跳转链接怎么修改? 网络安全重要事件 广州网络信息安全有限公司,-1常州做网站公司 昆明商城网站开发 淄博微网站 网络与信息安全(第二版) 灵动网站建设 信息安全竞赛证书 网站设计开发方案