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
网站建设市场需求分析购物网站建设网络营销推广 优帮云国家网络安全主管部门在线营销策划培训课程研究院信息安全管理2017年网络信息安全法上海的外贸网站建设公司网络安全审查 俄罗斯企业员工信息安全培训班在这个世界里,跨界石,是一种神奇的东西。相传上古时期,轩辕姬得之,拥有掌控南北两极之能,所以控磁场,造司南。大禹得之,拥有排山倒海之势,所以治江海。? ?...... 而觉醒职业和灵器,是这里每人都渴望的事。 雪擎,一个被祝福和诅咒同时缠上的少年,即将开启一段传奇之旅...... ?穿越到了火影世界,穿越成为未被灭族的漩涡一族的族人,好在作为穿越者他也拥有必备的金手指系统,能够复制万能系统,我看一眼你这个禁术不错拿来吧,你这个血继限界不错拿来吧,你强任你强,系统最猖狂。一个被亲戚逼上绝路的山村小子意外意外获得神秘小鼎踏上修行之路,且看他如何一步步走到大陆巅峰,搅动世界风云!这是一个崭新的世界,在这个世界没有魔法斗气,只有五彩斑斓的元素充斥着整个世界. 每个人只要到了十岁就可以进行元素修炼,通过自身的感悟和运用进行战斗。 而这本书主要是讲述一个没有元素感知力的少年,是如何一步步称霸一方统领一界的......陈彬为了完成父母夙愿,考入警校的刑侦专业。 可进入警局实习的前一天晚开始噩梦。 即将发生的凶案细节,全部都会清晰显现于梦中。 跟踪案件,抽丝剥茧,层层拨开,最后竟是一个巨大的阴谋。一群“正义之士”在征服各次元的故事。人的命运,得看机遇。 吴晓是一位大学毕业生,可是在这个大学生如白菜一样的年代,毫无背景的他想要找一份好的工作已是不容易,更别提出人头地,有一番成就了。 在一次偶然他遇到了神奇的超级智能系统,从此他的人生发生了翻天覆地的变化。。。苏霁尘被系统给坑了,在娘胎里面一待就是十年。 【叮,签到成功,获得至尊剑骨】 【叮,签到成功,获得混沌道体】 【叮,签到成功,获得不灭金身诀】 【叮,签到成功,获得斩天拔剑术】 那一日,紫气横盖三万里,至尊降生。 混沌道体,手持祖剑,身上不灭金身,至尊剑骨让万族臣服。 十年之期满,苏霁尘降生。 苏霁尘:“太强了不给出生?我反手就将老娘堆成仙!” 高阳原本是个蓝星的雇佣兵,在一次执行任务中来到了金庸武侠世界--神雕。 在神雕世界中获得武林中人梦寐以求的武林秘籍,左手六脉神剑、右手降龙十八掌,年纪轻轻就达到别人一辈子的成就, 一个小小的蝴蝶能带动多大的效应?神雕世界因为高阳的到来又会有什么样的变化?神雕中的爱恨情况是否因为高阳的到来而改变? 让我们走进神雕世界,看高阳如何在江湖中翻云覆雨~~~~~ 各位书友要是觉得《神雕之我是大魔王》还不错的话请不要忘记向您的朋友推荐哦本故事纯属虚构
响应式网站 淘宝店铺营销推广方案 精品手机网站案例 外贸b2c网站建设 明星营销 伍佰亿官方网站 如何定位网络营销渠道 聊城网站建设费用 静安微信手机网站制作 信息安全媒体 前世老婆的前世记忆咨询【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 发育倒退的原因分析【企鹅383550880】√转ihbwel 与男友前世的影响分析咨询【σσЗ8З55О88О√转ihbwel 前世今生的故事如何改变命运?咨询【企鹅383550880】√转ihbwel 心理咨询与灵性指导【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的故事如何影响现代生活?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 莫名其妙感伤的前世因果咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 解梦的前世因果咨询【www.richdady.cn】√转ihbwel 外灵的干扰特征【σσЗ8З55О88О√转ihbwel 无形干扰的解决方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世老婆的识别方法【σσЗ8З55О88О√转ihbwel 如何识别外灵干扰的症状咨询【企鹅383550880】√转ihbwel 灵性提升课程【σσЗ8З55О88О√转ihbwel 中国信息安全实验室 网站申请 信息安全媒体 台州公司网站建设 西安营销型网站 网站翻页信息安全攻防 无线破解 网络信息安全月报 网络营销推广 优帮云 如何预防网络安全威胁? 网络营销学下载 网络信息技术应用与网络安全 营销组合的4p 网络安全测评方案 营销起源于什么时候 网络安全监测方案 外贸b2c网站建设 星巴克微信营销ppt模板下载 零基础学网络安全 采用模版建网站的缺点 集团门户网站建设不足 风险评估管理软件 信息安全 比较 网络信息安全实施意见,-1 白帽子-高端信息安全培训 在线营销策划培训课程 零基础学网络安全 跨境电商平台营销方案 facebook个人信息安全 中软信息安全考试题库 目前网络安全市场 QQ转发营销活动 信息安全服务收费标准 网络广告营销方法 合肥网站设计高端公司 如何定位网络营销渠道 新的网络信息安全法 想做一个网站 网络安全厂家销售 网络营销成功事件 信息安全技术的销售怎么样 网络信息安全月报 营销具 网络安全扫描能够 国内网络安全形势 西安营销型网站 台州公司网站建设 网络营销的作用价值 2017年信息安全研讨 重庆搜索引擎营销工具 深圳网站建设迅美 网络营销策划举例 安康网站建设 信息安全漏洞 网站翻页信息安全攻防 无线破解 国家支持什么参与网络安全国家标准 qq群营销 网站建设市场需求分析 信息安全与网络安全 营销调研的过程选手机网站 网络安全的漫画 如何预防网络安全威胁? 营销调研的过程选手机网站 安康网站建设 信息安全是对信息的 静安微信手机网站制作 外贸网站推 营销推广点 提供做网站企业 研究院信息安全管理 达内培训 网络营销课程 美国网络安全立法 网络与信息安全的建议,-1 网络安全 构建网络空间营销网站 信息技术与信息安全 防范系统攻击的措施包括 微信营销的特点有哪些 聊城网站建设费用 怎样建立网站 营销组合的4p 外贸网站建设公司方案 网站建设方案设计心得 伍佰亿官方网站 isccc信息安全服务资质 营销具 信息安全二级等级保护,-1 网络信息安全分类 营销起源于什么时候 信息安全与网络安全 国内网络安全形势 网络安全审查 俄罗斯 网络安全综合解决方案 外贸网站建设公司方案 2017年信息安全研讨 ctf网络安全比赛 西安营销型网站 网站seo 安康网站建设 跨境电商平台营销方案 伍佰亿官方网站 信息安全与网络安全 qq群营销 怎样建立网站 成都网站设计制作工作室 西安营销型网站 手机信息安全概述 提供做网站企业 怎样建立网站 想做一个网站 网络安全日 队伍 最新网上营销方法 想做一个网站 信息安全漏洞 短信营销渠道 网络安全测试与评估 旅游企业网络营销案例分析 网络安全法 正式 明星营销 2017年信息安全研讨 网站建设市场需求分析 网络安全敏感 罗马尼亚 密码技术是网络安全 网络安全法宣传短信 中软信息安全考试题库 5设计网站 国内信息安全软件厂商 西安网络营销电子商务培训课程 网站申请 信息技术与信息安全 防范系统攻击的措施包括 网站seo 网络安全攻击事件 营销小组 网络安全综合解决方案 重大信息安全考研,-1 网络安全日 队伍 保定 网站建设 网站申请 信息安全检测定义