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
中国网络安全技术对抗赛织梦v57网站底部power by dedecms 怎么去掉手机营销策划信息安全 计算机考级专注电子商务网站建设单位网络安全要求横岗做网站武夷山网站建设深圳市建网站一般网站模块当神话出现,失落的种族重新出现在这片大陆一个震撼万界之物沦落凡尘转化为人。将亿万年来平静的暗流,掀起一股惊天骇浪!! 一个千古难得一见的废物体质,却拥有万古无人能及的惊天悟性。且看,他在这被人觊觎的世界里艰难的开辟一条新的觅道之路……叶帆,原本只是现实生活中的一个宅男,结果在一次触电事件中他被传送到了名为洪荒之界的地方,他会在这里反复出什么风雨呢? “穿越绑定说书人系统,一百年后我才知道,我居然就是我话本故事里的那个主角!” “敢情老子一直都在讲自己未来的命运!” 那些说过的情节,全都变成真的了…… 但是如果再给程夏一次机会,他……还会这么选择。 我们的故事,始于禹州的临安茶馆,终于苍茫天地之间。 新作者发书求支持! 有评论必爆更!没有命运,仅有人铺垫出之坎坷道途 没有净土,仅有人开凿出之世外桃园 - 一把王者圣剑,为黑夜带来光明 一个不屈英魂,为世间燃点希望 - 觉醒灵魂,少年鏖战神魔; 暗云涌动,泛起灭世争端! - 光暗冲突,大战一触即发; 人神决战,再写创世诗篇!功成名就的李向东走上人生巅峰,可是大梦初醒,却被一脚揣回了90年代变成了一个人人嫌弃的烂赌鬼,不但输掉了家产,竟然连女儿都输掉了。 重活一回,赚钱都是小意思。 李向东不仅要登上财富巅峰,更要让妻女俩过上梦寐以求的好日子。张启,一名高二的学生。母亲在一年意外去世了,父亲伤心过度之后被查出有精神疾病每天卧床不起。在很多地方都试过治疗父亲的病,却没有多大的效果。同时也欠下了许多债务。但张启并没有放弃父亲,周一到周五上课,周末有空就做做兼职,用来补贴家用,却远远不够。某一天,债主找上门来。知道张启没能力归还,便将他绑到小黑屋,准备咔腰子。但过了三天,却什么也没发生。于是张启变逃了出来,却发现大街上没有一个人。只见漆黑的夜空上。六道红光划过,从此张启的人生发生了巨大的改变。一场突如其来的变故席卷全球,远古的“神”苏醒,人类陷入了死战。最终人类战胜了“神”。200多年后,“神”卷土重来,秘武-血君子 重现,有个注定的人,将拿起它,走向诛神之路。少年南弦意外获得全能系统,在之后的日子里,从此纵横都市。 需要什么技能,就学习什么技能,让敌人郁闷到死,他就是打破常规的妖孽。 他游走在黑暗世界,灭脚盆,杀猴子,虐棒子,横扫M帝国,让敌人闻风丧胆。身边还有各种美女相伴。  刘文武来到一个警局,这里没有惊天大案,有的只是身边的小事,这些小事放在任何人的身上都是难以承担的重量,长得万人追捧暴躁的大树,老油条仍有热血的老周,还有一枝花李玲,还有从青年走到老年的大刘,神龙见首不见尾的局长,还有一些在幕后兢兢业业的老薛他们。他们时时刻刻都扑在自己的岗位上,听到传唤就立刻奔赴,就像深夜怪物事件,绣花针事件,26年保姆偷子事件,pua精神压迫事件,盲道杀人事件,家暴事件等等那些发生在我们身边的种种事件。这个岗位上的他们或多或少的有些缺陷,但都在努力保卫这一方。   而在跟着办案学习的过程中,小刘身上的谜团也被逐渐的解开了,但谁也不知道他能不能放过自己。
苏州网站制作设计 专注电子商务网站建设 信息安全等于网络安全 建站员工网站 网络安全安全大会2015 深圳外贸网站建设 山西省信息化和信息安全评测中心 信息安全审核员待遇 电信 网络安全 网站如何设计搜索框 去世的父亲的前世故事咨询【www.richdady.cn】 耳鸣的原因分析【www.richdady.cn】 意外的前世影响【www.richdady.cn】 心慌胸闷头晕的环境影响【www.richdady.cn】 忧郁症【www.richdady.cn】 迟缓儿的症状与诊断咨询【微:qq383550880 】√转ihbwel 暗恋的自我提升威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 儿子抑郁症的康复训练咨询【σσЗ8З55О88О√转ihbwel 灵魂化解的步骤【企鹅383550880】√转ihbwel 家庭关系的相处之道有哪些?咨询【σσЗ8З55О88О√转ihbwel 意外的前世因果咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 头脑混沌的原因及对策【微:qq383550880 】√转ihbwel 冤亲债主干扰【企鹅383550880】√转ihbwel 婚姻生活不顺的原因分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 解梦的前世记忆威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 耳鸣对睡眠的影响咨询【微:qq383550880 】√转ihbwel 孩子压力大的心理调适【www.richdady.cn】√转ihbwel 性压抑的案例分享咨询【微:qq383550880 】√转ihbwel 家庭关系的自我提升威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的风水布局【企鹅383550880】√转ihbwel 商务网站建设方案 网站销售方案 网络安全资讯 工业信息安全联盟,-1 家庭网络安全设置 中国网络安全技术对抗赛 亳州网站制作 凡客建网站 网络安全工作西安 flash网站制作 网络有哪些营销方式有哪些内容 html5网站建设 唯品会营销理念 网络信息安全教育课件,-1 广州 信息安全公司 什么是搜索营销?搜索营销sem主要有网页优化seo和竞价ppc 单位网络安全要求 免费营销方式 facebook营销推广范本 济南seo网站推广公司 信息安全等于网络安全 武夷山网站建设 网络安全指什么 国内全屏网站有哪些 公司网站定制微信营销标题怎么写 微信手机网站制作 济南网站建设企业 南京网站搭建 病毒营销互联网案例分析 深圳市建网站 商丘做网站 深圳公司网站改版通知 中美网络安全对话 区域营销托管什么意思 凡客建网站 网络营销目标是什么意思 网络营销能力秀公众号 微博进行营销的好处 商务网站建设方案 手机网站制作细节 成都好网站 山西 信息安全 四川大学的信息安全 重庆南川网站制作公司电话 网络安全的保护技术 南宁网站公司 微博进行营销的好处 中美网络安全对话 长沙网站建设工作室 福州建网站做网页 网络安全资讯 网络安全峰会2017 天猫的营销推广是什么 手机营销策划 网络营销能力秀公众号 设计君网站 广东省信息安全教育网 网站培训班 深圳营销公司策划方案 一般网站模块 传统网络营销的区别和联系 徐州网站建设 上海培训网络营销 2017网络信息安全大会 信息安全发展史 国家网络信息安全网站 广州 信息安全公司 广州营销课程 商丘做网站 网络营销目标是什么意思 facebook营销推广范本 商务网站建设方案 门户网站建设 信息安全 计算机考级 小学学校网站设计模板 厦门做网站 学网络营销的学校 2016信息安全泄密事件 广州 信息安全公司 信息安全管理法规,-1 南宁网站制作 网站建设预览 facebook营销推广范本 唯品会营销理念 深圳公司网站改版通知 学网络营销的学校 南京网站搭建 个人如何加强网络安全 重庆网站推广 国内网络安全厂家排名 青岛网站建设迅优 香港外贸网站建设 电商客户营销软件 普洱网站建设网络安全 标准 信息安全等于网络安全 网络安全峰会2017 网络安全身份认证 昆明企业网站开发 亳州网站制作 脑白金的营销理念 商务网站建设方案 网站如何备案 电信 网络安全 一般网站模块 山西 信息安全 人网站建站 网络有哪些营销方式有哪些内容 上海网站开发 微博进行营销的好处 搜网站网 网站如何备案 信息安全审核员待遇 企业 推进信息安全 数据保护 我司如何自己建设动态网站 建设网站网址 网络营销目标是什么意思 外贸企业网站 唯品会营销理念 网站年费 南京网站搭建 成都好网站 国内全屏网站有哪些 网站建设案例怎么样 佛山营销网站建设服务 脑白金的营销理念 香港外贸网站建设 手机网站制作细节 什么是搜索营销?搜索营销sem主要有网页优化seo和竞价ppc 信息安全防火墙标准 网络安全问题反馈平台 南宁网站公司 外贸企业网站 facebook营销推广范本 脑白金的营销理念 网络安全与黑客攻防...