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
个人网站推广网站设计风格企业营销网站建立小米海外代理营销模式网络信息安全大学2014网络安全漏洞网站信息安全等级分类广元网站建设整形美容医院网络营销什么是事件营销推广专题网站建设策划公众号营销套路【系统+记者+内幕曝光】   不知什么时候,媒体报道只在意噱头和热度,却无人关心真相。   陈牧穿越平行时空,成为一位独立记者。   特立独行的选择站在真相那一边。   网红奶茶店每天排长队。   陈牧报道:“某网红奶茶店为节约成本,长期使用过期牛奶,现已有多位受害者住院,奶茶店生意却每日爆满。”   某流量小生事业蒸蒸日上。   陈牧报道:“当红流量已为三孩爸,却和漂亮粉丝牵连不清。”   某首富花大价钱为小儿子庆祝十八岁生日。   陈牧报道:“惊!首富头顶青青草原,为人养儿十八年!”   网友:“这记者能处,有事他真报啊!”苏阳,一个自认为是无法修练的废柴,为救家人,甘愿献出自己年轻的生命。意外重生后,却发现自己的牺牲并没有挽救全家人的性命,自己家人依旧惨遭杀害,为了能够让家人重生,为了复仇,为了寻找失踪父亲的下落,他踏上了一条艰苦而又漫长的修神之路。民本村来到了末日,杉木为了拯救这个村子,做出了努力,甚至牺牲了自己的爱人,换来的依然是不公。 利用非常手段,终于让民本村稳定下来,可是他明了自己犯下了错误,选择了另一个世界的自己,来打败自己,从而重新拯救民本村。 晴空破开乌云,象征着胜利的光辉照下,唐一吟的神情空无,手中轻握住脖颈上挂着的项链,脑中的回忆在此刻彻底翻涌而出,忽的他读懂了,那时,那个眼神中的意思。 /:你身后恨意滔天/:你身后背负不属于你的罪责 //:放下吧 /:放下?我也想/:放不下,这是与我相关的历史 //:为什么? //:因为我不能 任凭时间改变一切,世间变换翻转无常 //:我仍爱你,为此不变 唐一吟重新问了一遍,以回忆的形式…… 一个游戏的世界, 你是否能从中活着出来, 并带出你想要的物资, 弄死你最恨的那个人……那些年 有感人的爱情 有动人的友情 有令人心寒的亲情 或是身不由已 或是一时冲动 无论结果如何 那都是自己选择的青春 炽热,火一般滚烫的青春我穿过太平洋,步过雨林,穿越麦田。在蒸气中我漂浮、我诞生、我死去。一场“意外”车祸,苏鸿穿越到一个跟地球很像的平行世界。 惊喜发现这个平行世界的娱乐圈至少落后地球十年。 苏鸿顿时感觉整个人生就此开挂了。 当口水歌泛滥的时候,苏鸿开始引领国风歌曲的潮流。 当言情剧霸屏的时候,苏鸿开创了武侠大时代。 当好莱坞电影称霸的时候,苏鸿让国人看到了国产电影的希望。 还有综艺节目、直播和短视频等等,苏鸿亲自缔造一个个璀璨奇迹。 如果娱乐圈有教父的话,那么只能是苏鸿!重回1998年,曾经暗恋的女孩青春正好,穿一条裤子的兄弟还没变成渣男,幸福美满的家庭也不像后来那么的风雨飘摇。 正是刚刚好的年纪,也正是刚刚好的时代。 起伏跌宕的九零年代即将逝去,波澜壮阔的新世纪即将到来,林白药走诡道,行霸道,悄然崛起……林深起雾藏杀意 横扫千军几万里。一剑能挡百万师 仗剑十万斩邪魔, 我有一把剑 护我不败 护宗门不衰 护正道长存,生活在大山深处且年少的玉浩然因为亲身体会到父母的艰辛,生命的脆弱,自然的无情,他决心为求一方平安进而拜师学艺,因为不变的初心和永不放弃的决心让他最后成长为万界主宰,创建新的秩序,维护万界平安!
在线营销型网站建设 网站开发网站设计的标准 灵魂网络安全 外贸网站建设 如何做 税务系统信息安全展示网站和营销网站的区别 全网微营销 顺义手机网站建设 中小企业网络安全威胁 网络整合营销品牌策划网络营销我为自己代言 龙岗 网站建设深圳信科 性压抑的原因分析咨询【www.richdady.cn】 如何改善精神不振的状态【www.richdady.cn】 孩子压力大的案例分享咨询【www.richdady.cn】 升迁障碍的职场规划咨询【www.richdady.cn】 学习成绩差的案例分享【www.richdady.cn】 头脑混沌的环境影响【www.richdady.cn】√转ihbwel 财运不佳的前世因果【www.richdady.cn】√转ihbwel 有官司的前世因果咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 纠纷的调解技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 莫名其妙感伤的原因分析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 纠纷的法律咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 事业不顺的应对策略咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生的梦境解析【微:qq383550880 】√转ihbwel 家庭关系【企鹅383550880】√转ihbwel 精神不振的案例分享【企鹅383550880】√转ihbwel 精神不振的心理调适【微:qq383550880 】√转ihbwel 强迫症的咨询技巧【σσЗ8З55О88О√转ihbwel 与女友前世的因果关系咨询【微:qq383550880 】√转ihbwel 孩子学习不好咨询【微:qq383550880 】√转ihbwel 发育倒退的案例分享咨询【企鹅383550880】√转ihbwel 上海专业做网站公司地址 电脑建网站 2013网络安全事件 福州做网站公司 上海企业网站建设报价 中软国际信息安全 信息安全检测包括哪些 网络安全专刊征文活动 东莞网站建设平台 注册信息安全员培训 网站制作方案 中小企业网络安全威胁 网络安全事件响应 营销组合四大要素 网络整合营销品牌策划网络营销我为自己代言 成为网络安全专家 信息安全直播 好未来信息安全规范正式实施时间 网站如何被收录 什么是事件营销推广 玉树网站建设 信息安全产品测评认证管理办法 网站简单化 国家网络安全局郭 深圳网站建设开发哪家好 信息安全大事情 企业展示型网站怎么建 网络安全治理与黑客 做购物网站 顺义手机网站建设 网络整合营销品牌策划网络营销我为自己代言 网络安全管理横向联系 刘山泉 信息安全 信息安全通报制度 国家信息安全日 北京信息安全的公司 中国培养 信息安全 网络安全方面的人才 培育效果 培养机制 电脑建网站 百度xml网站地图 网络安全法 视频 mp4 中科信息安全共性国家工程研究院 微信的网络营销推广 网络安全学院开工 信息安全服务认证 乐清英文网站建设 网站空间购买 分栏式的网站有哪些 网络信息安全大学2014 青岛家装网络营销推广 领袖型营销 信息安全技术论坛 烟台做网站 网站色调为绿色 网站如何被收录 网络安全专刊征文活动 郑州医疗网站建设 网络安全协议是https时 网络安全攻击与防御的工具有哪些 税务系统信息安全展示网站和营销网站的区别 微信网站 高等学校信息安全系列教材·入侵检测技术 深圳网站建设开发哪家好 网络安全周启动. 网络安全事件记录表 网络安全方案设计的注意点 网络安全引擎 青岛家装网络营销推广 3合1网站建设公司 网站简单化 2016网络安全湖南峰会 国家网络安全学院 网络安全协议是https时 十大网络营销案件分析 网络安全法 视频 mp4 北京网络安全产业联盟 北京429网络安全日 计算机网络与信息安全 成都建网站公司 电脑建网站 信息安全等级保护标准体系遵循以下原则:() 学校信息安全部 信息安全竞赛策划书 北京429网络安全日 灵魂网络安全 深圳网站建设开发哪家好 网络安全展会 中小企业网络安全威胁 网络营销速成班 一科西安网络营销 中科信息安全共性国家工程研究院 企业信息安全小组 信息安全保护机制 信息安全大事情 苏州做网站公司 营销型集团网站建设 上海专业做网站公司地址 上海市公安局网络安全总队 地址 临沂网站 网络信息安全联盟 先进网站 玉树网站建设 国家信息安全日 网络安全事件记录表 百度xml网站地图 漯河网站建设 北京网络安全产业联盟 信息安全cism 第十届信息安全大赛 刘山泉 信息安全 2g网络安全 如何用网络营销的方法有哪些 网站空间购买 网络安全周启动. 银川全网营销 信息安全竞赛策划书 网络安全与攻防项目 苏州做网站公司 中央网络安全 管理互联网 中国培养 信息安全 网络安全方面的人才 培育效果 培养机制 网站如何被收录 网站设计风格 幽灵网络安全团队 领袖型营销 计算机网络与信息安全 洛阳网站优化 网络安全 湖南两会 乐清英文网站建设 个人网站推广 信息安全等级分类广元网站建设 旅游营销方案 国家网络信息安全周,-1 网络安全评测报告 网络安全与攻防项目 北京信息安全的公司 上海专业做网站公司地址