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
网络营销市场环境手机运城做网站重庆微信线上营销方案营销推广方营销推广方中山网站建设文化方案佛山企业网站建设策划最新2017网络安全事件内容营销 软文营销信息安全方案安全号[无限流+灵异+悬疑+鬼怪。] 数十年前,袁文锦的爷爷因为一己私欲,与恶鬼做交易。 把自己孙子献祭给它,便保他一生福贵。 在袁文锦出事后他的爷爷便反悔,他要保下袁文锦。他借助黑暗的力量把袁文锦与一个神秘的地方链接起来。 恶鬼恐惧那力量,一怒之下便屠了他满门。只留下袁文锦一人苟活在世。七千年前,被选拔出的勇者我被冠予为最强人类的盛名,最后还获得了史今第一勇者的称呼,以一己之力击败了魔王军,在与魔王最后的战斗中,无可救药的爱上了哪位粉发绝美的少女魔王,后在我的追求下,成功娶得了魔王,就这样魔王与勇者的爱情持续了七千年至今。无尽的星空中,有着各式各样的环境,演变出无尽的可能,所以,在这里,无论是发生了什么不可思议的事情,都是正常现象。 末世纪元,丧尸危机爆发,大地生灵涂炭,人类逐渐走向灭亡……… 而白羽泽却带着死前记忆重回危机爆发前一个月。 “迷茫之中,该何去何从?” 规划、防守、武器订购、受难者基地崛起…… 危机面前,是生,还是死? 历史给予我新生,我必将改写历史! 在此,请见证,新时代的到来………… 从学生到农民再到医生,阅尽世间酸甜悲苦。 不是医学世家,没有高学历。治病救人,战瘟疫救苍生凭的是永不言败的坚定信念,誓愿普救含灵之苦的悯世之心。 一部伤寒论,半部移身幻形分筋错骨术,演绎出一幕幕世间善恶人生,一曲曲俊男靓女爱情纠葛,一段段上下求索风雨人生路。绝世神王,重生一世,修无上逆天功法,有神王传承记忆,偶尔指点一下那所谓的天下大师,随手收几个天才做弟子跟班。 “缺少功法?那很简单!” “没有丹药?容易至极!” “问题是,你跟我混了么?” 这一世,叶星辰注定要踏上那巅峰至强者,以强凌云,以武逆天。一夜之间,世界遭逢巨变,本是平民百姓的你,却意外拥有了罕见的异能...... 万年前,四界大战,生灵涂炭。人族先贤利用时空宝盒的空间神通创造出第五世界,用此结界将四界分隔,战火才得以平息。而他自己一人居一世界,孤独终老。 万年后,一人一妖在第五世界浪漫邂逅,并合作夺取了时空宝盒。后来遭人族暗算,小白香消玉殒,临死前她祭奠生命激发了时空宝盒的时间神通,救于也逃过一劫,同时将他变回到了十五岁。 重生后,于也一心只为复活小白。他利用时空宝盒穿越结界,四界闯荡。一把斩空剑,激起惊涛骇浪。他将时间神通和空间神通双双修炼至第九重,不仅能控制时间流速,甚至可以破开虚空。也因而引发了分隔四界结界的坍塌,四界重新连通,大战一触即发…… 小白这位三人一体、三头六臂的大美妖如何复活? 第二次四界大战又将如何收场? 编大大只需点击“通过”的选项即可揭晓!(纯架空文) 邮轮失事,流落荒岛,危机四伏,当别人还在因为下暴雨无处躲寻的时候,秦渊已经在庇护所安稳的度过。 当别人饿肚子的时候,秦渊已经吃上了烤肉,海鲜。 失事船长:“我们要齐心协力,走出困境!” 秦渊:“不好意思,道不同不相为谋!” 有钱人:“兄弟,我花钱买你的肉,就让我吃一点!” 秦渊:“钱?在这岛上,就是废纸!” 当红女网红:“能不能分我们一口吃的?” 秦渊:“少跟我装可怜,这里是荒岛!”大梁内忧外患,民族已经到了生死存亡之际。 陈杉穿越,一个读博的在校生,来到古代,带着前世的记忆,在古代拖家带口的搞发明。 这书没有系统。 陈衫将在这里遇见很多美女,以及在古代生活的点点滴滴,一步步把大梁带到世界之巅。 我不是神,但是我有创造神迹的能力。 你们自认为很强大,在我眼里不过只是一帮石器时代的野蛮人罢了。 不要挑战我的权威,因为我也不知道你会变成什么样。 燧发枪:烟雾太大,阻挡视线。 后装弹:需要的东西比较多,但也不是做不出来。 大炮:实心弹、散弹、?榴弹,供客户多种选择。 热气球:天降正义了解一下? 机枪:转轮的做不出来,抱歉,只能用这个来阻挡你们的冲锋。 战略舰:口径意味着真理。 装甲列车:修路修到你家门口,这个不过分吧。 双翼飞机:喷气做不出来,在你头上扔垃圾还是能做到的。
网红网站建设 网络营销专员工作要求 网红网站建设 邢台网站设计哪家好 温州网站制作公司 沈阳网站优化 乐清做网站 2014网络安全大事件 网站维护公司 公司网络安全分析报告 儿子抑郁症的案例分享咨询【www.richdady.cn】 婴灵的超度方法【www.richdady.cn】 亲子关系的家庭氛围咨询【www.richdady.cn】 儿子抑郁症的家庭支持【www.richdady.cn】 耳鸣的案例分享【www.richdady.cn】 与老公前世的咨询技巧【σσЗ8З55О88О√转ihbwel 财运不佳的风水布局咨询【微:qq383550880 】√转ihbwel 有官司的前世因果【www.richdady.cn】√转ihbwel 大龄剩女的社交技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 灵魂化解的步骤【www.richdady.cn】√转ihbwel 冤亲债主干扰对生活有哪些影响?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 不爱读书的咨询技巧咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 人际关系不好的前世因果咨询【微:qq383550880 】√转ihbwel 婚姻生活不顺的心理调适咨询【企鹅383550880】√转ihbwel 脑部不清晰的咨询技巧咨询【σσЗ8З55О88О√转ihbwel 脑部不清晰的生活习惯咨询【企鹅383550880】√转ihbwel 儿子抑郁症的康复训练咨询【www.richdady.cn】√转ihbwel 孩子厌学的咨询技巧【σσЗ8З55О88О√转ihbwel 大龄剩女的情感困扰咨询【www.richdady.cn】√转ihbwel 暗恋的情感表达咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel g20网络安全 信息安全行业创业 网站制作公司 郑州 网络安全漏洞的概念 最新2017网络安全事件 网络安全服务标准 重庆微信线上营销方案 内容营销 软文营销 知名信息安全企业 微博营销运营 沈阳网站优化 信息安全监管部门 信息安全会议议程 网站群方案 网络营销网站规划建设 为什么信息安全学费高 建立自己的网站 落地页网站 网站制作公司 郑州 网络安全漏洞的概念 最新2017网络安全事件 网络安全服务标准 重庆微信线上营销方案 内容营销 软文营销 知名信息安全企业 微博营销运营 沈阳网站优化 信息安全监管部门 信息安全会议议程 网站群方案 沧州网站建设制作设计优化 网络安全的威胁可以分为两大类 深证市信息安全等级保护网广州专业网站设计企业 东莞网站推广 全国公安机关网络安全保卫工作会 网路营销是什么 最新2017网络安全事件 网络营销网站规划建设 萍乡做网站 深圳家居网站建设公司 信息安全方案安全号 贴吧营销 网络安全数据管理局 商城网站内容模块有哪些 参加网络营销的好处 网络营销专员工作要求 朝鲜 网络安全 信息安全测试,-1 网络安全专项治理评估 信息安全与泄密事件 事件炒作营销 web安全和信息安全 电脑信息安全培训 网站优化课程 网络安全漏洞的概念 参加网络营销的好处 行业平台网站建设 网络安全监测与大数据的 邢台网站设计哪家好 微博建网站 武汉本土互联网站 电商网站有哪些类型 知名信息安全企业 南通网站建设seo 网络营销评价方法有哪些方法有哪些内容 网络营销的4c是什么意思 建立企业官方网站 网络安全 项目 南阳网站建设 潍坊网站建设 马 网络安全实施计划 网站总类 web安全和信息安全 佛山企业网站建设策划 上海信息安全管理培训,-1 企业做网站天津 陕西省信息安全竞赛 网络安全需要linux 常州网站建设key de 事件炒作营销 电商网站有哪些类型 中企动力官网网站 程序员转网络安全 内容营销 软文营销 网信办网络安全分级 个人怎么做病毒营销方案网络安全动态分析包括 内容营销 软文营销 陕西省信息安全竞赛 永川做网站的 信息安全 壁纸 网站内容 网络安全专项治理评估 营销推广方 外贸营销群 公司网络安全分析报告 网站建立费用 网络安全的威胁可以分为两大类 第四届网络安全论坛 网络营销市场环境手机 长沙网站空间 信息安全风险的三要素 行业平台网站建设 落地页网站 本溪网站建设 网站客户评价 论网店营销 防火墙技术与网络安全 网络营销学习路线图 乐清做网站 房产中介网站建设 身份鉴别与访问控制是信息安全领域的两个十分重要的概念 程序员转网络安全 外贸营销群 虚拟营销 房产中介网站建设 数据及网络安全 网络营销的4c是什么意思 辽宁信息安全测评中心 2014信息安全大事件,-1 网络营销学习路线图 网络营销专员工作要求 seo营销中心 网红网站建设 中国信息安全 常州做网站 深圳家居网站建设公司 网络安全 项目 京东的网络营销工具 辽宁信息安全测评中心 北京邮电大学 信息安全中心 深圳家居网站建设公司 合肥网站商城开发 信息安全专利 网络安全监测与大数据的 合肥网站商城开发