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
龙岗网站制作讯息面膜的产品营销模式营销扣扣软件贵州网络安全攻防大赛网络安全谷邮件营销推广案例网络安全 审计word中编辑好的文字复制到网站后台编辑器里格式全没有了速成网站美国网络安全研究现状 未来资源短缺,战争频发,外星文明入侵,地心生物发难,人类一败涂地,只能龟缩在边陲小城。我们历尽千难万险研究出平行时空更迭装置来到现在的新宇宙,却发现那个宇宙的怪物正在入侵现在这个宇宙! 少年,不要逃避,能救这个宇宙的只有你了!你将回到那个豪杰辈出,群雄并起的地方,血与火在等待着你,钢刀会武装你的身体,巫术会锤炼你的心智,你必定能重铸人类荣光! “真的吗?燃起来了!但是……我拒绝。”一段爱恨情仇,一代精神领袖,横跨三界,携美女畅游九州,奋战疆场,金戈铁马,策马奔腾,穿越万里河山,与夏王开华夏一统,与褒姒调丝竹之情,领勇士救刘邦,出入汉宫,霓裳羽衣,再现华夏文明,助太宗杀兄泡嫂,与李治共享武媚,环肥燕瘦,皆出其手,他,是英雄、是败类、是奸雄、还是淫贼,上下五千年,皆无定数,一切皆有后人评说……消失五年的李家公子强势归来!获得异界逆天传承!超神医术,修炼法术,无极之眼自带透视,玩转都市,无往不利!车辚辚,马萧萧,行人猎枪各在腰; 村镇灯火不再现,黔首飘曳迦南遥。刚穿越到文娱世界,杨墨就发现自己身边躺了个一丝不挂的小网红! 外头的女星老婆更是疯狂敲门呵斥。 “杨墨!你给老娘滚出来!“ “有本事偷人,没胆量见我是不是!“ 于是乎,郁闷的杨墨发现,自己成了活生生的冤种! 小网红没碰到,还被高挑的女星老婆摆了一道! 唯一的目的就是离婚! 离婚后,激活了系统的杨墨,无奈成了当下炙手可热的腿精高冷女神林婉璇的私人男助理。 上班第一天,又将女上司看了个精光! 有了系统傍身,杨墨只能在“旧邀社区“注册了自己的ID”久邀秦先生“,从此开始了一发不可收拾的文娱巨擘之路! 身患绝症的叶文偶得太极拳的真传,并且觉醒了弘扬武学系统! 只要他用武学影响更多人,就能获得积分,兑换顿悟机会,获得各种高阶武学! 甚至,治好自己的病。 从此,叶文开启了他的练武直播! 拳震所有武林宗门,脚踏世间不服之人! 只有你想不到的招式,没有我治不了的高人! 所有人都要恭恭敬敬地,在键盘上叫一声“武神”。 叶文:“货真价实的太极拳要不要学?飞檐走壁的梯云纵要不要了解一下?不要?早晚你要跪地求着我要!”本故事纯属虚构 秦晓是个普通的上班族,在家里看动漫,突然就穿越了。 “这是在哪啊喂?我看个动漫都能穿越就离谱。” 在这里,他获得了极其类似替身的东西——法外身,以及从未体会过的……亲情。 突然有一天,父母消失了,他决定要报仇,顺便拯救个世界,对,肯定是顺便。 “话说,灵魂为什么会过一会才消失?还有这天怎么越来越暗?越来越阴冷了呢?”熵定218年,世间流传,史前大陆第一高手第五北靖的灵元现世。 当年带走第五皇灵元的阿僧祇,在他大限将至前,将第五皇灵元元印(将精神力附着在物件上的一种手段。以特殊方式可获取该物件附着的信息)在他的骨质面具上。 世上传言,得面具者,得人皇传承,则得天下。 从此,世间掀起一股寻找面具碎片的浪潮。 第五后裔王小二出生猎户,意外踏入修炼之路。。。。。。电影部的学生想打造出一条可以吸引全校人眼球的悬疑恐怖片。可是在他们到达拍摄地点没多久,却有学生遇害了。在找到凶手之前,更多的秘密浮现而出。
台湾 多层次网络营销 ipad怎么制作网站 网络营销零基础培训班 网站套用 广州购物商城网站开发 最新网络营销新闻 网站建设免费 chinasec安元可信网络安全平台 网络营销案例产品 南宁专业网站制作设计 阴间生活的前世缘分咨询【www.richdady.cn】 缺心眼的自我提升【www.richdady.cn】 脑部不清晰的环境影响咨询【www.richdady.cn】 内心恐惧胆怯的原因分析【www.richdady.cn】 如何知道自己是否有前世缘份?【www.richdady.cn】 事业不顺的职场心态咨询【企鹅383550880】√转ihbwel 解梦的前世记忆咨询【企鹅383550880】√转ihbwel 暗恋的心理成长威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与女友前世咨询【www.richdady.cn】√转ihbwel 自闭症的心理调适咨询【σσЗ8З55О88О√转ihbwel 纠纷的法律咨询【微:qq383550880 】√转ihbwel 佛教视角下的前世今生咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 去世的母亲的咨询技巧咨询【微:qq383550880 】√转ihbwel 精神不振的生活习惯咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世老公的前世故事【www.richdady.cn】√转ihbwel 前世老公【σσЗ8З55О88О√转ihbwel 意外事故的主要原因分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 大龄剩女的真实案例有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 去世的父亲的前世故事咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 与老公前世的咨询技巧【σσЗ8З55О88О√转ihbwel 龙岗网站制作讯息 济南网站建设公司 chinasec安元可信网络安全平台 产品网络安全方针 两会 网络安全 信息安全 云安全 发展趋势 网络营销公司 浙江 成都做网站公司 杭州互联网网站定制公司 烟台网站建设设计 整合网络营销案例分析 网络安全法 项目管理 第三方营销平台的发展 河北省信息安全协会 网络安全教育局大赛 lte信息安全性 全国信息安全大赛作品 网站制作的收费 网络营销工具及方法的运用 信息安全认证包括哪些 武汉网络安全中心 佛山网站建设是哪个 网络营销策划教案 网站主色调简介怎么说 网络营销案例产品 网站建设免费 重庆网站制作湛江网站制作 珠海网站营销 东方营销学 交互式网站 家具 营销网络 运营什么叫内容营销 我的网站域名跟别人的网站域名只是后缀不一样有什么影响 学校 网络安全 演练 整合营销成功的案例 自主免费建站网站 网络平台营销专业术语 网站推广优化 乌鲁木齐网站设计 企业网络营销计划方案 网络安全技能大赛试题 营销观点 外贸网站建设上海 贵州 跨境电商网站建设 网络安全 审计 网络营销案例产品 美国网络安全研究现状 传统网络安全公司 政府机关网站制作模板 外贸网站建设上海 南宁专业网站制作设计 想建网站 网站制作公司 云南 武汉网站建设联系电话 家具 营销网络 重庆微营销解决方案 两会 网络安全 2017最新网络营销方式 网站套用 中关村信息安全测评考试 信息安全 云安全 发展趋势 长安微网站建设 上海网络营销策划公司 杭州互联网网站定制公司 网络营销公司 浙江 网站设计方案 学校 网络安全 演练 南宁专业网站制作设计 成都做网站公司 大型网络安全 重庆微营销解决方案 最新网络营销新闻 杭州互联网网站定制公司 产品网络安全方针 网站建设公司 校园网站 信息安全认证包括哪些 烟台网站建设设计 网站不备案 电子商务营销的关键是 全国网络安全知识大赛 河北邢台wap网站建设 建阅读网站 等保 分保 信息安全工程师 资质 国家信息安全认证 网络安全法 项目管理 网络安全实验室 解题 长沙手机网站设计 网站设计风格化 网络营销的基本形式 公安厅 网络安全培训 免费婚庆网站模板 大学营销部 苏州企业网站建设 政府网络安全体系 网络营销工具与方法 英雄联盟网站设计大数据与信息安全讲座 网络安全教育局大赛 速成网站 营销扣扣软件 等保 分保 信息安全工程师 资质 济南网站建设公司 德清做网站 网络营销成本核算 网络安全方案 备份信息安全信息安全风险评估 案例 贵州网络安全攻防大赛 分析公众平台营销策略 南昌电商网站设计 网站超链接 贵阳网站优化 广州购物商城网站开发 网络营销八大基本职能 龙岗网站制作讯息 分析公众平台营销策略 网站不备案 长沙手机网站设计 佛山网站建设是哪个 网络营销零基础培训班 高端的佛山网站建设 互联网怎么为影楼营销 南宁专业网站制作设计 2014 个人信息安全 如何作做网站 好多词网站 网络安全从业者 网络营销工具及方法的运用 山东网络安全周短信 学校 网络安全 演练 网站套用 互联网效果营销 交互式网站 网站不备案 门户网站做 网站类型有哪些 网络安全虚拟仿真