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
淮北网站设计用别人的网络安全吗东莞长安网络营销招聘信息国家网络安全局巡视网络营销的精髓是什么linux网络安全招聘工控网络安全龙头公司网络营销的 书籍推荐东欧 网络安全敏感国家苏州专业做网站上海企业网站优化每个生灵都有劫体,谁能为极仪一战?最终是否成为纯极仪的世界呢?人类、异兽、亡灵,三个不同世界的种族同时遭受了灭顶之灾,在天人族的援助之下,他们进入了《寰宇》大陆。 资源的有限和欲望的无限是每个种族都要面临的矛盾,于是,一场针对人族的灭族之战开始了,人族被屠戮殆尽。 在战争的最后时刻,王任终于拿到了人族最后的希望,逆天级道具——时光尺。 伴随着系统的死亡提示,王任回到了5年前,《寰宇》刚刚开服的时刻。 王任看着活过来的时光尺,忽然明白,重生,才是人族的希望。 一条重建人族的复仇之路在他的面前缓缓展开。 这次,他要重新发起灭族之战,而灭族的对象,却不再会是人类。这是讲述精灵王东东与混沌魔君索伦森之间的关系,以及关于其他精灵王的故事  这是伪神黄昏,也是新神黎明,当新旧两派神祇还在不断明争暗斗之时,是否有人曾抬头望向那深邃黑暗的天空,那里,也许还有别的东西在默默注视着他们!   而当末日之战真正降临的这天到来,是否有人能逃过那不可名状的恐怖,又或是置之死地而后生,成为新的恐怖存在!   身为最后一个人类,名为余烬的少年将如何创造自己的传说故事,又将在这场即将笼罩整个蓝星的阴影中何去何从?不明日,灵气聚散,孕一神明,混沌始开。 清上浊下,天地得以开分。 绝地天通,分九重天,地十八层。 不周断,妖兽四起,尸山血海,民不聊生。 祖龙化力,平妖兽之乱,助秩序重修,现龙门、起天山,灵气借而复苏。 灵气始然,百家争鸣,拳脚技法、刀剑步招、丹药法门,皆而传之。 每逢十八,三界分合,灵气完足纯厚。 上天山,入重天,可获机缘,经劫难,入九重天,可为上神。 飞禽走兽,跃龙门,亦得造化。 妖兽鬼魅、近夜而行、夺精魄血肉、以逆天而修,堕入地浊,为大妖,称阎罗。 修士十八为修,替天行道,赶早悟化。 平常人家,不入不扰,食烟火、练拳脚,安之乐之。 周而复始,仙运再临,且看有缘者,乱世沉浮,得造化,显神通。 一直遭受女朋友母亲无情刁难辱骂为“破代驾”的他,却因其英俊,技术好被绝美女客户看中,青睐有加! 旋即,叶飞豪在卷入一场女人的战争后,可谓时来运转,竟意外获得第一桶金,并寻得惊世灵根,激发旷世医武道法! 从此他投身商海,掀波弄潮,美女财富涌来;更是纵横医武,打脸各色权贵,横扫都市,成就一代豪横世家!漆黑一片 你:这?是哪里,我?又是谁。 陌生的声音:“你好啊,来自异世的意识, 欢迎来到次元。” 你:意识?次元? 陌生的声音:“在一切开始之前,请记住我的话,不要试图冲破法则,不要触动禁忌,更不要死…不要半途而废,就做一个旁观者就行了,好了就让一切开始吧,睁开你的眼” 声音消失了 你突然听到了风声,很大,但你却感受不到,你慢慢睁开眼,发现自己正在高空自由落体,还没等你搞清楚状况,你已经落地了,由于你存在特殊所以你安然无恙,落地后你遍开始了所谓的旁观。 不管过去多久,过去多少年,总是少不了校园霸凌事件,憨厚有点肥胖的高二生王翼就是一名受害者,只会在虚拟世界找到自己,在虚拟世界不会被打扰,对于极限速度壁球有着非常执着的念头。 某一天,学校的校花“向敏”找上他,并在他的虚拟现实手环安装了一款极其神秘的游戏软件,从此走上了勇敢,坚强的道路,变成不管面对什么事情都会去勇敢面多的少年。我因为一场意外,来到了一个不属于我我的世界,如同我也要拥有其他穿越者拥有的系统。活在这个动乱的年代,身为江湖大佬的许锐锋已经很疲惫了,当他准备相亲过点小日子时,没想到竟然相亲相回来一个间谍…… 她,深入敌营窃取情报; 她,组建底下情报网络向中央传递信息; 她,在敌后无孔不入,备受嘉奖。 当全世界都以为这个女人是王牌特工时,她,却矮下了身子正在给许锐锋洗脚。 因为她知道,没有这个男人,自己早死了成千上万回,而整个北满的日本人都在以抓到这个男人为荣。 他,就是北满第一杀手,左手枪王,北满地下秩序的统帅,大老许。
购物网站推广 网站如何申请微信支付 营销学习 x网站免费 珠海动态网站制作外包 泊头建网站 网站创建流程教程 网站建设 甘肃 农业网站建设 保险网络营销 与女友前世的影响分析【www.richdady.cn】 冤亲债主的干扰与解脱咨询【www.richdady.cn】 为什么过世【www.richdady.cn】 亲子关系的教育策略咨询【www.richdady.cn】 内心恐惧胆怯的案例分享【www.richdady.cn】 家庭中常见的意外事故原因【企鹅383550880】√转ihbwel 亲子关系的心理建设方法有哪些?【σσЗ8З55О88О√转ihbwel 儿子不读书的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 什么原因意外【企鹅383550880】√转ihbwel 孩子厌学的前世因果咨询【www.richdady.cn】√转ihbwel 无形干扰的咨询技巧【σσЗ8З55О88О√转ihbwel 与女友前世的前世修行【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的解决技巧【企鹅383550880】√转ihbwel 投资项目的案例分享威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 有官司的案例分享【σσЗ8З55О88О√转ihbwel 有官司的心理调适【企鹅383550880】√转ihbwel 内心恐惧胆怯的前世因果咨询【企鹅383550880】√转ihbwel 事业不顺的风水布局【微:qq383550880 】√转ihbwel 前世老公的前世因果咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生对现世的影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 青岛网站设计公司电话 南京移动网站设计 公司的信息安全系统 可口可乐的软文营销案例 深圳营销型网站建设 上海高端建设网站 web网站设计的上海建设网站制作 对网络营销课程的认识 病毒性营销有哪些特点 权威的手机网站建设 东营有网站 2012年中国互联网网络安全研究报告 阿图什网站 精美的网站 珠海动态网站制作外包 信息安全cisp 网络安全攻击和防御郑州网络营销服务 网络安全及防护 病毒性营销视频 东营有网站 医院推广营销计划 微信朋友圈营销的好处 网络安全动画片 深圳 网络安全 email营销手段 网络营销目标包括哪些内容 我国信息安全形势 安卓网络安全协议 星巴克的微博营销案例公司信息安全培训 信息安全是否考研 佛山网站建设怎样做 个人信息安全评估报告 网站如何申请微信支付 外贸网站设计 珠海动态网站制作外包 网络营销产品策略 淮北网站设计 营销学习 网络营销师证书 中央信息安全委员会 哪里学营销 数字营销与数据库营销 玩具外贸网站模板 2014年网络安全发展现状 网络营销的 书籍推荐 南京移动网站设计 网站被降权 济南网站营销 x网站免费 安卓网络安全协议 国家网络安全学院 武汉 自己造网站 深圳 网络安全 外贸网站定制 可口可乐的软文营销案例 网络营销师证书 全网网络营销系统 网络营销课程老师 2014年网络安全发展现状 上海高端建设网站 外贸全网整合营销 网站开发与网站制作 个人微博营销特点 深圳营销型网站建设 东营有网站 社交网络安全问题 linux 网络安全 命令 外贸网站设计 网站建设 甘肃 网络营销目标包括哪些内容 哪里学营销 网络安全与信息安全的关系 网络安全攻击和防御郑州网络营销服务 张店制作网站 青岛设计网站的公司哪家好 信息安全和软件开发 营销型网站定制 大学生营销 网络安全宣传单内容 珠海动态网站制作外包 合肥 网站建设 重庆网络安全测评机构 网络安全和信息安全的区别 绵阳做手机网站 怎么建网站 淮南网站建设 自主建网站 网站建设协议 江西网站建设 江西网站建设 社交网络安全问题 高校信息安全实验室 大连做网站的企业 网络营销的精髓是什么 微博营销的swot 安卓网络安全协议 建网站就找伍佰亿 营销推介 邢台做网站可信赖 网络安全产业报告 烟台制作网站的公司 网络营销课程设计总结 泊头建网站 精美的网站 开源网站管理系统 郑州网站建设哪家有 公安局信息安全证明,-1 南京网站推广营销公司哪家好 网络安全动画片 北京 网站建设 阿图什网站 经典新媒体营销案例分析 网络安全及防护 网络营销产品策略 星巴克的微博营销案例公司信息安全培训 网站建设优化服务价格 东欧 网络安全敏感国家 网站空间 用别人的网络安全吗 网站后台修改内容看不见了 冷色调网站 2014年网络安全发展现状 信息安全是否考研 深圳网络营销师招聘信息 网络安全与防火墙技术的研究 网站创建流程教程 长沙哪里做网站好 中国个人信息安全 病毒性营销视频 自己造网站 微信朋友圈营销的好处 关于网络信息安全 上海高端建设网站 哪家网站建设好 运行 打开网络安全中心