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
西电信息安全专业有关网络安全电影绿盟科技引领信息安全潮流网络安全信息安全,-1用户信息安全培训,-1武汉商城网站制作公司网站制作 武汉邢台网站定制烟台网站建设联系电话做网站讯息楚鹤原本只是个普普通通的躺平青年。 可当他某个深夜刷音抖短视频时 撸串店的监控画面让他气愤至极 评论后竟然解锁神级天赋技能 “获得点赞转化修炼点,可自行选择兑换修仙资源” 从此开启惩奸除恶的妖孽人生 探索海蓝大陆千古秘闻朝歌夜弦,莫过一本好看的书,莫过一首美曲罢了沉眠三载,不知岁月流江。 废材?不是,是天才! 帝脉天赐,指天斥神张扬。 废体?不是,是神体!天下为敌,为伊孤战八方。 男人的尊严,需自己找回!武逆修神,古今天地至上。 神体开启,不生即死!一朝成神,纵横万载无双! 以异晶淬气,以精魄炼体!天笑我,我笑天! 神体大成,碎灭乾坤!武徒--武者--武师--大武师--武灵--武宗--武尊--武王--武皇--武圣--武帝---------------------------------------【轻松爽文,热血,扮猪吃虎。】虾米个人微信公众号有免费番外可以阅读,zhishixiaoxiami,只是小虾米拼音。出来旅游的刘锋,接到了一个跑龙套的机会。 意外触发了神级扮演系统。 在剧组扮演某个角色,根据相似程度,便能获得角色相应能力。 【叮!本次角色‘特种兵’的契合度为30%,您获得特种兵30%的综合能力!】 【叮!本次角色‘学霸’的契合度为50%,您获得学霸50%的学习能力!】 【叮!本次角色‘王羲之’的契合度为73%,您获得王羲之73%的书法能力!】很久很久以前,有一座山,名为葬灵山;葬灵山的西边有条渊,名为无相之渊;无相之渊的西边,有一座学府,名为真武院;而故事,则要从葬灵山东边的那座凌天帝国讲起……你见过穿越修仙界自带键盘的男人? 没错,楚长柯!震惊长安第一人! 灯火夜明长安城,惊天动地笑长安。 键盘?拿来吧你,金身?拿来吧你! 欢迎来到七百年的修仙世界。朋友一般叫我枫音道人 敌人一般叫我疯阴老魔 其实大家可以叫我风影,风灵月影的风影胡兴国因与张怀中之间有夺妻之恨,故意将张怀中彩云食品厂生产的问题奶销往城里。阴差阳错的是与城里奶娘乳业的司机两人同姓,并且在同一天送货,竟然错送到了对方的酒店。因为彩云食品厂的问题奶使参加礼尚往来大酒店婚礼的许多人中毒入院。市场监管局曾冠英奉命调查此事,却遇到重重阻碍。因为有人因中毒去世,市里组成专案组,其中调查组由市场监管局和市公安局组成,曾冠英与市公安局郑宏伟俩人共同合作,带领一干人员深入调查,期间有挫折,有误会,也有惊心动魄的卧底,逃亡和追捕,最终虽然找到制假售假的张怀中,但是遗憾的是他已经因为救人而死亡,与张怀中相互勾结的政府官员和出卖奶娘乳业的销售经理被绳之以法。  这是伪神黄昏,也是新神黎明,当新旧两派神祇还在不断明争暗斗之时,是否有人曾抬头望向那深邃黑暗的天空,那里,也许还有别的东西在默默注视着他们!   而当末日之战真正降临的这天到来,是否有人能逃过那不可名状的恐怖,又或是置之死地而后生,成为新的恐怖存在!   身为最后一个人类,名为余烬的少年将如何创造自己的传说故事,又将在这场即将笼罩整个蓝星的阴影中何去何从?我体验高楼繁华,也感受过贫民老窟,见视过世态炎凉,感受过虚情假意;我的故事从繁华喧闹而来,走向冷漠荒凉
无线网络营销 网站制作 武汉 网络安全基础应用与标准 下载 b2c网站建设 百度知识营销案例 个人信息安全的例子 美团外卖的网络营销 网站构建 网络营销哪个学校好 网络与信息安全风险评估服务能力评估方法,-1 冤亲债主干扰的常见案例咨询【www.richdady.cn】 孩子不爱读书的家庭教育方法有哪些?咨询【www.richdady.cn】 去世的母亲的前世解析【www.richdady.cn】 耳鸣的咨询技巧【www.richdady.cn】 老公家暴【www.richdady.cn】 前世缘份的前世影响【微:qq383550880 】√转ihbwel 财运不佳的原因有哪些?咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 有官司的法律咨询【σσЗ8З55О88О√转ihbwel 前世缘份的解读方法【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 事业不顺的改运方法【www.richdady.cn】√转ihbwel 心特别累的原因分析咨询【www.richdady.cn】√转ihbwel 意外的前世因果【企鹅383550880】√转ihbwel 无形干扰的原因分析【微:qq383550880 】√转ihbwel 迟缓儿的心理调适咨询【σσЗ8З55О88О√转ihbwel 维护良好家庭关系的秘诀有哪些?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世缘份的续写有哪些方法?咨询【www.richdady.cn】√转ihbwel 婚姻生活不顺的环境影响【企鹅383550880】√转ihbwel 前世今生的咨询方式【企鹅383550880】√转ihbwel 如何克服“缺心眼”的问题咨询【σσЗ8З55О88О√转ihbwel 前世缘份如何影响事业发展?【企鹅383550880】√转ihbwel 某某白酒进入南方市场请用4p营销理论为它制定销售策略 2012年信息安全竞赛获奖名单 重庆专业网站建设 企业网站建设运营 珠海政府网站建设公司 门户网站网站制作 开发网站需要哪些技术 网站建设流程 西电信息安全专业 齐齐哈尔网站建设 佛山手机网站建设网络营销的特点和职能 网络专业的网站建设 网络安全攻击 网络安全主要涉及信息存储安全信息传输安全网络应用安全等3个方面 美团外卖的网络营销 个人上网确保网络安全 信息安全计划 国家信息网络安全网络组织 沧州网站制作 衢州做网站 网络安全前景2017 cn网站建设多少钱 做网站讯息 网络安全技术吧 网络安全攻击 网络营销要学什么区别 安阳网站制作 互联网营销要学什么软件 南京做网站 怎么创建网站/ 长沙建网站公司 企业网站需要响应式 网站托管维护 网络专业的网站建设 拖拽网站 珠海政府网站建设公司 信息安全集成资质查询 西安网站架设公司 响应式网站设计的要求 重庆专业网站建设 全网营销型 响应式网站设计的要求 信息安全犯罪案例 信息安全等级保护公司 信息安全风险评估涉及( )影响和脆弱性三者之间的可能性评估 网络营销推广宝典 云南微营销软件 长沙建网站公司 达内培训 营销机构SEO 网络安全主要涉及信息存储安全信息传输安全网络应用安全等3个方面 信息安全意识调查总结 营销思维 网站制作 手机 网站建设流程 e mail营销特点 访问网站慢 网络营销哪个学校好 网络营销常见的方式有哪些方面 网络营销实训 口碑营销怎么开展 武汉专业网站建设 上海集团网站制作 汕头网站制作 西安网站架设公司 电气营销型网站方案 外贸最热门营销方式 无锡网络公司网站建设 达内培训 营销机构SEO 番禺网站建设专家 电气营销型网站方案 事件营销的特点是 胶州建网站 建什么网站好 网络营销要学什么区别 企业网站模板下载 西电信息安全专业 齐齐哈尔网站建设 网站打开速度优化 网络营销推广宝典 如何搭建自己的网站 服务好的微网站建设 星巴克网络营销的价值 模板网站最大缺点 网络营销实训 拖拽网站 服务好的微网站建设 asp网站源码 安阳做网站 营销型网站建设定制 asp网站源码 广州响应式网站制作 全网营销的模式有哪些 信息安全等级保护公司 网络安全排查 企业网站建设运营 网络安全技术新方向 学网络安全技术到 优质公司网站为什么需要网络安全 北京网络信息安全公司营销 方案 西安网站架设公司 互联网营销要学什么软件 网站的比较 低成本营销推广 网络营销人员职业规划 贵阳大数据与网络安全 e mail营销特点 长沙建网站公司 番禺网站优化 北京网络信息安全公司营销 方案 合能营销公司 网络安全 人才队伍 美团外卖的网络营销 网络安全系统运维内容 上海公司网站制作价格 番禺网站建设专家 烟台网站建设联系电话 营销成功 南京做网站 开展网络安全工作 百度知识营销案例 沧州网站制作 网络安全防护技术 高中信息技术6.2 微信营销的效果数据分析 yes网络安全论坛 为什么用php -s可以访问本地网站而开启apache就拒绝 北京网站建设公司分享网站改版注意事项 网站托管维护 营销型网站建设定制 齐齐哈尔网站建设 企业网站模板下载 地方门户网站制作 网络营销哪个学校好 服务好的微网站建设 公用网络安全审计 珠海政府网站建设公司