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
自己创造网站平台网络安全方面的电影网络安全法概述信息安全是哪三者紧密结合的系统工程上海做网站 公司排名网络安全态势感知技术与系统网络安全攻防环境武汉信息安全网,-1重庆整合网络营销武汉信息安全网,-1《摩羯疑云惊魂时速》以民营高端科技单位港湾海天中心为故事发源地,以天空出现蓝月亮为背景,以正正,李晟旻教授,似火朝阳,花舞语等一大批高端科技人物为看点,他们以破而不斗为准绳化解了周边危机,太空危机,世界危机,最后还为美国的泽那西州解除了生存危机 爱情故事真实感人,穿越古今有声有色,遨游星际耳目一新玄元大帝斗兽失败,列国入侵,判乱四起,群雄逐鹿,看国仇家狠,儿女情长,英雄热血,何去何从.....“待大地之上响起我们的呢喃,待高天之下回荡起我们的战歌,死去的将从坟墓中爬出,活着的将从天穹外归来。”   “修我三尺剑,震我通天鼓,奏我战时歌,沸我不灭魂,我以我之血,染尽九重天。”一百年、两百年、或许时间已经不重要了,无论是科技高度发达的未来,还是灵力极度丰沛的远古,亦或是现在,他都会失败了,他依旧无法拯救她。   “穿越准备!代号426,你准备好了吗!”   “好的”   “坐标L·S-152,准备充能”   “灵力充沛,空间跳跃开始”   “世界线已重合”   “~”在传说里,魂灵大陆百万年将发生一次让万物生灵毁灭的大灾难,同时也会降生一位灵裔,他将引领魂灵大陆共同面对这可怕的灾难。千万年来,人灵两族互相争端不断,直至虚空裂缝的出现,两族在与虚空种族的对抗中死伤无数,面对着逐渐被侵占的家园,人灵两族在灵裔余莫的带领下,决定放下一切仇恨,共同合力毁灭虚空裂缝。孙小圣穿越到西游世界,化身孙悟空。 不做取经工具人,发誓绝不闹天宫。 牛魔王:贤弟,我们打上天庭,平分三界。 孙小圣:你竟敢对天庭不敬,我同你恩断义绝! 系统:拒绝大闹天宫第一次,奖励混沌先天至宝【噬魂枪】! 玉帝:那个猴子怎么还不来闹天宫,西方来敦促三次了。 众神:陛下,那个孙悟空,已经成圣了!千万,别让他来了!地球停转,末日来袭。 灾难接踵而来,人类为了生存终于是暴露出潜藏在内心的阴暗。 欺骗,背叛让人与人之间最后的一层遮羞布被饥饿、求生欲狠狠的撕下。 别人为了一块面包,可以出卖尊严。 而我,坐拥一块地,守护着自己爱的人和爱我的人! ……在无尽的污染下,人类迎来了外族的侵袭,地球的生命发生变异,在内忧外患之下,来自未来的努力能否带来希望?一腔热血洒天下,雪纵亭茗是安华!一个被朝廷追杀苟且偷生到名震江湖的白家独子白予潇,历经磨难逆天改命!他是江湖六大门派之首,他二十弱冠练就宗承剑意,传承父亲衣钵。一路和反派斗智斗勇同时也引出了朝廷的惊天大秘密……一个残疾人靠着幽默在现实直播中实现自身价值。 一个粉丝心中的无冕之王。 老婆多,是他的第一个标签。灵魂歌手,尿床是他的家常便饭。
深圳网站上线方案 西安网站建设制作 重庆整合网络营销 北京信息安全中心 成都网站建制作 网站虚拟主机 国内web设计网站 学校信息安全 网络安全评估机构 网络安全审核员 心慌胸闷头晕【www.richdady.cn】 3. 情感与心理咨询【www.richdady.cn】 失业后如何快速找到新工作咨询【www.richdady.cn】 前世缘份的常见类型【www.richdady.cn】 冤亲债主的干扰原因【www.richdady.cn】 迟缓儿的治疗方法咨询【企鹅383550880】√转ihbwel 外灵的预防措施咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 儿子不读书的自我提升【σσЗ8З55О88О√转ihbwel 孩子学习不好的自我提升【微:qq383550880 】√转ihbwel 事业不顺的职场调整威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生的缘分如何解读?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 外灵干扰的前世故事【企鹅383550880】√转ihbwel 忧郁症的改运方法咨询【σσЗ8З55О88О√转ihbwel 财运不佳的原因有哪些?【σσЗ8З55О88О√转ihbwel 婚姻生活不顺的自我提升咨询【企鹅383550880】√转ihbwel 婚姻生活不顺的沟通技巧咨询【微:qq383550880 】√转ihbwel 强迫症的前世因果【企鹅383550880】√转ihbwel 与女友前世的前世缘分咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的缘分揭秘咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家宅磁场的优化技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 信息安全定级 成都网络信息安全协会 中国亚马逊营销的特点 整合营销的失败案例 信息安全与数字证书 godaddy邮箱营销 中国网络安全五十强 网络安全评估机构 无缺陷营销 成都信息安全类公司 网站套餐 组建一个网站上海公司做网站 广东南方信息安全产业基地有限公司 数据安全保护系统 破解 江苏省信息安全中心 信息安全logo 简述城市信息安全管理的意义 营销策划品牌事件口碑 网络营销的基本形式有哪些 黑客风云vip教程 信息安全渗透测试课程 全网营销系统 深圳 信息安全人员资质证书 免费申请网站 简述城市信息安全管理的意义 网络安全技术方向 卫龙整合营销 郑州网站建设最独特 成都网站建制作 中国网络安全标准 广东南方信息安全产业基地有限公司 数据安全保护系统 破解 江苏省信息安全中心 网络安全技术与实践 广东政府信息安全问题 在线网络营销 秒收的网站 信息安全 四川大学 专业网站定制服务 信息安全logo 卫龙整合营销 网站建设流程案例 网络安全宣传周主题 网站怎么申请 流量网站制作 网络互动营销公司 网络互动营销公司 信息安全等级保护安全要求的基本框架 搜索引擎营销怎么做 苏州 网站制作公司 信息安全讲座多少钱,-1 百元建网站 信息安全保障措施应与信息系统建设( )确保信息系统安全运行 维护信息安全主要是保持其信息的 全网营销系统 深圳 营销策划品牌事件口碑 网络安全 监控 关键词 2017年网络安全预测 网站怎么备案 自己怎样制作公司网站 网站怎么申请 网络安全分析 杭州g20峰会网络安全 b2b网络营销过程 机电营销软件 河南省网络安全局 重庆整合网络营销 西安网站建设制作 济南外贸网站建设公司 网络安全方面的电影 宣城网站建设 开展网络安全监督检查 网站怎么备案 网站怎么申请 网站套餐 组建一个网站上海公司做网站 网站建设的企业 网络安全技术方向 聊城网站优化案例 信息安全工程师 培训 网络安全竞赛 百元建网站 成都网络信息安全协会 国家网络安全信息周 广东政府信息安全问题 深圳网站上线方案 vivo手机营销目标 信息安全工程师注册 西安网站建设制作 公司信息安全标准 流量网站制作 整合营销的失败案例 简述城市信息安全管理的意义 网络安全攻防环境 2017年网络安全预测 重庆整合网络营销 网络安全 展览 盐山网站杭州网站制作外包 ios开发 信息安全,-1 信息安全定级 信息安全等级保护安全要求的基本框架 网络安全系统开发公司 网络安全技术与实践 网站建设案例资料 网络安全法 网站 网络安全的现状2017 信息安全定级 网络互动营销公司 整合网络营销 客户 ubuntu网络安全 ubuntu网络安全 网络安全600 网站制作中心网站设计公司深圳 网络安全 数据取证 济南外贸网站建设公司 维护信息安全主要是保持其信息的 汽车营销案 广东南方信息安全产业基地有限公司 数据安全保护系统 破解 广州市信息安全 代运网站 网络安全培训教程 国有企业信息安全管理办法 网络信息安全技术(第二版),-1 网络安全评估机构 网络安全系统开发公司 江苏省信息安全中心 网络信息安全研究所 江苏 信息安全管理 实训室 建网站教程 ios开发 信息安全,-1 龙岩网站优化 广东政府信息安全问题 全网营销系统 深圳 整合营销案例 免费设计网站 上海简约网站建设公司 网络营销案例评析苍南网站建设 珠海微信营销