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
石家庄微网站建设太原市做网站王秀军 网络安全与信息化权威的网络安全网站360网络安全实验室数据华为网络安全 的产品平阳网站制作网络安全服务机构指信息安全竞赛官网小米的营销手段有顾星辰,云锦山有史以来最年轻的天师,通阴阳明医术,占卜看相无所不能。五年期满,返回云镇,自此一代天师之名不胫而走。 风水堪舆,易如反掌;不治之症,一针救魂;牛鬼蛇神,一剑平之。 小小云镇,很快就成了首富大佬挤破头都想瞻仰的神圣之地。小小天师,畅游都市,只手定乾坤!少年曾听人说,世界本来亦真亦假,一部人类史就是一部抗争史,与自然抗争,与灾祸抗争,与强权抗争,与无知抗争......到后来他发现,世界也不过是个称谓,而人,终究是和自己抗争。如果人生可以重来,你会如何度过一生 这句话如果是穿越之前有人对江武说,江武肯定滔滔不绝说上一天 可穿越之后,还有人这么对他说的话,江武会告诉他,随便过。 因为江武的人生可以重来无数次……“我不后悔,因为无论怎么选,最后都会后悔。”不知为何,我重生到初三的那个暑假,既然回来了,我就不会辜负这个机会别人笑我太疯癫,我笑他人看不穿。 一个北宋戏本里的纨绔加反派,面对正义的惩罚、面对其他反派的排挤,用不羁的行为荒唐应对。 面对忠臣的指责,曹斌表示,我虽身在曹营,心却属汉,请不要叫我曹贼。 天才古枫,惨遭敌人挖仙王骨、打碎丹田,成为废物。 父母的棺材也被敌人挖了出来! 他在绝望中觉醒荒古圣体,获得荒古天君的传承。 他执掌天剑,抗衡视他为敌的天道,一步一步登顶世界之巅,达到与天道并肩的无上境界。 古枫:既然天要杀我,那我就要屠天……证帝!!!一个出生在名门的腹黑小子,一座关乎大陆人妖魔生死存亡的大阵,一群热血儿女的恩怨情仇。以一个阵法天才的成长为主线贯穿整部小说,讲述了男主是如何从一个一心想要逍遥快活过小日子的人在历经各种恩怨情仇之后成长为大陆脊梁,最终在人妖魔三族大战的关键时刻挽救整个大陆的故事。小说前期主要以人物成长为主,后期随着大陆大战的展开,开始进入大兵团作战、大型战争场面的描写。残阳如血,染红了半边天空。 王染风独自一人跨上了最后的归途,是啊!他就是一个可怜虫,但他更是这里的守护者。 我说要有光,于是,有了光!世界那么大,我想去看看,在来到这个世界的第N天后,黎沫决定走出舒服的安全区来要在末世下来一场说走就走的旅行。在遥远的星系外,一颗白色精密球体正往银河系飞驰而来,终于在接近银河系时白球的踪迹被人类科技所捕获,地球上的科学家们经过精密的推演和验算发现:“白色球体不会撞击地球并且于三天之后与地球擦肩而过。”消息一经公布,人们欢欣鼓舞准备三天之后一窥究竟。三天之后,人们拿出天文望远镜观看白色球体,白色球体却很快的飞出望远镜的观测范围,人们不尽兴的丢下天文望远镜,而当抬头仰望天空之时,白色球体却映入眼帘,越来越大,越来越清晰,最终陷入地表。于是,灾难开始……
义乌 外贸网站 开发 香奈儿网络营销策划书 免费网站申请 聊城网站建设招聘 微信网络营销案例 信息安全峰会2017 网络安全 审计 深圳外贸响应式网站建设 如何进行sem营销 wap网站制作 冤亲债主的干扰与化解技巧咨询【www.richdady.cn】 长期耳鸣可能是哪些疾病的信号咨询【www.richdady.cn】 意外的原因【www.richdady.cn】 有官司的解决方法咨询【www.richdady.cn】 生活中的无形干扰有哪些咨询【www.richdady.cn】 升迁障碍咨询【微:qq383550880 】√转ihbwel 性压抑的心理调适【σσЗ8З55О88О√转ihbwel 存不住钱的财务规划【www.richdady.cn】√转ihbwel 前世老婆咨询【企鹅383550880】√转ihbwel 与公婆前世的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 心慌胸闷头晕的解决方法咨询【www.richdady.cn】√转ihbwel 婚姻生活不顺的沟通技巧咨询【微:qq383550880 】√转ihbwel 外灵干扰咨询【企鹅383550880】√转ihbwel 缺心眼的沟通技巧咨询【σσЗ8З55О88О√转ihbwel 前世缘份的前世影响咨询【微:qq383550880 】√转ihbwel 前世缘份的识别方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 纠纷的前世因果【微:qq383550880 】√转ihbwel 与老公前世的前世案例【www.richdady.cn】√转ihbwel 灵魂化解【σσЗ8З55О88О√转ihbwel 儿子抑郁症的案例分享咨询【企鹅383550880】√转ihbwel 石家庄微网站建设 营销培训基地 信息安全是指 新型网络营销是什么 互联网信息安全评测认证 中国信息安全研究 中山网站建设找丁生 浙江高端网站 搜索引擎营销作业 网营销策划方案电商 龙岗网站制作讯息 河北网站设计制作 昆明微网站 长春网站优化 新型网络营销是什么 汉中建网站 中华人民共和国计算机信息安全保护条例 山东 信息安全 检查 网站制作流程图 房地产 网站 设计制作 什么是营销型的网站推广 信息安全 云安全 发展趋势 南充网站建设 重庆网络营销有限公司 网站配色方案橙色 汽车网络营销策划书 营销门户 联想信息安全服务资质 新网站优化 互联网推广营销学院 信息安全评估多长时间 旅行社网站模版 2009网络安全事件 怎么创建网站 信息安全管理人员 电商网站建设 如何建设公司门户网站 公司网络营销的方案设计 网络营销小案例分析 als冰桶挑战算那种网络营销 信息安全风险评估服务 搜索引擎营销作业 龙岗网站制作讯息 网络和信息安全管理 常见的信息安全威胁 汽车网络营销策划书 报考互联网信息安全银监会 网络安全 信息安全工作面临的挑战 长春网站优化 汉中建网站 建网站价格 网站后台添加内容网页不显示 山东 信息安全 检查 青岛网站 警惕网络窃密构筑网络安全防火墙视频 网站备案信息注销原因? 网络安全检讨书 国家网络安全检查操作指南 世界各国网络安全 网络营销的发展 信息安全等级保护要求 警惕网络窃密构筑网络安全防火墙视频 国家信息安全保护 广东网络安全执法 网站制作公司合肥 微信网络营销案例 网站设计遇到难题 做一个简单网站 汽车营销案例 怎么免费建网站 深圳外贸响应式网站建设 网站设计步骤 宝洁网络营销案例分析 网络安全的主要威胁有哪些 网络安全专家:计算机网络安全 网营销策划方案电商 网站死链查询 信息安全威胁发展趋势 企业网络安全的现状分析 网络安全检讨书 营销策划天培营销 什么是营销型的网站推广 科技金融 网络安全 技术支持 网站建设 青岛网站 重要保障期间网络安全保障方案 深圳做网站的公司 搜索引擎营销作业 免费网站申请 网站制作套餐 第十届信息安全 龙岗网站制作讯息 番禺网站建设服务 深圳做网站的公司 分栏式网站 权威的网络安全网站 网站建设的售后 网站建设的售后 重庆专业微网站建设 常见的信息安全威胁 网站设计风格化 信息安全资质 咨询 平阳网站制作 网络计算与信息安全 重庆专业做网站 如何建设公司门户网站 微信营销的特点有 政府网络安全体系 wap网站制作 南京营销型网站 企业手机网站建设流程 免费网站申请 洛阳 网站建设 网络安全 审计 怎么创建网站 杭电信息安全专业怎样 重要保障期间网络安全保障方案 报考互联网信息安全银监会 网络安全 网站设计步骤 营销扣扣软件 网络安全的隐患 订阅号营销 互联网推广营销学院 信息安全是指 微信营销的成本 网站制作流程图 个人电脑网络安全 报考互联网信息安全银监会 网络安全 深圳外贸响应式网站建设 网站制作公司合肥 嘉兴网站优化 国家网络安全检查操作指南 网络营销的发展 网站设计风格化 信息安全威胁发展趋势