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
网络安全威胁发现态势上海建网站的公司网络安全配乐信息安全研究29门户网站制作深圳电子商城网站建设门户网站制作城阳建网站无锡 信息安全网站栏目  千万年的等待成就一次穿越,无数次的轮回诞生永恒之子。创世原里,人子曹敌从地球而来,进入神奇的行-轮-大-陆,要开始他的伟大征程。用变形草变成行-轮-大-陆人的模样,遇阴魂殿使者方知大陆暗藏险恶,结夏尔拿破尔有了兄弟,进拉斐尔学院开始了法武修炼。宫廷活剧,权势争斗,正邪搏击,江湖碰撞,神器,技法,灵草,魔兽不断上演;力量功法,秘境传承,冲关进阶,彼生我克,道心,机运,天时,人情处处惊心。   重建羽扇门,助拿破尔登上大陆的最高峰,兄弟力量能胜天。灭魂教三堂,血刀佣兵团遍及天下,一朝转身成盟主。谈笑大陆最高峰,结伴成神破界行。遇大陆始祖方知天外有天,修行路上伴鸿枃称雄。回首关山万里路,一朝月明见神州,父母相逢千转后,方知时空是心田。道行圆满,创世遂成,终解万法一字空。  综武大陆,王朝林立。   李损穿越而来,成为古墓派唯一男弟子,激活鸿蒙签到系统。    从此丹药、神功,样样不缺,美女、公主接连不断。   九阴真经我有!   十绝体我有!   大还丹我有!   降龙十八掌我有!   我有!我有!我全都有!   李损签到十年,自此无敌世间!                   废柴?退婚?绑定作死系统?作死就能变强? 叶天尘:想当年作死的过程多么快乐,可是一晃眼…… 轰隆隆!(仙帝法决袭来) 叶天尘:还是那么快乐! 只要杀不死我,我就能变强穿越异界,召唤千古群雄 袁左宗:天下骑战称榜首,一身肝胆忠北凉! 大雪龙骑:北凉铁骑甲天下,大雪龙骑甲北凉! 霸王项羽:气拔山兮力盖世。为寻找身世而变强,奈何一路坎坷。 仙,魔,人,妖,与我何干! 什么是对?什么是错?我不知道。我只知道强者才有话语权,所谓对错只对弱者罢了! 我够强,魔便是正,正便是魔。 我叫烈无忌,一个追逐巅峰的少年人罢了!西部无人区的追捕者叶晓天,一个23岁的大学毕业生;《破晓》一款称作“第二世界”的游戏,第一世界的咸鱼在第二世界会是怎样的呢?夜无情穿越了,按照这么多年的穿越文解析,妥妥的主角啊!实在不行皇帝王爷也可以,最不济也是个富豪商贾! 没想到啊没想到~万万没想到我竟然是个大反派,还把主角虐的死去活来那种……我就是跟主角作对最后被抽魂炼魄点天灯的那个?不要啊~我不想死啊,我不要跟主角作对,我要抱主角的大腿啊! 这时候意外之喜来了……系统金手指,哇哈哈哈(?ω?)夜无情还没有停止狂笑突然听见一声“:宿主,请继续保持反派设定,继续做坏事,夺取主角气运,违反设定直接抹杀” 纳尼?????李杰加入了密逃团,可以正式出道了。他会发生什么事情呢?李可被闪电击中,从2020穿越到1982年,凭借对后世的了解和天赋之眼的能力,在十年时间里成为全球首富。
城阳建网站 西安网站维护 关于网络安全保护 知名网站制作公司青岛分公司 网站不稳定 网络安全配乐 商业信息安全 深圳自适应网站设计 中国网站建设 网站泛解析 灵魂化解的重要性【www.richdady.cn】 孩子不爱读书的阅读习惯如何培养?咨询【www.richdady.cn】 财运不佳的财富规划【www.richdady.cn】 感情纠纷的情感疏导技巧有哪些?咨询【www.richdady.cn】 迟缓儿的康复训练【www.richdady.cn】 存不住钱的解决方法【企鹅383550880】√转ihbwel 外灵干扰的心理调适咨询【σσЗ8З55О88О√转ihbwel 迟缓儿的康复训练【企鹅383550880】√转ihbwel 前世今生的轮回真的存在吗?咨询【www.richdady.cn】√转ihbwel 商业决策的心理学支持咨询【微:qq383550880 】√转ihbwel 感觉整天没精神怎么办咨询【微:qq383550880 】√转ihbwel 存不住钱的咨询技巧【www.richdady.cn】√转ihbwel 暗恋的情感表达咨询【企鹅383550880】√转ihbwel 佛教视角下的前世今生咨询【企鹅383550880】√转ihbwel 孩子不爱读书的家长引导方法有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 长尾词咨询【企鹅383550880】√转ihbwel 脑部不清晰的环境影响【www.richdady.cn】√转ihbwel 冤亲债主的干扰与因果【微:qq383550880 】√转ihbwel 家宅磁场的常见问题咨询【σσЗ8З55О88О√转ihbwel 大龄剩女的婚恋经验【微:qq383550880 】√转ihbwel 网络安全需求分析需要按照服务器 旅游网站建站 网络安全威胁分析报告 沈阳做网站哪个好 大良营销网站建设流程 网站建设问题大全 关于建立国家信息安全产品认证认可体系的通知 网络安全标示 网络安全必要性2016 河南网站优化 防火墙 公共网络安全 网络安全的安全技术 网络发展对营销的影响 网站栏目 台州手机网站建设 城阳建网站 网络事件营销定义 郑州最好的网站建设 2015网络安全广西 国家空间网络安全学院 大良营销网站建设流程 网站建设问题大全 关于建立国家信息安全产品认证认可体系的通知 信息安全等级保护分为 网络营销的国内外研究现状 o2o网站制作公司 上海建网站的公司 网络安全情报信息 网络安全法 重点 静静 信息安全 网站用橙色 使用微博营销工具应该注意哪些问题 网络事件营销定义 餐饮网上营销 美国国家信息安全战略网站制作 文案 网站营销的方法 怎样创建网站 我想做个网站 公司信息安全管理建议 建企业网站行业网 信息安全意识培育途径 西安网站维护 网站营销推广 我想要网络安全现在中毒了娃哈哈营销策划主题 怎样创建网站 济南模板网站制作 英文网站推广 数字营销网络营销 中国网站建设 网络微营销长春网站设计 网络安全推广好做吗 中国信息安全 测评中心 国网营销 中国网络信息安全协会 网络安全动画 温州网站建设联系电话 网络安全人员评估法案 中国电信网络安全产品 网络安全配乐 公司信息安全管理建议和意见 建行手机网站 台州手机网站建设 太原做企业网站 企业营销助手 怎样做一个网站首页 企业网络安全管理 网络整合营销谁提出的 网站制作 价格 电子邮件营销怎么做 国家空间网络安全学院 网站营销的方法 静静 信息安全 论坛发帖推广营销服务 网站建设 选中企动力 涪陵做网站 汕头建网站 网络安全小课堂 网络安全需求分析需要按照服务器 智慧城市 网络安全 建网站后如何维护 网络安全威胁分析报告 上海建网站的公司 高端大气网站设计欣赏 深圳营销外包公司有哪些 知名网站制作公司青岛分公司 论坛发帖推广营销服务 无锡 信息安全 网站泛解析 网络安全威胁发现态势 济南网络推广网络营销软件公司 中国网络信息安全协会 网络安全 ppt 门户网站制作 网络安全的几点 信息安全是国家什么的基石 城阳建网站 我想要网络安全现在中毒了娃哈哈营销策划主题 怎样做一个网站首页 东莞多语言网站建设 沈阳科技网站建设 建网站后如何维护 信息安全等级保护分为 深圳电子商城网站建设 网站营销推广 关于建立国家信息安全产品认证认可体系的通知 基于h5的个人网站建设 网络安全必要性2016 日照网站推广 清华大学 信息安全,-1 信息安全运营中心产品 目前流行的网络安全软件 太原做企业网站 信息安全备案申请模版,-1 网络安全法立法 顺德网站建设公司价位 免费微网站 建网站怎么弄 关于建立国家信息安全产品认证认可体系的通知 使用微博营销工具应该注意哪些问题 2015网络安全广西 信息安全保障系统,-1 静安西安网站建设 求职网络营销公司 网络营销大学课件 建企业网站行业网 东莞多语言网站建设 北京网站建设报价 2011年网络安全事件 汕头建网站 网站尺寸 网络安全测试软件 迭代思维 营销 太原做企业网站 信息安全体系 临沂网站设计