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
济南免费做网站网络营销顾问中国人民解放军信息安全测评认证济南免费做网站焦作网站建设软件资质 信息安全认证昆明的房产网站建设福州建网站个性化定制网站好模版网站《神囚》降临,毁灭伴生! 当游戏与现实融合,一个来自万族的灾难也随之而起。 神秘的通天之塔来究竟自何方?无尽的囚牢能否冲破? 带着滔天恨意,人族期望转世重生的姜海能否挣脱束缚? “叮!玩家炼狱修罗——姜海击杀100龙族妖神,晋升为人族第一位神明! “叮!玩家炼狱修罗——姜海击杀250级杀永夜魔皇-虚无神主,成为有史以来第一位双生神主!“ ”叮!玩家炼狱修罗——姜海击杀十八座300级神王,冲破囚牢,晋升为封号神王!” ······· 世间万物都有属于自己的命运,他们的自由、尊严绝不允许他人践踏,即便是诸神也不行! 神魔的游戏,养蛊人类,是举刀拿剑逆战万族,还是低眉俯首甘为奴仆,普通人的野望,你我是否都幻想过打破秩序,生与死,血与泪,离别与重逢,种种的选择,这是一部笑中含泪的作品,且看普通人如何末世中挣求活,选择自己的人生。道在何方,道在天涯。朝歌夜弦,莫过一本好看的书,莫过一首美曲罢了在这个超能力者们的世界里会发生怎样的事情。 超能力的大战一触即发。 在人山人海的都市里,有着各种各样的超能力者 未解之谜的失踪案,各种超能力者杀人犯,失踪案的背后会隐藏怎样的阴谋...........00后的孩子们,99年的事儿瞒不住了……一个携带鸡肋系统的末世空降兵在2022年的战斗任务中意外穿越回到了1997年,为了阻止两年后的悲剧的重演,看主角怎样利用有限的系统辅助进行绝地逆袭!原本陈辞作为商界一方大佬,前途可谓一片光明,却遭遇了一场意外事故,经抢救无效死亡。 再次醒来的他,竟然变成了个阉人——北宋童贯! “我这是造了什么孽啊!” 凭借前世经验,以及对历史发展的充分了解,陈辞真正做到了一个好官,同时也是北宋第一富! 后期逞强除恶,匡扶宋室,一统中原,只为打造史上最强北宋! (原谅鄙人浅薄的历史知识,文中可能会出现与史实不符,本文半架空!)孟枝花意外得到一枚储物戒指。 从而走上修仙之路,不喜打打杀杀,只爱种田看书。 身不由己,她组建团队,成了修仙界第一门派! 后来,门派相互乱斗,让她看透人性。 从此,她一个人隐居山林,与鬼魂作伴。从前有一个人,然后他变成了三个人。 林白本来打算要在一年一次的大比中一鸣惊人的,结果他发现自从进入里世界,他变成了三个人,两个是智障,最离谱的是他的力量也被瓜分了,而且任务难度还提升了两倍…… 林白沉默了一会儿向天竖起了中指。嫂子红杏出墙,大哥锒铛入狱,家破人亡下,他也身心具创。 数年后,容貌大改,决定报复,誓要让那女人悔不当初。 却不料,嫂子嫁入他家,也是为了报复。 起因,只是源于昔日的一场情债。 感情是蜜更是刀,虽不伤身却伤心;动情之前先问心,用情不专祸无穷。
为信息安全 网络营销网站 功能 衡水网站建设最新报价 开源信息安全管理系统 网站建设模板是什么 jquery网站两排图片滚动带左右按钮控制两排图片滚动轮播代码 长沙网络营销师 合肥品牌营销代理 国家网络与信息安全中 1. 什么是网络营销 公司破产咨询【www.richdady.cn】 孩子不爱读书的原因咨询【www.richdady.cn】 磁场化解服务咨询【www.richdady.cn】 不爱读书的咨询技巧【www.richdady.cn】 干扰的自我感知方法咨询【www.richdady.cn】 前世老婆的前世缘分咨询【微:qq383550880 】√转ihbwel 学习成绩差的环境影响咨询【www.richdady.cn】√转ihbwel 大龄剩女的婚恋建议有哪些?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 儿子抑郁症的前世因果【www.richdady.cn】√转ihbwel 孩子厌学的解决方法【σσЗ8З55О88О√转ihbwel 忧郁症的案例分享【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 感情纠纷的情感咨询咨询【σσЗ8З55О88О√转ihbwel 如何解决感情纠纷?【www.richdady.cn】√转ihbwel 孩子不爱读书的应对策略咨询【σσЗ8З55О88О√转ihbwel 孩子不爱读书的阅读习惯如何培养?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 祖灵的存在形式咨询【σσЗ8З55О88О√转ihbwel 暗恋的心理成长咨询【www.richdady.cn】√转ihbwel 与女友前世咨询【微:qq383550880 】√转ihbwel 前世今生的轮回有哪些科学依据?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 学习成绩差的环境影响咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 信息安全力量配置 做网站行业的动态 人性是最高的营销 edm营销课程 网络营销新闻稿 公司网站管理中心可以修改内容上传图片不能修改主页画面 edm营销课程 高端网站建设 西安网络安全监察支队 网站改版升级总结 网络营销网站 功能 专业的网站开发公司 个性化定制网站 重庆营销策划 优帮云 企业网络信息安全培训课程 门窗企业网络营销计划 重庆全网营销推广 网络安全设备公司 苏州外贸网站制作 为信息安全 信息安全技术信息系统安全工程管理要求,-1 网络信息安全实用教程 营销课程图片 大学生信息安全比赛 市南区网站建设 乐清网站制作推广 好模版网站 软件资质 信息安全认证 福州建网站 lte网络安全安徽省信息安全测评中心地址 网络营销学学什么 营销推广中的seo 苏州外贸网站制作 嘉兴网站设计 内容营销与传统营销的区别吗 武汉网站优化seo 西安网络安全监察支队 网站建设模板是什么 网站建设颜色注意事项 网络安全服务方案 网站营销中心内容 国内外信息安全现状 中国人民解放军信息安全测评认证 jquery网站两排图片滚动带左右按钮控制两排图片滚动轮播代码 想自己建个网站 信息安全我国 信息安全我国 大连建网站 中山企业网站建设方案 模仿网站建设 门窗企业网络营销计划 信息安全ui设计,-1 为信息安全 长沙网络营销师 网站调试 东莞php网站开发 建公司网站 营销课程图片 会员营销的案例 永年做网站 软文营销的关键点 北京公司网站建设报价 大学生信息安全比赛 网站建设颜色注意事项 edm营销课程 电子商务营销中心 北京网站设计 美团内营销 网络信息安全与大学生 做网站的 网站建设与推广推荐 桂林网站建设 南通哪里有做网站的 好模版网站 国内外信息安全现状 网络信息安全管理规范,-1 网站质作 西安网络安全监察支队 福州外文网站建设 动态页网站 网站建设颜色注意事项 重庆网站建设公司名单 如何确保网络安全 会员营销的案例 网络营销新闻稿 焦作网站建设 嘉兴网站设计 营销课程图片 2016首都网络安全日 广州网站建设公司 股票网站建设 关于网络安全报道 网站建设中模 顺德网站建设信息 重庆全网营销推广 网站加外链 手机移动端网站 中国人民解放军信息安全测评认证 公司网站管理中心可以修改内容上传图片不能修改主页画面 上海专业网站设计 邮件营销是无效的 苏州外贸网站制作 沈阳网络营销 工业网络安全防护网关 网络信息安全工程师培训 河北seo优化_网络建设营销_网站推广服务 - 河北邢台seo 高端网站建设 网络安全通信 摄影网站建设 信息安全 大事件 网站特效 粉丝网站制作 网站图片标签营销策划的学校 网站改版升级总结 网站改版升级总结 传统营销与现代营销 大同做网站 摄影网站建设 合肥品牌营销代理 2017网络信息安全案例 软件资质 信息安全认证 知名网站制作公司青岛分公司 昆明的房产网站建设 乐清网站制作推广 武汉手机网站建设动态 网络营销学学什么 趋势信息安全专员 个性化定制网站 粉丝网站制作 维护网络安全我会做到世界网络安全峰会 网络安全密码如何查找 昆明购物网站建设 网络营销特色化描述 做网站行业的动态 西安做网站公司