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年网络信息安全青岛家装网络营销推广中国网络安全50强自定义建设网站网络安全处置流程图网站的总体架构成都 网站建设万般皆下品,惟有读书高。 你敢想象一个读书至上的世界会是怎么样的吗 好好学习真有这么必要吗?校园里的生活永远都是无忧无虑那么美好的生活,在学校里你的一举一动都影响着以后的生活,学习好的自然能上个好大学,上个 好单位,能挣很多钱,学习不好的,可能都毕不了业,匆匆忙忙步入社会,糊里糊涂过完自己的一生。 但是在校园里的爱情和友谊却是永远的,没有复杂的社会关系,彼此最纯真的年纪,认识一帮纯真的兄弟,这是永远无法换取的财富。横推都市无敌手,轩辕重开林仙人。 灭门之仇,断腿之恨,血海深仇,不报难安! 我林枫修仙归来,你们这些练武的也配?“云雨流动,荡彻蛟龙;平震惊雷,境源成谷不知此何间汤泉亦在此。”江湖百年间,常流传于世,不管多少辈人更替,却总有人想寻到此。 太阳落于下,光阴散于间,常有人言“汤泉异宝,繁如星辰,连震于宫,进之者,必成一代宗师。”此佳话谈笑于风云之间,江湖代代相传,为矢后人子孙谨记。 径者事分二,其言只不过是其中的一半,石碑所雕后传为“得宝者,映汤泉,落阴黄泉,永世献不入堂,唯有善终其章,其予鬼神,方换一世圣德,此乃天间邢之问也;此旅之称,汤问!”这是一个特种兵穿越到异界的老套故事,这是一个特种兵在异界争霸的老掉牙的故事,这也是一个特种兵在异界找寻自我的一个有点不一样的故事,这更是一群特种兵玩坏异界的热血故事,这还是一个异界特种兵养成的逗趣故事,而这一切都从一个拥有完美武躯、至尊血脉、无暇天赋和究极武魂的特种兵王魂穿异界的那一天开始……毕业直接就职保安,少走四十年弯路的陈煜,在救人的时候发生意外,一段精彩的旅途开始了。 第一世界-红楼天启计划再次启动,六脉门徒齐聚昆仑。山窑里的飞僵,雪上的鬼魈以及昆仑山下的千年古墓,昆仑之巅究竟藏着怎样的秘密?而他又是否能带领着队伍活着回来?一切尽在《最后的僵尸道士》!每日一更!【文娱+系统+爽文+绝对好书!】 路远穿越平行世界成为顶流,但开局就被全网黑? 反手就是一个【个性明星系统】 怒怼全网! “路远?除了长得好看还剩什么?” “那你除了键盘还剩下什么?” “如果富婆喜欢狗的话,我相信狗也能像路远这么火。” “可惜富婆不会喜欢你。” 路远不过只是犯了一个,艺术大师都会犯的小错误罢了!我叶无心历千劫万险; 纵使魂飞魄散,我灵识依在; 战百世轮回,纵使六道无常,我依然永生; 洒我热血,一往无前,穿越了宇宙洪荒; 修我战枪,枪尖在燃烧……何人云端起舞; 让我望穿天涯,柔肠百折,心中风雪潇潇; 曲终人散,一枪刺破云霄,古今同一笑; 天地任逍遥,后世来者,莫与我比高。灵气复苏,妖魔骤起,人类开启了觉醒自身元力的新时代,有人成为帅气的法爷,化身移动炮台,各种绚丽的魔法层出不穷;有人觉醒科技侧异能,血肉羸弱,机械飞升......而陆白,一个平平无奇的穿越者路人甲,踩着地狱三头犬的脑袋,回想起了他的莽夫之路。
网站建设 php 网站聚合页 中国网络安全信息中心 深圳市移动端网站建设 易建筑友科技有限公司网站 营销外包论坛软文发布 2015最新网络营销课程 刑天营销 参加营销活动的好处 网站建站前期准备工作 家庭关系的心理调适咨询【www.richdady.cn】 自闭症的环境影响【www.richdady.cn】 与老公前世咨询【www.richdady.cn】 人际关系不好的自我提升咨询【www.richdady.cn】 家宅磁场【www.richdady.cn】 为什么过世的前世记忆咨询【www.richdady.cn】√转ihbwel 前世老公的识别方法【σσЗ8З55О88О√转ihbwel 自闭症的心理调适咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的识别方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的梦境解析咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 儿子不读书【微:qq383550880 】√转ihbwel 冤亲债主的干扰解决方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的咨询技巧咨询【微:qq383550880 】√转ihbwel 孩子压力大的前世记忆咨询【企鹅383550880】√转ihbwel 外灵干扰咨询【企鹅383550880】√转ihbwel 无形干扰的前世记忆咨询【微:qq383550880 】√转ihbwel 婚姻生活不顺咨询【σσЗ8З55О88О√转ihbwel 有官司的自我保护咨询【σσЗ8З55О88О√转ihbwel 财运不佳的风水布局咨询【σσЗ8З55О88О√转ihbwel 孩子厌学的自我提升咨询【www.richdady.cn】√转ihbwel 整合营销的必要性 ids 网络安全防护手段 网络安全开发工程师 太原优化型网站建设 个人做网站 金融行业营销案例 互联网营销的现状分析 四川互联网营销公司哪家好 信息安全等级分为 西安专业建网站 电商服务营销 南昌网站优化 脑白金的营销 网站制作厦门公司 网络营销学者 网站如何做好视觉营销 南京在线网站制作 网络信息安全技能大赛 广州微网站建设机构唯品会会员营销方案 天钥网络安全审计 悬念式营销 北邮网络安全学院 漯河网站建设 网络安全编程特点 网络整合营销推广服务 目前个人网民的网络安全状况(结合2013年统计报告说明) 南昌网站定制开发公司 网站建设 php 悬念式营销 xcon安全焦点信息安全技术峰会 海南网站建设 整合营销的必要性 网站的总体架构 网络安全500强中国公司排名关键词霸屏营销 什么是网络事件营销 白云做网站 问答营销的平台选择 问答营销的平台选择 西安专业建网站 2015最新网络营销课程 天钥网络安全审计 信息安全杂志有哪些内容,-1 轻松网站建设 怎样搜网站 360网络安全大学 微信网站 免费网站设计 百度知识营销在哪里 广州微网站建设机构唯品会会员营销方案 成都网站建设v 武汉设计网站公司 一键建网站 好网站范例 赣州网站制作 企业网络营销的缺点 网站如何被收录 四川互联网营销公司哪家好 信息安全评测二级 网站设计案例 公司网站重新建站通知 网络安全宣传计划 优质的常州网站建设 主机 信息安全风险评估报告 科技类网站色彩搭配 营销培训学院 网站设计案例 网络安全500强中国公司排名关键词霸屏营销 2016网络安全法进展 太原优化型网站建设 网站建设公司是什么 微信网站 上海网网站建设 怎么管理网站添加代码 国内网络安全平台 易建筑友科技有限公司网站 网络安全的话 南京在线网站制作 免费网站空间申请 网络营销课程教学内容 深圳手机网站开发 北京网站设计制作 网络营销学者 信息安全等级分为 国家安全网络安全 如何建立网站 免费网站设计 广州天河 网站建设 做网站一般用什么语言 信息安全评测二级 网络安全建设与维护 株洲网站设计 网络安全编程特点 个人做网站 学校网站开发 xcon安全焦点信息安全技术峰会 信息安全工程中心 邮件营销专家 株洲网站设计 信息安全技术手段包括 信息安全监控体系 公司网站重新建站通知 提供佛山顺德网站设计 西安做网站 广州微网站建设机构唯品会会员营销方案 信息安全保护技术措施 gb t 信息安全 网站建设的域名注册 票务网站建设 网站开发制作 360网络安全大学 网络整合营销推广服务 悬念式营销 2015最新网络营销课程 武昌手机网站 聊城网站推广 个人做网站 网络安全问题产生原因 网络营销课程教学内容 集团网站建 互联网营销的现状分析 网络安全建设与维护 有利于优化的网站模板 有国家认证的网络安全认证的 数据恢复公司 网站的需求 企业营销网站建立 网站建设策划书 引擎营销案例 网络安全教程2015信息安全管理考试 工业信息安全专家 电商服务营销 网络安全 ctf 2017网站风格 专业的搜索引擎营销企业 参加营销活动的好处 传统零售营销的特点