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
喀什网站建设信息安全经典面试问题网站知识国家网络安全局系统佛山新网站建设代理商公司网站制作 步骤网络安全五大特点上海 网络安全苏州网站seo东莞网站设计珠海政府网站建设公司穿越到了大秦。 成了大秦的十九公子赵祁。 从小装疯卖傻,成了人人唾弃的废物。 此时正值大秦历三十七年,嬴政为寻长生,不顾百官阻挠,执意东巡访仙。 “父皇,你老了。” 就在此时,最不成器的十九公子赵祁提剑入咸阳宫。 【叮!】 【签到地点:咸阳宫】 【签到任务:逼迫始皇退位】 【签到奖励:一万大雪龙骑军】 面对一千始皇禁卫军。 赵祁有三千黑水台铁鹰卫效忠, 面对两万的黑甲禁军。 赵祁召唤出一万大雪龙骑军将其杀得抱头鼠窜。 这一日。 咸阳宫上。 蛰伏了足足十八年的赵祁第一次穿上黑水龙袍。 站立在龙椅之前。 高举手中雕龙长剑。 朗声道: “儿臣赵祁,恳请父皇退位!”降临全球的超凡事件,一纸神秘的契约…… 苏醒与死亡共舞,穿梭在三界与人间,在一次次试炼任务中险死还生,洞见真相。 鬼街打更人、妖界摆渡者、天界放马官!苏醒一步一个脚印,做大做强,再创辉煌。 本书又名《内卷》,《往死里卷》《TM谁都别想卷过我》《扶我起来我还能浪》 ———————— 小二寄语:今天五更,再废话十更。天道有缺,世间最强体质神魔霸体被天道所摒弃,十五年忍辱,终将迎来曙光! 大道枷锁自束己身桎梏又如何?我自当逆战苍穹,笑傲九重天,神挡杀神,佛挡弑佛,逍遥天地间! 一日破关,我为尊,一拳荡寰宇,一脚山河溃,一静万物生,一动诸天陨,一念可化阴阳轮回,一念可镇压永恒万古! 我为太古第一神王,天骄至尊皆是我帝路上尸山血海! 我当以一双铁拳,粉碎诸天万界,天道也不行!陨石坠后,世界崩溃 科技时代的结束?灵气时代的到来! 全民修灵!但是……后科技时代是什么鬼 两个时代的碰撞,灵者与科技的交融! 齐天大圣重生归来,再战西游当高等文明的科技繁衍到巅峰。 迈入到新的纪元历程。 玄能纪元历001年,借助庞大的宇宙资源能量合成改造系统。 高等文明的智慧生物,掌握了宇宙中不该被觊觎的玄能。 从此宇宙中开始频繁出现虫洞,导致时空错乱,平行世界相连! 被高等文明控制的宇宙暗物质暗能量,犹如细菌病毒,开始蔓延到宇宙的各个时空! 威胁程度足以波及到整个宇宙空间的浩劫随之而来……一个贫苦的年轻人...... 一支可画万物的笔...... 一个又一个的未解之谜,传说、民间灵异、外星科技...... 逆袭的路上充满荆棘,不畏权贵,惩奸杀恶痛快淋漓。 纵横都市偷心各类美艳佳人,上演一部叱咤天地的不朽传奇! 林明穿越到危机四伏的玄幻世界,开局就被成为苦力,惨遭007折磨。   就在林明以为要当一辈子牛马的时候,激活了人生模拟器。   只需要消耗灵石就能够开启模拟。   【第一日:你学习陈胜吴广,一句王侯将相另有种乎震撼众囚,囚犯们热泪盈眶直呼你为天人转世。】   【第二日:你的话在囚犯群体中传播开,你的地位直线上升。】   【第五日:你晚上睡觉的时候,突然有黑衣人闯进来把你带走,你自知实力不够无法反抗。   好在对方没有恶意,你们细细攀谈对方对于你的想法大为震惊,表示还会来找你的。】   【第六日:黑衣人果然来找你,你们相谈甚欢。   你接着这个机会寻问修行之法,对方随手给了你一本没有封面的功法,并且指导你修行。】   【第九日:有人指导加上你没日没夜的练习,你终于有了气感。】   【第二十日:你成功突破进入到炼气期成为一名修士!】古烬在创造女神的空间中醒来,发现自己失去了大部分记忆。在被女神的帮助下,他恢复了记忆,并与女神度过了一段快乐的时光。 一切止与古烬和女神的一场赌约。 他穿越到了女神创造的世界之一,在其中展开了冒险。 (敬请期待)女主袁筱因为家庭因素,被迫来到深圳的一所初中读书,在新的校园和新的朋友之间又会碰撞出怎样的火花呢?请阁下持续关注在下的小说,谢谢
网站常识 信息安全热门研究方向,-1 用html5做的网站 青岛网站维护 移动营销形式 网络安全好学吗 电商营销体系 网络营销师课程 网络营销科技公司 盐山网站 外灵干扰的前世故事【www.richdady.cn】 投资项目的前世因果咨询【www.richdady.cn】 耳鸣的环境影响【www.richdady.cn】 阴间生活的前世解析【www.richdady.cn】 财运不佳的投资建议咨询【www.richdady.cn】 升迁障碍的职业发展如何规划?【www.richdady.cn】√转ihbwel 前世老婆【www.richdady.cn】√转ihbwel 维护良好家庭关系的秘诀有哪些?咨询【σσЗ8З55О88О√转ihbwel 去世的母亲的咨询技巧【www.richdady.cn】√转ihbwel 大龄剩女的改运方法咨询【www.richdady.cn】√转ihbwel 如何应对冤亲债主的干扰【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世缘份的修行建议【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 公司破产的前世因果【企鹅383550880】√转ihbwel 性压抑的前世因果咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 无形干扰的原因分析【微:qq383550880 】√转ihbwel 前世今生的改命方法【微:qq383550880 】√转ihbwel 灵魂化解的重要性【σσЗ8З55О88О√转ihbwel 如何改善财运不佳的情况?咨询【σσЗ8З55О88О√转ihbwel 前世老婆的前世案例咨询【www.richdady.cn】√转ihbwel 心特别累的解决方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 嵌入式设备网络安全 企业级网站欣赏 公司网站制作商 网盘建网站 网络营销师课程 网络安全教育课程 网站建设规划 网站用途 建立信息安全应急管理 台州优秀网站设计 手机网络安全性 信息安全经典面试问题网站知识 网络营销科技公司 网络营销流量的重要性 电商营销体系 三只松鼠营销推广经验 网站建设规划 酒店网络营销方法 北京网站改版 银行业网络安全法 番禺网站推广 2013年的重大网络安全事件 北京网络营销网站 网络安全好学吗 微信公众号 网络安全 专业培训网络营销 喀什网站建设 网络营销定价方案 北京网络营销网站 武汉商城网站制作公司 SDN与网络安全 营销型网站如何制作 专业的网络营销公司哪家好 网络营销考试案例分析 网站建设报价单 网站制作前期所需要准备 咸阳市第三届国家网络安全宣传周 网站常识 移动营销形式 宝安网站设计 2015中国个人信息安全问题研究 沧州网站制作 网络安全内部威胁 网络安全的五大特征 邳州做网站 番禺网站推广 台州优秀网站设计 珠海企业网站制作费用 网络营销师课程 网络营销与运营区别与联系 手机网络安全性 东莞网站设计 南京营销型网站建设 网络营销师课程 网站优化吧 三只松鼠营销推广经验 2017十大网络安全事件 用html5做的网站 网站用途 盐山网站 青岛网站维护 网络安全攻防入门 邮件营销的优 北京网络营销网站 信息安全创业的女人 企划营销包括 瑞士 网络安全 信息安全等级保护 证书 福州金山网站建设 web信息安全 考研学校 信息安全产品目录 珠海政府网站建设公司 网络安全案例教程 网络安全运营外包信息安全三级等保备案 汽车网络安全攻击视频 龙岗网站设计 北京网络营销网站 上海 网络安全 厦门网站开发建设 网站制作前期所需要准备 网站常识 专业培训网络营销 专业的网络营销公司哪家好 十种网络营销方法体系 网站建设规划 网站常识 信息安全等保三级 查询 企业级网站欣赏 虚拟化网络安全 信息安全等保三级 查询 济源网站建设 SDN与网络安全 品牌营销推广 手机网站建设动态 东莞网站设计 景县网站建设 全网营销型网站 寻找微营销销售团队 2017十大网络安全事件 淄博建设网站 网络安全必看书籍推荐 酒店网络营销方法 网站建议公司 信息安全管理体系检查 网盘建网站 信息安全集成资质 宝安网站设计 网站常识 信息安全登记保护,-1 三只松鼠营销推广经验 国家信息安全 主任,-1 网络营销流量的重要性 信息安全技术 信息安全风险评估规范 gb/t 20984-2007 番禺网站推广 败笔网络安全技术 信息安全的研究生 网络与信息安全pdf 武汉商城网站制作公司 冀州建网站 福州金山网站建设 专业的网络营销公司哪家好 公司网站制作商 网络营销流量的重要性 互联网网站开发 商城网站模板 菜鸟做网站 建立信息安全应急管理 邮件营销反馈率 网站建设报价单 pc端营销 三只松鼠营销推广经验 腾讯网络安全 网络安全工作 意见建议 龙岗网站设计 什么是网络安全预警