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
企业网络安全措施学网络营销的学校公司网站维护网络安全与管理实训心得商业网站设计局信息安全最佳信息安全奖手机网站和pc网站信息产业信息安全问题网络安全审计 备案 灵异征文 “脸谱杀手”公然挑衅警方,犯下连环血案。 悬案未破,新案又接踵而来。“一冷一暖”的刑警组合,抽丝剥茧,拨开层层迷雾,智勇缉凶,展开一场场正义与邪恶的斗争。 真相的揭示,时而令人无奈,时而另藏玄机......究竟谁才是真正的罪魁祸首?还待各位看官细细品来...... 如果除去天生阴阳眼的话,我的前半生应该是普通的不能再普通了,但自从那天之后,我墨色的生活被染上了色彩。主角张八爷已人到中年,上有80老母亲,下有上高中的儿子,妻子虽无大才,也算是通情达理,;从小就勤奋努力却始终与成功擦肩而过;逢全球疫情爆发,忍痛背井离乡,孤身一人出外谋生,一年内经历颇多,钱没赚到还越欠越多;流落到中原燕赵之地,在一个城中村内,花光了所有积蓄,连续九天不见阳光不见人;穷途末路精神萎靡之际,灵魂受到攻击。关键时刻想到了自己未完成的使命——老娘要孝顺;孩子要抚养;将近二十年的结发妻子,没跟自己过啥好日子;自己对不起他们啊,还没让他们过上好日子,怎么能这样就撒手人寰。从小到大无数的又让人无奈的经历,锻炼了八爷一般人不具备的,强大的精神力,最终使主角绝地反击。从而接受传承,背负使命,为实现自己的理想,满怀希望踏上征程;最终征战九天十地,实现毕生最大的愿望!一部关于神族与神族之间、怪族与人族发生的纷争,男主被一点点的牵扯进来,脱身?还是加入? 大汉皇朝,文道为尊。 世人修文,可移山填海,上天入地。 文道鼎盛,百家争鸣。 汉高祖不喜儒道,儒家没落。 这一世,董仲母亲失踪,父亲离世,被爱人陷害抛弃。 身为穿越者,他活着不如一条狗! 科举之日,董仲一鸣惊人! 他活着,不为别的! 只为争一口气! 只为告诉世人,他不是废物! 状元郎,诗才,儒道中兴之人,帝师太傅,大汉儒尊…… 种种称号,皆是董仲!049收容失败,682收容失败,173收容失败 李三光成为scp基金会唯一活着的监督者,却发现基金会早以什么都没剩下了。 安全位面陷入混乱,基金会收容失效,旧神复苏在即,李三光苦恼大量能源何处而来,如何重新收容的时候…… “叮,位面聊天邀请您加入……” 本书又名:《scp收容之主》 你是否在梦中有过死亡的体验?如果你梦到自己将要死亡,你知道这是什么原因吗?总感觉自己能够乘风破浪,时而能起飞,时而飞不起来。有时候在高处,突然掉进悬崖,心脏就像坐跳楼机一样,猛的下沉。走在阶梯上都能摔下来,那叫一个吓人......在真人死亡游戏浪潮之中,而子轩却卷入了一场真正的死亡游戏,子轩究竟能否和同伴一起发现这场死亡游戏的真相呢?请看这个人狼学园的故事吧三十年前,一群意气风发的少年找到了沉默已久的古殿,而自此他们在人间蒸发般的消亡了,对后人所留下的也不过是层层的,深深的谜底顶级特工失忆,悄然回到故乡; 各国巨头首脑,一夜之间沸腾! “他是可以一人攻破一个国家最高防御的利刃!” “他是医仙王诩的唯一传人,他是医好我不治之症的人!” “他还是我女儿的意中人……” “给我找!不论付出任何代价,一定要找到他!”
图解 网络安全和信息化领导小组 电子营销课程体会 社会化营销 请问如何对以上传的网站进行内容的维护需要注意哪些事项 网站制作资讯 佛山企业网站建设特色 上海工业网站建设 聚美优品营销ppt 网络安全威 做网站公司 强迫症的自我提升【www.richdady.cn】 亲子关系中的沟通艺术有哪些?咨询【www.richdady.cn】 前世老婆的前世记忆【www.richdady.cn】 头脑混沌时如何提高注意力咨询【www.richdady.cn】 投资项目的风险评估咨询【www.richdady.cn】 灵魂化解的具体步骤【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 为什么过世的心理调适咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 外灵干扰的案例分享【σσЗ8З55О88О√转ihbwel 耳鸣的心理调适【www.richdady.cn】√转ihbwel 投资项目的前世因果【σσЗ8З55О88О√转ihbwel 家庭关系的和谐之道【www.richdady.cn】√转ihbwel 投资项目的前世因果咨询【企鹅383550880】√转ihbwel 事业不顺的职场困境【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 无形干扰的解决方法【微:qq383550880 】√转ihbwel 前世缘份的解读方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世今生的咨询方式咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 冤亲债主的定义咨询【微:qq383550880 】√转ihbwel 如何改善亲子关系?【企鹅383550880】√转ihbwel 事业不顺的职场心态【企鹅383550880】√转ihbwel 升迁障碍的职场转型技巧有哪些?咨询【www.richdady.cn】√转ihbwel 好的互联网资讯网站 网络安全类上市公司 工业信息安全公司,-1 互联网信息安全两解决方案 部队网络安全 wifi信息安全采集器 提高网络营销的能力 国际网络信息安全 网络安全推广 营销推广课程 网络安全标记和标签 2017年信息安全会议 网络营销的优势和模式 浦东新区苏州网站建设 网络安全威 信息安全 十三五 眉山网站建设 网络安全审计系统的原理 产品展示型的网站功能有哪些 学网络营销的学校 网站制作资讯 运营商投资网络安全如何学习网络安全的知识 定制型网站建设平台 山东济南网站制作优化 网站规划与网站建设 网络和信息安全领导小组 松岗网站 网络安全相关的暗网 地推营销技巧培训 军用信息安全产品 高端自适应网站设计 北京大学网络安全专业 定制网站 网站的营销方法 内容信息安全专员 电子营销课程体会 营销资料下载 佛山企业网站建设特色 局信息安全 网络安全相关的暗网 网络营销目标市场假设 产品展示型的网站功能有哪些 网络和信息安全领导小组 个人免费网站注册com 重庆网站设计 网站制做公司 电子营销课程体会 内网信息安全 ppt 服装网络营销案例微信网站建设 古典网站建设 学网络营销的学校 松岗网站 网络信息安全教学实验,-1 银行信息安全报告 网络安全宣传活动 信息安全 十三五 营销型网站案例 北京大学网络安全 网络营销宣传方案 部队网络安全 2017年网络安全会议 网络营销策划书结构 常德网站建设 网络和信息安全领导小组 好的互联网资讯网站 北京大学网络安全专业 免费网络营销软件 网络安全威 专业的高端企业网站 太原推广型网站制作 产品展示型的网站功能有哪些 网络信息安全教学实验,-1 大连网站优化公司 什么是网络安全. 桂林建网站 上市公司网站设计 psp网络安全 桂林建网站 网络安全威 东莞阿里网站设计 网络安全审计系统的原理 北京市网络安全与信息化领导小组 网络安全相关的暗网 工业信息安全公司,-1 信息安全专研 建一个网站 网络安全推广 山东济南网站制作优化 电子邮件营销方式 内容信息安全专员 百度网站的优点 网络营销的优势和模式 内网信息安全 ppt 动态网站制作教程 两会提案 网络安全 网络安全类上市公司 信息安全标准可以分为 军用信息安全产品 网络信息安全的真相pdf,-1 定制型网站建设平台 信息安全入门书籍推荐 运营商投资网络安全如何学习网络安全的知识 什么是网络安全. 信息安全专研 交互网站 四川省信息安全等级保护网 公司信息安全部,-1 营销型网站案例 玉微营销 公司信息安全部,-1 信息产业信息安全问题 信息安全第一的大学 卡通型网站 手机模板网站 互联网信息安全两解决方案 全网营销型网站 请问如何对以上传的网站进行内容的维护需要注意哪些事项 聚美优品营销ppt 眉山网站建设 现实生活中有哪些信息安全问题 动态网站制作教程 青岛建网站 移动互联网营销特点 创建微网站 网站制作资讯 论坛营销的技巧 双11店铺营销亮点 信息安全——企业抵御风险之道广州好的广告公司能独立承担汽车品牌营销策划推广服务 佛山企业网站建设特色 2017年网络安全会议 江苏网站建设效果 青岛网站建设‘’ 深圳网络安全技术公司 免费网络营销软件 郑州网站建设更好