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
郑州网站设计国家网络安全计划国家网络安全计划郑州高端网站建设手机网络安全软件网站制作员长沙做网站谷歌网站建设国家信息安全应急中心开通网站后全网营销网络苏铭阴差阳错穿越到了御兽世界,熬了十八年终于在御兽天赋觉醒时等来了自己的金手指,超能加点。 资源转化为强化点,可以用来提升自己和御兽的各项数据。 路人:老师,凭啥苏铭御兽和我一样等级,他的体型是我御兽的几倍大。 苏铭:其实是他比较贪吃,长得胖。 路人:老师,不好啦学校塌了,苏铭的那头食铁兽推的。 苏铭:老师,这真不能怪我啊,他就轻轻摸了一下而已。 老师站在废墟之前,看着那头十几米高的食铁兽,正拿着学校避雷针剔牙时愣住了。 “苏铭,你这御兽是精英级别的?!!!!” 唐听白魂穿异界,成为大燕皇帝,觉醒最强王者系统,不断完成系统任务,获得王者英雄!   斗文臣?派个诸葛亮就够了!   收兵权?我儿奉先何在?   剿灭叛乱附属国?关羽、孙策你俩去吧!   朝堂得意,唐听白的后宫更是幸福。   妲己:请尽情吩咐妲己,主人。   大乔、小乔:皇上~,你好坏。   钟无艳:哈哈哈,亮个相吧,小宝贝!   短短两年大燕国力恢复,平北方四岛、灭南方诸国、战南印天竺、剿西方波斯。   然而,故事才刚刚开始。   还有更多的英雄等待唐听白的召唤……这个世界本来是关于修仙的,一切都向好的发展……但是有一天魔法突然复苏了!!!惊动了修真界!短短几天修真界崩溃了!!!新的秩序诞生了。 魔气降临在地球上面,让世界发生了巨大的变化!世界的另一边…也缓缓露出水面。 世界的尽头,是什么? 世界之外有什么?是宇宙吗? 魔法复苏?这是什么情况? 魔气复苏?这又是什么惰况? 是魔法复苏、还是魔气复苏?这是福还是祸?主角该怎么去面对? 灵气复苏?魔法复苏?是魔法复苏,还是魔气复苏!究竟是什么呢?主角是人还是魔! 还是说地球原本就是一个魔法的世界! 在一个架空历史的现代社会, 生活着不同的奇能异人, 他们为各种势力服务。 而主人公江河原本只是贵族学校富二代李飞飞的伴读书童, 阴差阳错地成为了洪门大佬。 身份的改变也让他陷入更大的阴谋旋涡中。 他凭借着天语目录改写命运, 打败了一个又一个黑暗势力的阴谋。全新的角度探索意识空间。在未来有一种职业叫意念操控师,可以重塑人的意识,以达到某种目的。一个受当下穿越小说影响的小老百姓,带的准备好的知识真的穿越到大明朝会发生什么事,妈妈看啊,有神仙,真的带我穿越了。萧阳绰号&amp;quot;杀破狼&amp;quot;,为兵部第一人,因任务失败入狱五年,出狱后本想过平淡生活,谁知接连不断有人招惹陷害他,震怒之下,长啸琼霄,血染长天,抵穷山恶水进行万里击杀,直至双方见面后最终一搏!生于黑暗之中的无奈,却背上救赎大陆的责任,在阴谋诡计中行走,与兄弟朋友的手足情深,与恩师结束乱世纷争何为正义何为魔? 到底都是谁在说?你若自诩善良人,我便就是最上魔! 我自热情爱世界,我以我正义,诛杀尔等冷血伪善满天神佛。 地球这方世界真的太小了,像是无边大海中的一粒沙尘,沙尘外又有什么样的世界?什么样的精彩? 地球上一个普普通通的年轻人,年幼时遇到一位神秘人,本以为遇到了传说中的世外高人,哪知其另有目的,来自另外一个世界的他只是需要一个人肉快递,跨越两个世界间的虚空,但意外之下所有努力都为年轻人做了嫁衣,送人又送宝。年轻人大难不死后,经过虚空中的千锤百炼,又得到了可以产生灵气的世界树种子,在各种势力为了灵气厮杀争抢时,年轻人自带灵气源泉,取之不尽用之不竭,注定了要在这新世界里称王称尊,当然还有妻妾成群,原来这样才是修行。
手机网络安全软件 免费营销软件 计算机信息安全四级 手机网站建设哪个 国家 网络安全 信息 网络安全与经济发展 网络安全应急处理流程图 惠州网站开发公司如何自己建网站 营销的表现形式有() 福州做网站建设服务商 事业不顺的职场突破技巧有哪些?【www.richdady.cn】 脑部不清晰可能是哪些疾病的表现【www.richdady.cn】 冤亲债主的前世今生咨询【www.richdady.cn】 事业不顺的职场突破咨询【www.richdady.cn】 前世今生的修行案例【www.richdady.cn】 儿子抑郁症的症状与诊断【www.richdady.cn】√转ihbwel 前世缘份的解读方法咨询【企鹅383550880】√转ihbwel 与女友前世的记忆解析咨询【σσЗ8З55О88О√转ihbwel 耳鸣的心理调适【σσЗ8З55О88О√转ihbwel 去世的父亲的前世案例【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 婚姻生活不顺的解决方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 儿子不读书的咨询技巧咨询【www.richdady.cn】√转ihbwel 事业不顺的职场建议有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 无形干扰的原因分析【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的修行案例咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 失业的前世记忆咨询【σσЗ8З55О88О√转ihbwel 老公家暴咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 去世的父亲在哪【www.richdady.cn】√转ihbwel 自闭症的康复训练【www.richdady.cn】√转ihbwel 什么原因意外威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 深圳高端网站制作费用 2017信息安全会议福建,-1 小米手机搜索引擎营销案例 工控网络安全学院 国家信息安全应急中心 信息本身具有()等特性使信息安全容易受到威胁和损害. 合肥网络安全 关于开展信息安全等级保护 安全建设整改工作的指导意见 手机网络安全软件 汕尾网站建设 跨境网络营销 营销案例专家 南通网站建 网络安全业务推广 湛江有那些网站制作公司 邮件营销 模板 信息安全工作证是什么,-1 佛山做网站 复旦+信息安全 川大信息安全考研 信息安全综合设计与实践,-1 数字化营销的特点 山大信息安全好不好 新网站制作平台 自适应网络安全 信息安全风险评估规范 网络安全宣传周标识 商城网站都有哪 些功能 邮件营销 模板 网络营销与ui设计方案 网络营销分为哪些类型 工信部网络安全局 珠海模板网站建设公司 泰合信息安全 网络安全大赛ctf赛题 网络营销是指以互联网 移动公司网络信息安全 中国计算机网络信息安全展 国家高度重视网络安全 计算机网络安全心得体会 计算机信息安全四级 常用的信息安全防护技术 第四届网络安全大会 ibm 高级信息安全顾问 万先生网站产品网络安全红线2.0 网站建设品牌公司 洋码头 营销活动 设计网站酷 长沙中安密码信息安全测评中心 外贸整合营销 信息安全特性 网络信息安全部成员 脑白金广告的营销理念 信息安全工作证是什么,-1 我国信息安全等级划分 商务类网站咸宁商城网站建设 app展示网站 时事与网络营销 在无线网络中 哪种网络一般采用基础构架模式 信息技术与信息安全 视频病毒营销的案例 学网站设计 科技部 网络安全 佛山做网站 万网做网站 合肥网络安全 互联网信息安全领导小组 让学员了解idc机房内的网络安全技术及 防火墙技术; 国家信息安全周 做网站的公司 让学员了解idc机房内的网络安全技术及 防火墙技术; 视频病毒营销的案例 互动营销案例 网络营销案例论文 企业网络安全认证证书 企业产品展示型网站案例 2016 计算机网络安全大会 微博营销与运营 信息安全企业合作 热点营销 建设网站费用 深圳信息安全公司排名 电商 病毒式营销 工信部网络安全局 免费营销软件 企业网络安全怎么管理 网络安全与经济发展 珠海模板网站建设公司 视频营销推广软件哪个好 网络安全业务推广 南通网站建 惠州网站开发公司如何自己建网站 网络安全专业 企业营销的方法有哪些 app展示网站 互联网信息安全领导小组 微博营销与运营 网络安全大赛ctf赛题 企业营销的方法有哪些 山大信息安全好不好 长沙中安密码信息安全测评中心 汕头网站设计公司 山大信息安全好不好 网站制作员 建立网站备案需要什么资料 关于开展信息安全等级保护 安全建设整改工作的指导意见 中国信息安全保护 万网做网站 2017信息安全会议福建,-1 西安网站架设公司 网络安全培训 网络营销内容是什么意思 营销的表现形式有() 网络安全对抗实训及操作仿真平台 服务好的微网站建设 基于python的网络安全 手机网络安全软件 互动营销案例 网络安全优秀教师奖 信息产业信息安全测评中心 招聘 2015信息安全竞赛题目 河南金鑫信息安全等级技术测评有限公司 脑白金广告的营销理念 seo网站推广方案 昆明网站制作报价 许可营销工具 在无线网络中 哪种网络一般采用基础构架模式 信息技术与信息安全 信息安全性测试方法 西安网站架设公司 中国信息安全风险 什么是网络病毒营销 医疗网站建设案例 深圳信息安全公司排名 跨境网络营销 医疗网站建设案例 搜索引擎微信与口碑营销