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
网络安全 数据什么不属于网络安全技术芜湖网站开发网站制作行业网络安全攻防入门与进阶什么叫网络营销网络信息安全管理员做网站设计所遇到的问题网站建设套餐广州专业手机网站设计意外穿越大秦,成为八公子嬴子夜,觉醒神级阅读系统,只要读书就变强!只要读书就能获得无限奖励,只要读书便可入圣! 为此,嬴子夜终日闭关读书,兢兢业业,不招灾,不惹祸。 终有一日! 始皇重危,意欲东巡求长生。 墨家蠢蠢欲动。 六国余孽准备造反。 赵高意欲篡改遗诏。 …… 嬴子夜知道,这时候不能继续藏了!再藏大秦不复、自己也将被胡亥杀死! “扮猪吃虎十余年,今日本公子不藏了!” “今日,本公子以读书入圣!一剑斩天!” “传令,三千大雪龙骑军出动!” “传令,铁浮屠出动!” “……” 特种兵赵阳一觉醒来却发现自己竟然魂穿三国时代,并且获得了无双帝皇系统。他从此开始收名将,纳美人,灭刘备,退孙权,拒曹操煌煌一世。曹操:“我曹氏子弟不如子炎分毫。”刘备:“谁能帮我除了赵子炎,我封他为王。”孙权:“赵子炎是上天派来惩罚我的吗?”赵阳:“我还没发力,你们全倒下了,还让我怎么玩啊?”最后问鼎江山一统天下。赵阳看着眼前的皇座,心中无限感慨:“我本低调,但实力不允许,奈何奈何~~”道听途说、亲身经历,供各位看客茶语饭后消磨无聊的时间…妇好,中国历史上有史载的第一位女政治家、军事家,商朝第二十二代商王武丁之妻、妣辛王后。大地和天空退回三千年前的悲壮,一幅幅波澜壮阔画卷陷入眼窝。在九州大陆,皇城之巅,有一位传奇人物,他正是皇城之主,九霄神帝,也是九州大陆最强悍的存在之一。全小说以一位叫做慧空的和尚在寺庙打坐时梦见的奇异景象和梦,和大多数玄幻修仙小说一样是以成仙问道为主题。掌混沌太荒之力,修真龙不灭之体,诸天万界,唯吾独尊,觉神脉,修神诀,武道之极,逆天屠神!《重生玻色子生命体》序列书籍:第一部 《韵之界》 第二部《元宇宙:权力之眼》。有前情提要,读者可以直接越过第一部,直接阅读。 本文描写一对乡下的老夫妻,一起过着平凡的而甜蜜的生活,苦中作乐,为了能够购买到一辆5000元的三轮车而,老两口不断去努力种地挣钱的故事。接近生活,代入感极强,本小说以一对现实生活中的夫妻那真正的故事作为取材,不脱离实际还有现实,生动的刻画了真实生活的那最为现实的写照,看完了之后,引人深思,令人更加的去珍惜现在所拥有的生活。趁您的亲人好友还在人世,多多珍惜,生活,那是最为苦涩而甜蜜着的。没有比这个更离谱的事情了! 陈墨只不过喝了几口水,居然马上就要死了? 【你如果还想活命,来,献祭十年寿命,我告诉你方法。】 陈墨愣愣的看着脑海中,一盏青铜灯表面浮现的血色文字。 他登上一艘被黑气环绕的豪华游轮,没想到青铜灯上的文字却立刻更新。 【我不会告诉你,这艘船上能造成你死亡的因素,大概有六千多万个……】 他吃了一颗仙气盎然的果子,以为是主角光环降临,获得了奇遇,从此走上人生巅峰! 结果青铜灯浮现文字。 【你吃了一颗充满污染气息的水果,等着死吧……】 陈墨有点控制不住下巴,这是金手指? 点燃灯芯,可以获得超凡能力。 他充满期待的盯着青铜古灯。 【抱歉,你的脑袋进水了,点燃失败。】 陈墨没有穿越,但是他一直赖以生存的世界病了,他也病了。 “如果我还有得选,我希望继续以人类的身份活下去。”
哈工大信息安全854复试 网络安全公司 获客 网络安全法 互联网 合肥网站制作公司排名 网络安全攻防入门与进阶 网盘建网站 信息安全等级保护北京,-1 龙岗营销网站建设 网站建设团队 网络营销策略的缺点 家庭关系【www.richdady.cn】 亲子关系中的沟通艺术咨询【www.richdady.cn】 家庭关系的沟通技巧有哪些?【www.richdady.cn】 祖灵【www.richdady.cn】 耳鸣的前世记忆【www.richdady.cn】 解决孩子不爱读书的问题【企鹅383550880】√转ihbwel 如何预防冤亲债主的干扰?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 学习成绩差的前世因果【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 官司的前世因果咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 工作升迁的障碍与突破【企鹅383550880】√转ihbwel 通灵与心理学结合咨询咨询【微:qq383550880 】√转ihbwel 升迁障碍的职场突破威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 有官司的调解技巧咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的职场调整有哪些方法?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的职场调整有哪些方法?咨询【σσЗ8З55О88О√转ihbwel 孩子厌学的环境影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 去世的父亲的前世故事【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 升迁障碍的职场策略咨询【σσЗ8З55О88О√转ihbwel 暗恋的咨询技巧咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的职场心态【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 营销培训课程费用 景县网站建设 营销型网站如何制作 网络安全工作要点 宁夏网站设计 网络安全部署方案 信息安全 峰会行业网络营销分析报告 邢台网站制作哪家好 网络安全训练 响应式网站建设信息 网站建设公司哪个好 网站整站 网络信息安全期刊 网络安全培训 记录 信息安全等保彩页 信息共享与信息安全 营销转化 网络安全工作 意见建议 营销广告的表现形式 营销的闭环 做网站程序 网络运营与网络营销 iscc信息安全与对抗 网站制作行业 网络安全 数据 网络安全技术与实训(第2版) 上海网站建设 网络安全技术与实训(第2版) 2015中国个人信息安全问题研究 什么叫网络营销 内容付费如何营销 B2B网络营销难点 专业信息安全,-1 专业信息安全,-1 营销转化 中国亚马逊营销的优势 网站设置好了关键词怎么样在搜索引擎里搜索关键词就能有排名 珠海企业网站制作费用 互联网信息安全案例分析 制作网站公司唐山 邢台网站制作哪家好 网络信息安全检查 重庆免费网络营销 营销的基本要素包括 国内ui网站有哪些 网站建设团队 网盘建网站 网络安全内部威胁 晋城做网站 合肥网站制作公司排名 龙岗营销网站建设 厦门网站开发建设 企业网络安全体系建设 晋城做网站 郴州网站seo 网络安全培训 记录 网站数据包括哪些内容 信息安全 研究所考研 信息安全等保彩页 信息安全等级保护北京,-1 网站建设公司哪个好 企业型网站 云彩网站 网络安全法 肉鸡手机网站建设动态 营销型网站如何制作 互联网营销证书 青岛网站维护 电器网站建设目的 计算机网络安全服务包括 网站制作前期所需要准备 网络营销资源合作 2011年中国互联网网络安全态势报告 南昌寻南昌网站设计 交易营销的例子 河南省网站建设 网络信息安全期刊 网络安全法 肉鸡手机网站建设动态 网络安全公司 获客 16达内网络营销盘 宁夏网站设计 网络安全等级保护版本 国内ui网站有哪些 江苏网站制作企业 营销的闭环 网站制作行业 网络安全等级保护版本 网络安全法 互联网 数据中心 年度网络安全检查报告 北京展览馆 网络安全 网络安全法 互联网 芜湖网站开发 网络营销资源合作 专业信息安全,-1 信息安全等保彩页 网络安全法敏感字 2014广西信息技术与信息安全 政府系统信息安全检查指 青岛网站建设公司 大型手机网站制作 B2B网络营销难点 太原网站开发哪家好 淘宝店铺线上营销 宣城网站制作 网络安全名词 国外的网络营销论坛 信息安全等级保护北京,-1 银川建网站 营销人优点 SDN与网络安全 博客营销 blog 手机网站建设动态 网络安全案例 ppt 景县网站建设 互联网信息安全案例分析 计算机网络安全服务包括 网络安全训练 网络安全技术与实训(第2版) 网络营销的5种类型 大型手机网站制作 合肥网站制作公司排名 淘宝网店的营销方法有哪些内容衡水网页网站建设 网盘建网站 信息安全集成资质 微信营销的特征宝安网站设计 网络安全与黑客的关系 制作网站公司唐山 哈尔滨网站开发 广东米酒营销 做网站设计所遇到的问题 六安做网站公司 信息共享与信息安全 电影网络营销推广 网络信息安全检查 银川建网站 珠海企业网站制作费用 什么叫网络营销