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
信息安全应聘岗位学网络营销的学校网站修改标题有影响吗长沙网络营销推广长沙网络营销推广已备案网站长春给企业做网站的公司网络安全公司 招聘网络营销是什么系网络安全技术比较他是古文系研究生,刚毕业,就去大都市打拼,没想到半路遇扒手,没了钱包手机,靠乞丐的救济过日子,可没想到的是,因为奇遇,与妖魔邪祟打交道,渐渐声名远播,因为相貌以及性格,得到许多个富家女的青睐,也结下了不少的梁子。演绎人生百态,都市人情冷暖,以及爱恨情仇!林田获得随身空间种田,春花秋月,悠然南山,坐吃山不空。 他只想过好自己的小日子,实力却不允许他低调。 什么是钱?什么是美女?呵。 当灵果风靡全世界,人人求之不得之时,灵果制造商躺在摇椅上悠然撸猫,岁月静好。 然而,当危机降临到他在乎的人身上,要战,便战! 一个人被打造成武器,又不断变成人的故事在梦里,我梦到了一片海,在海边有一百个人静静地看海。他们说愿意把每个人的故事讲给我,让我写出来。我很羞愧,至今我的作品仍无人问津。他们说相信我,总有一天会闪闪发光。 带着他们的信任我把他们的故事转述出来,这次看似我是作家,其实写作的是他们自己。三年前,他破产落败,从天堂跌落地狱,尝遍了人情冷漠,白眼奚落,谩骂针对。 三年后,他携一身本领强势回归! 他是神医,也是杀神!不论你是想活命,还是想见阎王,都一个一个来!世界异变,规则崩坏,意外觉醒强大星魂的李飞,将何去何从。天武大陆,宗门林立,武道昌盛,丹道却毫无起色,于是就有了一个人,一群朋友,开辟丹道,逆武巅峰的故事。正当徐风在全球进化爆发后的10年后,通过自己的努力,好不容易当上物资搜寻小队队长的时候,因为一场意外。穿越回全球进化的半年前……特种部队猛虎作战旅的战士梁建华外号海蛇,在一次军事演习对抗中,因被对方的炮弹击中,无意间穿越回到百年之前的1910年东北,在匪患猖獗的环境中,制造现代化武器,尽显卓越能力,并且左右逢源,获取佳人芳心,收编其他武装,对抗国外侵略,最终成为一代英豪…这局讲述的是逐鹿之战之后,蚩尤再度复活想要再次统一全部族然后和一个拥有两个灵魂的青年“洺”相互争斗的是
西安网站开发 网络安全小方向 软件 企业网站配色绿色配什么色合适 网络安全宣传移动 网络营销的营销技巧 网络安全培训会 全球著名网络安全事件 郑州网络营销落地 凡客诚品网络营销评估 昆明企业网站开发 忧郁症的咨询技巧咨询【www.richdady.cn】 官司【www.richdady.cn】 去世的父亲的前世故事咨询【www.richdady.cn】 忧郁症的预防措施【www.richdady.cn】 为什么过世的心理调适【www.richdady.cn】 外灵干扰的前世记忆【σσЗ8З55О88О√转ihbwel 财运不佳的财富转运方法有哪些?【σσЗ8З55О88О√转ihbwel 意外事故对家庭的影响威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 忧郁症的环境影响咨询【www.richdady.cn】√转ihbwel 外灵干扰对日常生活的影响咨询【σσЗ8З55О88О√转ihbwel 忧郁症的改运方法咨询【σσЗ8З55О88О√转ihbwel 存不住钱的环境影响【www.richdady.cn】√转ihbwel 前世今生相关咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 孩子不爱读书的原因【微:qq383550880 】√转ihbwel 与老公前世的故事分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与老公前世的识别方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的前世影响咨询【微:qq383550880 】√转ihbwel 前世缘份的案例分享【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 有官司的自我保护【企鹅383550880】√转ihbwel 与公婆前世的记忆解析【σσЗ8З55О88О√转ihbwel 网络营销推广培训班 信息安全专业专科学校 主动营销意义 凡客建网站 信息安全 长沙网络营销推广 重构网站 邮件营销的图片 网站添加百度地图 网站常用颜色 网络安全培训会 网站设计模版 soc网络安全管理平台工业信息安全的重要性 企业网络安全评估 信息的安全性是网络信息安全的基本要求,-1 2017网络安全人才奖 nist网络安全框架 信息安全专业专科学校 主动营销意义 凡客建网站 信息安全 长沙网络营销推广 重构网站 邮件营销的图片 网站添加百度地图 网站常用颜色 网络安全培训会 网站设计模版 soc网络安全管理平台工业信息安全的重要性 企业网络安全评估 广州网站制 信息安全等级保护四级 西安网站开发 重庆网站推广 整合营销传播特点 经典网站设计 腾讯信息安全运营中心 信息安全 测评 湖南的商城网站建设 公司网站定制 如何与网站管理员联系 营销网络的方式 绵阳网站建设 信息安全审计管理办法 b2b营销推广软件 国家信息安全师 高级 揭阳网站建设 石家庄医院网站建设国际网络安全日 常见网络安全威胁 顺德公益网站制作 网络安全身份验证功能有什么用途 网络营销的发展趋势 nist网络安全框架 佛山新网站制作市场 危害网络安全次数 b2b营销推广软件 聊城网站优化 河北做网站哪家公司好 域名 备案号 网站的关系 网络视频营销 建网站啦 美团营销推广流程 信息安全等级保护论文,-1 论在线营销 信息安全法学 网站添加百度地图 黑色网站 网站建设案例 网站修改标题有影响吗 网站备案网络营销传播 案例 多终端网站 西乡建网站 网络营销的发展趋势 长春给企业做网站的公司 国内全屏网站有哪些 如何建立自己的网站 凡客建网站 网络安全的相关资料 营销网络的方式 网络安全身份验证功能有什么用途 美团营销推广流程 网络安全预警防御技术 信息安全等级分为几级 网络营销是什么系 信息安全 保护网络安全的常用手段有 网络营销是什么系 凡客建网站 网站着陆页 建手机网站一年费用 手机店微信如何营销策略 网络安全管理需要什么 长沙网络营销推广 如何提高网络安全 济南网站建设企业 福州做网站 重庆网络安全周 多终端网站 信息安全应聘岗位 数据网网络安全 重构网站 聊城网站优化 商城网站建站程序 凡客诚品网络营销评估 渠道策略的网络营销 网络营销的营销技巧 信息安全 测评 2015信息安全报告制度 邮件营销的图片 q群营销 信息安全审计管理办法 信息安全等级分为几级 如何提高网络安全 郑州网络营销落地 聚美优品营销ppt 企业网站配色绿色配什么色合适 网站添加百度地图 营销调研的方法 顺德网站建设原创 soc网络安全管理平台工业信息安全的重要性 2017信息安全会议 成都 邮件营销的图片 颜色搭配对网站重要性 互联网软文营销案例 网站常用颜色 网络安全受到哪些威胁广东网站建设专业公司 中国信息安全认证 网络安全技术比较 营销资料下载 商城网站建站程序 北京网站开发建设 网络营销的三大渠道 广州网站制 河北做网站哪家公司好 网络营销的三大渠道