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咸宁做网站专业的营销网站信息安全投诉如何攻击网站宝鸡做网站重庆网站设计公司排名公司网站模板2017年网络安全的事件国家信息安全认证服务资质证书信息网络安全工作国家信息安全最新政策mc方块人的一生,很无聊玩归玩,闹归闹,回到汉末三国还得跟我皇叔混! 昔日屌丝秦耀,自穿越汉末以来,身无所长,心无所居,惶惶度日十载,历经黄巾之乱,成刘备帐下一无名小卒。 大战前夕,上司张飞醉酒发狂,险先误杀秦耀。秦耀大怒:“阉人张飞,安敢放肆!” 【叮,你的外挂已上线!】 得最强打工系统,做最帅打工仔! 助刘备,平蛮夷,灭世家,除军阀,揽群芳于铜雀,招贤臣于麾下,安天下于掌握,扶明主于帝位! 纵横天地间,谁能与之相扛? 秦耀:“在下秦耀,愿助主公成就千秋大业!” 刘备:“我得汉明,大事可期!” 女孩臻浅患有严重的被迫害妄想症,遵照医嘱在放学后独自散心。不料,之后目睹男孩“魏砷”杀人现场。在一场惊心动魄的逐命逃亡后回到家中,一觉醒来,陡然发现时间倒转。面对倒转的时间,步步紧逼的凶手,她该何去何从……灵械,是玄幻与科技的结晶。在玄幻世界,想要成为世界霸主,谁说只有修行这一条路?几乎没有修为的程智,接受了大帝的传承后,踏上了通往世界巅峰的漫漫灵械之道。 本书不会申请签约。 生活的点点滴滴、繁杂往事财是什么?一千个人就会有一千个答案; 财是就是金钱,是贵重金属; 财是就是资源,一切发展的资源; 财,人生经历,认识,胆识,才华甚至是血脉; 为了财,我在亮剑中卖军火;为了特工技术,我在五号特工组中卖装备;为了钱,我在开日奇侠装提供保镖服务;为了财,我在平行世界帮助崇祯一统天下;为了,能量,我在建国大业帮助光头佬在火奴鲁鲁建立王国。 为财,我可以做一切。魏国都城金陵,一位神秘少年出现在一个茶楼遇到了一位女孩,随着少年身份的逐渐揭开,他将在一系列大事件的考验中展现自己浩瀚的家国情怀李长歌穿越了。 开局家徒四壁,一贫如洗。 只有一个相依为命的姐姐。 好在这是一个“小说家”的世界。 在这个世界,只要写小说,便能获得非凡的力量,甚至能够依靠小说成圣! 看着这个世界普遍流传的小说著作,李长歌表示就这啊? 《神雕》出世,“侠之大者,为国为民”被千万人追捧! 《三国》出世,无数谋臣直呼原来计谋还能这样玩?! 《西游》出世,无数人惊叹天庭是不是真的存在! 《水浒》出世,就连皇帝也坐不住了! …… 某一天深夜,李长歌看着身边美貌温婉、娇艳无俦的李采薇,义正辞严的道:“姐姐请自重,我要写小说了!” 修仙?修得无情无心,修得孤寡一人。 无情,无义,无感,无心,无怒,无哀之人还算是人吗? 它,手握乾坤,掌世间之人生死。 它,随心所欲,万物皆为蝼蚁。 直到有一天,它,也流出了血,它,也会受伤。 拔剑!弑神!意外穿越明朝下一任败家皇帝朱厚照身上,作为太子时,不断搞事情,不断败家,非但没有将明朝败亡,反而是将明朝带上了世界巅峰,万国臣服,仰望天朝大佬。 朱厚照的名言:本太子用点钱怎么了,这以后都不是我的吗?何况我现在父皇吃我的用我的,本太子说什么了吗?
做网站网站 手机设计培训网站建设 企业网络安全测试 营销培训费用 网站建设 福州 山东临沂网站建设 网站建设 福州 哪个国家学营销 中国联通 信息安全 信息安全项目经历,-1 工作场所意外事故的原因咨询【www.richdady.cn】 冤亲债主干扰的真实案例有哪些?咨询【www.richdady.cn】 如何预防冤亲债主的干扰?【www.richdady.cn】 亲子关系的情感交流【www.richdady.cn】 内心恐惧胆怯的前世因果咨询【www.richdady.cn】 如何提高孩子的阅读兴趣?【微:qq383550880 】√转ihbwel 官司的法律援助【微:qq383550880 】√转ihbwel 婴灵、邪灵、祖灵咨询咨询【www.richdady.cn】√转ihbwel 家庭关系的和谐共建方法有哪些?【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 如何解决孩子不爱读书的问题?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 财运不佳的财运改善【微:qq383550880 】√转ihbwel 缺心眼咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 改善脑部不清晰的方法【微:qq383550880 】√转ihbwel 冤亲债主的干扰与超度【www.richdady.cn】√转ihbwel 性压抑的情感释放咨询【σσЗ8З55О88О√转ihbwel 性压抑的解决方法咨询【企鹅383550880】√转ihbwel 不爱读书的咨询技巧咨询【www.richdady.cn】√转ihbwel 脑部不清晰的环境影响咨询【www.richdady.cn】√转ihbwel 意外的前世影响咨询【www.richdady.cn】√转ihbwel 升迁障碍的职场瓶颈咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 网站的形式 app手机网站设计 网络安全基础ppt 如何攻击网站 网络安全平台电话 杭州信息安全公司排名 中国网络安全信息小组 北大 信息安全实验平台 唯品会会员营销方案 网络安全漏洞的定义 富阳网站建设 支付敏感信息安全审计 山东临沂网站建设 专注信息安全 营销培训学院 网站设计教程 h5网站作用 网络安全证 西安专业建网站 手机做网站的 网络安全人才奖 下列哪项不全是防火墙的功能 防止内部信息的外泄强化网络安全性 山东临沂网站建设 网络营销公司干嘛的 五种网络营销工具 网络信息安全的范畴 iso27001国际信息安全是如何描述的 信息安全风险评估小组每人了解且熟悉如何对此类文档收集整理 网络安全 数据取证 马鞍山网站设计 思科2017年年度网络安全报告 网站建设 福州 网络安全信息测评报告 网络安全论坛 2017 巢湖网站建设 下列哪项不全是防火墙的功能 防止内部信息的外泄强化网络安全性 营销培训费用 网站承建 网站建设策划书 网站打模块 网络信息安全网站 东莞外贸营销 网络信息安全公司的售后 中国联通 信息安全 国家信息安全认证服务资质证书信息网络安全工作 营销网站与传统网站的区别 手机设计培训网站建设 信息安全运维实用技术 重庆最新微信营销方案 cap 网络安全 信息安全风险评估模板 3g网站设计 信息安全风险评估小组每人了解且熟悉如何对此类文档收集整理 专业的营销网站 未来网络营销的趋势 信息安全要考什么证 网络安全服务攻击 熟人关系营销 网站策划机构 怎么做微网站 2017年信息安全报告 杭州信息安全公司排名 网络营销 (第5版) 中山网站建设 设计网站的软件 网络安全漏洞的定义 成都 企业 网站制作 重庆最新微信营销方案 营销培训学院 事件营销是口碑营销? 互联网营销运作 网络信息安全的范畴 成都 做网站 模版 网络信息安全网站 网站的形式 营销培训学院 银行员工如何防范信息安全 青岛信息安全等级保护 智能网联汽车信息安全 网络安全基本原理 网站盈利了 网络安全的信息 怎样创网站 网络安全 银川 网站制作苏州企业 网站盈利了 网络安全服务攻击 东营做网站建设的公司 计算机网络与信息安全技术 网络安全服务攻击 网络安全 ids 互联网营销运作 襄樊做网站 网络安全论坛 2017 网络安全基础ppt 网络安全 数据取证 静安区品牌网站建设 网络信息安全设备,-1 信息安全等级保护代办 网络安全人才奖 全国信息安全等级保护测评机构推荐目录,-1营销 h5网站作用 唯品会会员营销方案 山东临沂网站建设 网络信息安全公司的售后 建网站费用 网络安全生态峰会 网络安全平台电话 信息技术与信息安全 linux系统的优点完全免费代码开源 自己做网站 需要哪些 手机网站制作机构 网站设计建设趋势 思科2017年年度网络安全报告 近年来信息安全大事件 做生意的网站 汕头网站优化 西安专业建网站 iso27001国际信息安全是如何描述的 信息安全基线规范 中国国家信息安全部门 富阳网站建设 2017年信息安全大会 马鞍山网站设计 唯品会会员营销方案 网络安全宣传信通公司 网络安全 ids 网络安全夏令营 国家网络安全中心主任 给会所做网站 网站访客 巢湖网站建设 思科2017年年度网络安全报告 网络营销策划书的撰写 自适应网站好建们 南昌网站定制开发公司