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
信息安全的通知西安非营销类公司网络安全国际认证证书信息安全和计算机安全聊城集团网站建设多少钱上海高端网站建设速升网站网络安全和信息安全的区别江苏网络安全龙头黄岛网站建设loser张谅一顿酒把自己喝回了千禧年间! 重来一次,看张谅如何把握住机会实现财富自由! 顺便谈几场轰轰烈烈的恋爱! 可是上学真的很痛苦…… 你还是把我送回去吧……山寨,是一门艺术,尤其是重生之后。 赵子川带着十三年年的山寨经验,重活了……放眼望去,遍地是黄金。 从潮牌开始缔造。 他赞助女足,女足奥运夺冠。 他签下15岁的大姚,18岁,大姚就在NBA篮下称霸! 他拉低钩子价格,引来ad围剿,却淡淡一笑,“你们以为,我在做潮牌,实际上,我在投资这个时代。” “西兰,是神话。” “我也是。”一日之间,我从受人敬仰的师兄变成了门派弃徒。 被师父冤枉后逐出师门?和我出生入死的结拜兄弟背叛了我?就连和我青梅竹马的小师妹也不愿意相信我? 君子周而不比,小人比而不周。且看剑道天才左不比如何从绝境中寻找希望,从不幸的泥潭中奋起,在只身一人的江湖中书写一个属于君子剑的不朽传奇!一次机遇之下少年重获再活一世的机会来到了一处崭新的世界,这里没有花俏绚丽的魔法,人人却都崇尚修炼魂力,修行极其艰难却不断有人前仆后继,因为命运的安排少年同样踏上了这条永无止境的道路那他又会到达怎样的地步?这其中又会有多少命运的羁绊?又会有多少的艰难与辛酸...... &amp;lt;万界魂破&amp;gt;是我的第一本书,所以希望承蒙各位读者的关心龙灵大陆上人人习武,世人皆以武道强者为尊。 且看出身贫苦的穷小子如何修习武道,成为龙灵大陆上的绝世强者。为什么想要变强,因为所在乎的人需要我去守护。无限流系统搞笑来袭,看我修神良秀翻四方,这位小友,你准备好小钱钱了吗 "三阴绝脉"者,史书所载;凡患此症者非但终生不能修武,并且几乎无一人能侥幸活过十三岁。命运关上所有的幸运之门,却开了一扇窗,令其在绝境中峰回路转,当其踏着尸山血海攀上巅峰之时,骇然发现一个惊天之秘。暮然回首,惊觉自己脚下的这片世界幌若恒河之沙粒,渺若微尘。何去何从……进入这家书店时,摆在面前的只有两条路:是选择甘于现状,过着后悔不已的生活;还是选择把自己的故事讲出,换取截然不同的结局。你将如何抉择?本书描写了葛二两跟师父须菩提学了三十六般变化和高超的武功,携孙悟空、猪八戒、关羽关云长穿越到亘古洪荒的年代,帮助蚩尤和黄帝争夺天下的故事。 距离异族入侵,人界灵气消散已过了万千之久,如今人类科技发达,文明昌盛,曾经被他们仰慕的神灵,渐渐被他们遗忘。 但是当经常被人们拿来调侃的灵气复苏时代真的来临,自诩拥有弑神能力的人类该如何与“真神”相处。 为好友护道而来到人界的冥帝见证了人界动荡,妖帝沉睡,异族蠢蠢欲动,面对这些危机他和昔日的人族最强者又会做出什么选择呢? “我觉得我们应该尽量和这些风暴擦肩而过,自保最重要,先稳步恢复实力,总的来说就三个字“苟起来”清秀少年摸样的冥帝站在高山之巅眺望着万家灯火。
网站f式布局 网络安全 僵尸网站 广州化妆品网站设计 2017营销推广软件 五级网络安全 医院怎样进行网络营销 临沂网站维护公司 中国研究所 信息安全 佛山网站设计平台 网络安全招生 意外的前世修行【www.richdady.cn】 前世缘份的故事有哪些真实经历?咨询【www.richdady.cn】 感情纠纷的情感和解方法有哪些?【www.richdady.cn】 与公婆前世的前世案例【www.richdady.cn】 财运不佳的理财技巧【www.richdady.cn】 邪灵对人的危害咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何克服升迁障碍?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 公司破产后如何重新创业【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的职场调整【σσЗ8З55О88О√转ihbwel 家庭关系的问题分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 孩子厌学的咨询技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与老公前世的前世缘分咨询【企鹅383550880】√转ihbwel 感情纠纷的情感重建咨询【www.richdady.cn】√转ihbwel 缺心眼的表现及成因咨询【σσЗ8З55О88О√转ihbwel 缺心眼的沟通技巧咨询【σσЗ8З55О88О√转ihbwel 耳鸣的原因及治疗方法【微:qq383550880 】√转ihbwel 前世今生的缘分解读咨询【σσЗ8З55О88О√转ihbwel 财运不佳的财富增长咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的心理调适咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 强迫症的心理调适【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 创建自己的网站 深圳网站设计平台 信息安全研究理论 互联网营销 问题 网络安全国际认证证书 网站添加视频代码 信息安全测评机构的资质认定主要有 公需 nike网络营销案例 google网站收录 全国信息安全考试时间 有设计感的网站 .黑龙江省网络安全协会 誉字号网站 信息安全学术讲座 手机网站制作推广定制 商城网站建设讯息 速升网站 网络安全招生 惠普网络安全密钥多少网站推广方法 免费网站注册永久 信息安全 采访 石家庄网站排名软件 免费建音乐网站 网信办 信息安全 国际 信息安全的通知 国外信息安全博士 网络安全项目方案 上海市信息安全行业协会 全国计算机网络安全 大连制作网站 中国网络营销论坛 个人信息安全指南 网络安全检测方案 网络安全领导访谈 冲突点营销 全国大学生信息安全竞赛题目 速升网站 互联网品牌营销是什么 网络营销虚拟性 深圳网站设计平台 商城网站建设讯息 医院怎样进行网络营销 信息系统运营使用单位的信息安全等级保护工作情况进行检查 国外信息安全博士 营销竞争 智慧城市 网络安全建设 外链营销的发展趋势 有设计感的网站 网站设计 无锡 信息安全新闻 网站优化西安 利用网站营销的目标 网络安全项目方案 网页创建网站 誉字号网站 网络安全 项目工程 惠普网络安全密钥多少网站推广方法 免费建音乐网站 本地的唐山网站建设 信息网络安全协会工作展望 有设计感的网站 宝山北京网站建设 电商网络安全 山东网站建设 信息安全研究理论 公司网站非响应式 网络安全技术的选择 蓝色网站建设 医院怎样进行网络营销 软件信息安全认证 长春给企业做网站的公司 网站的网络营销策略 php怎么建立网站 建网站啦 百度知道营销回答规律 誉字号网站 网站主页怎么做 五级网络安全 长沙网站公司 网络安全国际认证证书 冲突点营销 网络营销的作用和职能 中国研究所 信息安全 免费网站注册永久 信息安全和计算机安全 社会化媒体营销 昆明网络营销 信息安全招聘信息报告,-1 网络信息安全的公司排名 信息安全 课件 网络安全国际认证证书 临沂网站维护公司 信息安全的应用技术 手机网站制作推广定制 十大网络营销案例ppt 兰州网站 sns社交网站 重庆南川网站制作公司哪家专业 信息安全管理的原则 昆明手机网站建设 电信网络与信息安全 搜索引擎营销顾问 网络营销运营思路 信息安全等级保护级别,-1 网站服务器在哪 途牛网网络营销策略 廊坊网站优化 信息安全博览会,-1 惠普网络安全密钥多少网站推广方法 怎么看待网络安全 信息安全学术讲座 微网站建设包括哪些方面 杭州模板网站建设 中国网络营销环境研究现状 google网站收录 上海市信息安全行业协会 广州化妆品网站设计 重庆南川网站制作公司哪家专业 网站备案多少钱 福州网站建设工作室 网络安全 僵尸网站 网络安全招生 自助做网站 网络营销运营思路 php怎么建立网站 网络安全协议探讨 重庆 网络安全和信息 杭州网络安全公司 专业的网站建设公司 响应式网站设计 网络营销启发 杭州模板网站建设 李苏杰的网站营销 网站添加视频代码 公司网站非响应式