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
网络安全实验室 设备网络与信息安全学什么信息安全研究机构排名重庆信息网络安全吸引人的营销标题搜索引擎营销竞价账户托管服务类网站免费建站企业网络安全报告企业为何要做网站西安模板网站建设楚鹤原本只是个普普通通的躺平青年。 可当他某个深夜刷音抖短视频时 撸串店的监控画面让他气愤至极 评论后竟然解锁神级天赋技能 “获得点赞转化修炼点,可自行选择兑换修仙资源” 从此开启惩奸除恶的妖孽人生 探索海蓝大陆千古秘闻 一个另类的足球天才,一群热血的足球人,一切从零开始,逐步成长,从弱小变得强大,从中国走向世界。 足球理想、足球智慧、足球商业、国家精神、民族气度,所有元素都在《影球者》中,既虚幻又真实,在中华民族伟大复兴的路上,谱写我们的足球传奇。 本小说献给为中国足球腾飞矢志不渝,默默奉献,勤奋耕耘的人们。萧子暮重生成婴儿,等反应过来自己已经夺了女帝修为。 “萧子暮,还我的修为。” “不然我让你死的很难看。” “听话,你虽然是女帝,但好歹是妹妹,小心我打你!” 女帝闭嘴,眼泪汪汪。 “乖!把你的修为再给我点吧。” 女帝破口大骂,只想一刀解决这个依靠自己灵力发育的天仙大帝!“沈昱辱我清白之身,还请沈家给我李家一个公道!” “身为沈家世子,犯下此等恶劣罪行,汝可知错?” “欲加之罪何患无辞!” “证据确凿,汝犯下此等滔天罪孽,还不认错,罪加一等!” “罚你禁足三年,将汝之罪行,昭告天下!” 苦逼的上班族陆宇,在一次机缘巧合下,获得了上界仙人留下的传承秘宝,开启了搞怪的修仙之路。 陆宇:说好的灵气复苏呢?怎么来了个元力复苏,坑爹呢? 就这样,新时代开幕了,人类在元力复苏下,开启了全民修武时代,而选择了修仙的陆宇则藏在一群武修中猥琐发育,踏上了漫漫登仙路。一个穷小子,机缘巧合下的一次重生,让他有了重新改变命运和环境的机会,面对家徒四壁负债累累的家庭,面对那个偏僻的小山沟,他一改过去的作风,踏实勤奋,刻苦拼搏,不但让自己和家人过上了受人尊敬的生活,而且,他还积极帮助乡亲,让一个外面闻所未闻的小山沟成为闻名遐迩的富裕之地,最终他的事业走向全国,冲向世界。高三的生活是普通而平凡的,尽管总是被学习的苦痛所掩埋,但其中总会有着些许令人回味的闪光点。在海盐家雾城的两人,刘羽和柳青潇一直在调查小时候的灾难的实情,一次执行任务的途中,柳青潇失忆,智商也只是小孩的程度,却在找回记忆的途中发掘出了真相2019年度最火社会热血文!猪哥最新力作! 既然已经没有了路,那么人间炼狱,归我! 扣扣群:六九三七三五零五七。 PS:本书绝不虐主,系统就是个工具 穿越玄幻世界! 成为女帝黑化前的师尊。 以前被万般虐待的小徒弟突然发现自家师尊变温柔了,变厉害了,对她也越来越嘴硬心软了…… 苏长歌:狗系统,我不要当人渣反派! 系统:生而为人渣,注定做反派! 凤婉清:喜欢上自家师尊怎么办?我要和师尊谈一场毁天灭地的甜甜的恋爱,师尊只能有我一个小可爱,什么圣女神女,谁来谁死,本女帝说的!
网站优化怎么做 山西省信息安全服务资质 搜索引擎营销竞价账户托管 网络安全攻防学习平台 商城建网站 昆明微网站制作 聊城网站建设报价 国家网络安全应急工程技术研究中心 网络安全技术高峰论坛 国家网络安全法与电网 解决孩子不爱读书的问题咨询【www.richdady.cn】 内心恐惧胆怯【www.richdady.cn】 性压抑的情感释放【www.richdady.cn】 如何缓解耳鸣症状咨询【www.richdady.cn】 家庭关系的咨询技巧【www.richdady.cn】 与男友前世的前世案例咨询【微:qq383550880 】√转ihbwel 前世老婆咨询【企鹅383550880】√转ihbwel 家庭中常见的意外事故原因【企鹅383550880】√转ihbwel 家庭关系中的矛盾如何解决?【σσЗ8З55О88О√转ihbwel 感情纠纷的情感和解方法有哪些?咨询【www.richdady.cn】√转ihbwel 婴灵的超度方法有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世因果咨询【微:qq383550880 】√转ihbwel 耳鸣的心理调适咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 感情纠纷的情感修复方法有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 为什么过世的前世记忆【σσЗ8З55О88О√转ihbwel 前世今生的改命方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的解决方法咨询【σσЗ8З55О88О√转ihbwel 婴灵的超度与家庭和谐咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 亲子关系的共同成长咨询【σσЗ8З55О88О√转ihbwel 外灵干扰咨询【微:qq383550880 】√转ihbwel 网络营销团队培训课程 网站设计价格大概是 保障信息安全 迈克菲网络安全套装下载 信息安全培训教材 营销 网 免费网站设计 长沙 网站建设 速卖通如何营销 运营商信息安全产品 网络安全公司起名字 开源网站管理系统 网站优化怎么做 口碑营销的视频 网站怎么制作 小米微信营销成功案例 企业手机网站建设策划书 整合服务营销战略 网站内容管理系统 广东手机网站建设费用 信息安全服务架构图 信息安全等级测评指标 互联网信息安全事件,-1 青岛找网站建设公司 手机网站建设中心 青岛公司网站建设 青岛专业餐饮网站制作 web网站设计的 网站营销方案 印度 信息安全 信息安全等于网络安全,-1 信息通讯网络与信息安全 惠州网站开发公司电话 模板网站与定制网站的区别 网络营销产品的概念 信息安全培训教材 网络安全大会2017 搜索引擎整合营销方案 抽奖营销 山西网站制作公司 深圳 企业 网站建设 抽奖营销 保定 营销型网站建设 网站设计专业 seo网站诊断 微信营销的发展 时间 长沙英文网站建设公司 网络营销能力秀公众号 网站的意义 口碑营销的视频 东台网站制作 网络营销人才供需状况 营销师前途 2016年信息安全产品发布会 深圳营销型网站建设 网络营销十大经典案例 运营商信息安全产品 微信火爆营销推文汇总 单位主要网络安全业务 为了提高网络安全 信息安全实验系统网络安全监测设备 杭州网站建设设计公司 信息通讯网络与信息安全 广州广告网络营销公司 网络营销产品的概念 企业网络安全报告 信息安全研究机构排名 网络安全问题的研究 商城建网站 专业网络营销整合服务商 网络与信息安全学什么 网络安全层次 网站设计专业 信息安全国赛 新浪微博 惊艳的网站 开源网站管理系统 广州广告网络营销公司 ccf 信息安全,-1 网络安全有关职位 电子信息安全服务测评 公司网站重新建站通知 计算机信息安全技术应用 国际营销网络建设 网络安全大会2017 惊艳的网站 网站设计专业 全国网络安全竞赛 保定 营销型网站建设 全网络营销 全国网络安全竞赛 2016年信息安全产品发布会 网站建设方式 国际营销网络建设 网络营销人才供需状况 信息安全风险评估与等级保护 专业网络营销整合服务商 策划 营销 网络安全实训的内容 信息安全自评估报告 web网站设计的 信息安全和保密的区别 网络游戏营销 移动营销的形式包括 ccf 信息安全,-1 长沙英文网站建设公司 微信上的宣传营销 网络营销产品的概念 国家网络安全法与电网 广东手机网站建设费用 佛山网站seo 整合服务营销战略 提供佛山顺德网站设计 网络安全证书已过期或不可信 信息安全屏保图片 网站设计专业 营销 网 西安营销服务专家 网站建设优化服务价格 企业手机网站建设策划书 深圳营销型网站建设 网络营销能力秀公众号 网站设计专业 聊城网站建设报价 信息安全和保密的区别 网络安全问题的研究 国家网络安全法与电网 提供佛山顺德网站设计 下例我们使用网络安全 网络安全实训的内容 搜索引擎整合营销方案 网络安全大会2017 东台网站制作 信息安全服务架构图 营销师前途 微信营销的发展 时间