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
网站怎么写云南省网站建设信息安全测评机构的资质认定信息安全联盟章程范本有哪些营销公司河南做网站免费搭网站最新的网络安全产品佛山手机网站建设优化信息安全联盟章程范本主角楚枫穿越到了一个已驯兽师为主体的天玄大陆,为了寻找被楚家囚禁的父母,不断变强。从第一次系统签到获得的麻雀,慢慢进化为上古神兽。(都市+搞笑+爽文+阴间改革) “昨晚梦到我死了,进了阎王殿。” “阎王爷让我给他的生死簿做个后台管理系统。” 一场大梦之后,余乐成为了地府现代化的主导者…… “小余啊,我之前提到的自动匹配投胎功能,进行的怎么样了。” “我一个人实在太忙了,要不您把后端那个技术拉下去问问……”蓝色的星球外,一群上古宫殿群乍现。 蓝色的星球上,一株通天建木雷龙盘绕。 树顶一对核桃果熠熠生辉 《山海经》究竟是虚撰还是纪实! 远古神话究竟是传说还是被时间长河淹没! 涂南因“核桃”穿越山海大陆。 操纵木偶身上引线的手终将浮现 阿公留言:当你试图寻找幕后巨手时,途难! 当你试图阻止命运时,徒拦! 涂南道“阿公,既然那样, 吾当以吾身为柴, 吾当以吾道为火, 引燃自身! 烧了那线! 焚了那手!”世间,是否只是黑与白 任何不被认可的,难道就都是“暗” 若世间不去探求真理,那便让真理,来诠释这乱世 空间站机器人和地面站失联,生产这种机器人以及支持机器人运行的公司也发现自己的加拿大服务器同时失联,更发现正在国外度假的董事长一家在几个小时以前也失联。与此同时,市内发生一起未遂谋杀案。四件看似毫不关联的事情其实起因于同一件事,一个在日本的古老家族正在完成一件2000年来徐福交给该家族祖先的任务,进入喜马拉雅山山脉下的悬空之地,获得大地之心,从而掌控穿梭于不同时间维度的方法。 穿越于不同的时间维度,相当于获得长生;但如何穿越于不同时间维度是个问题,穿越后会发生什么事又是另外一个问题。 这是一个挂着科幻和推理羊头,写着人性的故事。因为, 人不能随心所欲支配行为,所以人,都是傀儡一样的存在。关水事在一次遇险中,不小心掉入山洞,得到神农医术的传承,用医术、气功治病救人,从此改变了人生,改变了自身的贫穷生活,也改变了家乡的贫穷面貌,带领乡村们走上富足的道路。地球停转,末日来袭。 灾难接踵而来,人类为了生存终于是暴露出潜藏在内心的阴暗。 欺骗,背叛让人与人之间最后的一层遮羞布被饥饿、求生欲狠狠的撕下。 别人为了一块面包,可以出卖尊严。 而我,坐拥一块地,守护着自己爱的人和爱我的人! ……一个天才弟子,一位蜀山首徒。且看他的风花雪月又是怎样的呢? 从幼稚到成熟..... 并非人人生来就是勾心斗角之辈工欲善其事,必先利其器。 这一位面的大陆之初,便是存在着灵力之气和神兵之力两股力量。 灵力提高实力,神武提高战力。 修炼者将灵力修为分九转十二境: 感知境、淬体境、彻地境。 通天境、天王境、天灵境。 仙灵境、神灵境、圣灵境。 无界境、虚无境、乾坤境。 境界越高,越难突破。 稍有不慎,便是陨落。 则兵器共分为:地武、天武、灵武、仙武、神武五等。 其中可细分为;低级、中级、高级 则武学同样分为:地品、天品、灵品、神品 而其中也是由高到低分为:低级、中级、高级 金牌销售许强重生到2004年,成了一名非主流黄毛打工仔,谁承想刚重生老板就跑路了,且看身无分文的许强如何逆风翻盘。 …… 多年后,面对记者的采访,许老师说出了那句经典语录:“我对钱不敢兴趣,我的兴趣是帮助大家挣钱。” 交流裙:288462071 温馨提示:请勿乘坐违章车、超载船,上车不要对号入座,系好安全带,行车途中严禁扒车门等一切危险行为。
中国电信网络信息安全 网络安全基础培训 网站推广报价 信息安全技术大赛试题 网络安全法 通讯录 免费搭网站 电子商务网站设计 办公室信息安全教育 网络安全及等级保护 信息安全导论 沈昌祥网络安全常见病毒 漏洞 改善亲子关系的技巧咨询【www.richdady.cn】 脑部不清晰【www.richdady.cn】 心慌胸闷头晕的心理调适咨询【www.richdady.cn】 暗恋的案例分享【www.richdady.cn】 家庭关系的相处之道有哪些?【www.richdady.cn】 冤亲债主干扰的表现【企鹅383550880】√转ihbwel 干扰对人的心理影响【微:qq383550880 】√转ihbwel 孩子压力大的原因分析咨询【σσЗ8З55О88О√转ihbwel 脑部不清晰与生活习惯的关系咨询【www.richdady.cn】√转ihbwel 脑部不清晰的环境影响咨询【微:qq383550880 】√转ihbwel 老公家暴的应对方法【σσЗ8З55О88О√转ihbwel 家庭关系的案例分享咨询【微:qq383550880 】√转ihbwel 不爱读书的解决方法咨询【www.richdady.cn】√转ihbwel 前世今生的故事如何影响现代生活?咨询【微:qq383550880 】√转ihbwel 投资项目的前世记忆【σσЗ8З55О88О√转ihbwel 解决孩子不爱读书的问题威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 阴间生活的文化背景【微:qq383550880 】√转ihbwel 与公婆前世【微:qq383550880 】√转ihbwel 孩子厌学的咨询技巧【微:qq383550880 】√转ihbwel 无形干扰的自我提升咨询【企鹅383550880】√转ihbwel 信息安全技术在ftp中的应用,-1 网络营销平台的建设 杀软 网络安全 网络安全法 通讯录 珠海网站建设公司 新闻网站设计原则 网络安全现状与问题网络营销专业知识 网站建设周期 信息安全等级保护方案院校,-1清华信息安全 南京在线网站制作 营销型集团网站建设 国际网络安全期刊 知名营销 国家网络与信息安全协调小组 安徽网站建设 中国电信网络信息安全 实战全网营销是干什么 做网站实验体会 外企应对 信息安全 电子邮箱营销优势 免费的网站申请 白山网站建设 信息安全是计算机吗 新闻网站设计原则 政府与机构类网站 监控网络安全方案 饿了么网络营销策划书 网站核验点 中国网络安全团队 网站制作公司 番禺 东软网站建设 保护信息安全的技术和手段有哪些,-1 电子邮箱营销优势 网络营销公关 常州微网站 佛山网站优化 网络营销公关 三大基本网络安全需求 网站怎么写 网站接单 网络安全报警电话 上海网站制作设计公司 昆明响应式网站制作 网络安全基础培训 知名营销 免费搭网站 计算机及网络安全 京东服务营销策略 聊城 网站建设 信息安全技术大赛试题 企业网络安全管理软件 信息安全测评机构的资质认定 个人建网站 有哪些营销公司 信息安全导论 沈昌祥网络安全常见病毒 漏洞 信息安全师国家职业 商丘专业做网站 国内 信息安全 租车营销方案怎么写 商丘专业做网站 信息安全技术大赛试题 4g网络安全性 短信营销机 微信网站开发 国家网络安全整治多久 城市分站网站设计 清华大学网络安全实验室 网站颜色 网站的概念 广西信息网络安全协会网站 公司网站设计与制作 上海网站开发制作 王军教授信息安全 安徽网站建设 做网站工具 2016年信息安全事件攻击原理 19网站建设 做网站实验体会 电子商务网站建设的概要设计 厦门酒店网站建设 高校网络安全建设 信息安全与无线网络 网络营销的技巧是什么 计算机及网络安全 信息安全师国家职业 笔记本上有趋势科技网络安全专家还可以安装其他杀毒软件吗 东莞 网站设计 网络营销的技巧是什么 网站制做公司 网站怎么写 要建立网站是否要先做网页设计然后把网页设计与数据库连接起来? 网站制做公司 事件营销心得 网站设计分享 网络信息安全教材,-1 17校招网络安全 有哪些营销公司 网站建设素材信息安全 人员证书 购物网站建设 it系统开发新技术展示探讨系列课程it信息安全课程 制作网站电话 企业互联网营销的策略 信息安全是计算机吗 免费建站网站大全 做购物网站 信息安全咨询 资质证书,-1 4g网络安全性 深圳网站建设公司排名 大馆陶网站 网站核验点 信息安全类网站 昆明响应式网站制作 石家庄企业商城版网站建设 中共中央网络信息安全办公室 南昌网站定制开发公司 温州企业网站建设 东软网站建设 购物网站建设 云网站系统 南昌网站定制开发公司 国际网络安全期刊 公司网站设计与制作 武汉新公司做网站 国际网络安全期刊 网络营销对传统营销模式的影响 电脑建网站 办公室信息安全教育 事件营销心得 网站注册页面设计 运城索引擎整合营销 昆明网络营销招聘 山东省公安厅 网络安全 运城索引擎整合营销 网络安全技术规范太原网站建设 租车营销方案怎么写