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
网络安全专项检查邢台做网站公司南京网站搭建建手机网站的平台徐州公司网站制作2016杜蕾斯事件营销徐州公司网站制作网络安全等保测评你的账号没有进行有效操作 不能评分 网络营销能力秀观点打分网络营销及就是seo信息安全等级保护培训 【本书纯属虚构,不要较真,看着开心就好,最好不带脑子(狗头)】 【穿越+系统+爽文+无女主】 礼鹤因为车祸去世了,成了反派,还绑定了“反派系统”。 又从系统那得知要集齐1亿积分才能回到他原来的世界。 不过他能够一直穿越,直到集齐1亿积分,回到他原来的世界。 “叮,恭喜宿主完成任务,奖励10000免死金牌。” “叮,恭喜宿主完成任务,奖励10000黄金。” “叮,恭喜宿主完成任务,奖励10w积分。” “叮,恭喜宿主完成任务,奖励……” 我姓张名东方,本是老板让我来查案的,不想却意外卷入一场旷日持久的暗战中…… 在看不见的远方,各方势力都想取得先机,那怎么可能呢?叛徒、日谍都不怕的,谁叫我是军统处长呢?历史总喜欢和人开玩笑,有时想想还挺不容易,不过想想一起的兄弟,很多都不在了,我还能活到最后,还是挺感谢上天眷顾的! 梅家和颜家的仇怨,周家和许家的恩怨,随时代而变迁。 冤冤相报何时了,相逢一笑泯恩仇。 历经千辛初心在,独立自强报国恩。 小说明线:小人物如何打好一手烂牌。 小说暗线:建设好我们的家园。 新书元宇宙小说《变局2028》已经在17K发布,希望大家支持。 (里面也写有股市风云)穿越【大武神】世界,成为一名外门魔教弟子,本以为这辈子彻底废了,没想到金手指到账了。 开局老天爷赐了一双慧眼,可以查看人生剧本! 随手在地牢捡了一名被关押的圣地女弟子,竟是女皇遗孀… 【姓名】:慕卿颜 【修为】:气武境八重 【命格】:女皇遗孀(紫)、天命皇运(紫)、皇朝气运(紫)、旺夫(紫)、主角光环(紫)寒冰女武神转世(紫) 【天命值】:85 【人生剧本】:《大武神》女主角 【好感度】:0 【近期天命机缘】:五个月后,皇灵教廷被攻陷…… … … 路上随手查看一名魔教弟子! 【姓名】:韩龙 【修为】:灵武境六重 【命格】:天命配角(蓝) 【天命值】:16 【人生剧本】:《大武神》天命反派狗腿子 【好感度】:-15 …… …… 随着人生剧本开启! 天命大反派,天命主角,天命配角,一一浮出水面!天命之年也能穿越?早就被生活磨平棱角的主角重回40年前,乘着改革开放的大船,扬帆起航。 这是三十年后的地摊货?不不不,这在现在是潮流。 你是混社会的?打打杀杀没前途,跟我一起做公益吧。 你会管理?那这家公司交给你打理。 咱们老板去哪里了?听说好像在哪个五线城市开小超市呢。 咱们老板又去哪里了?听说好像在非洲某个国家打内战呢。 咱们老板又又去哪里了?听说好像在南海某个小岛钓鱼呢。 咱们老板又又又去哪里了? …… 没有大的志向,却创下了偌大的家业,面对着巨大的财富,却不懂得如何去享受,依然只是抽着十几块钱的烟,喝着自家酿的酒。一名高中落魄少年意外死亡,竟然离奇穿越被收养,多年后因战乱亲朋被杀,踏上修仙之路,寻找凶手复仇...... 晴空破开乌云,象征着胜利的光辉照下,唐一吟的神情空无,手中轻握住脖颈上挂着的项链,脑中的回忆在此刻彻底翻涌而出,忽的他读懂了,那时,那个眼神中的意思。 /:你身后恨意滔天/:你身后背负不属于你的罪责 //:放下吧 /:放下?我也想/:放不下,这是与我相关的历史 //:为什么? //:因为我不能 任凭时间改变一切,世间变换翻转无常 //:我仍爱你,为此不变 唐一吟重新问了一遍,以回忆的形式…… 三界之中,战乱纷纷,人神魔三族互争霸权,四大家族中的墨家出现内乱,家主失踪,次子墨守诚发动内乱,墨守信被迫出走,却意外到了…顺天,逆天,世人,亲友,一个个选择,一个个风波,一个个劫难。这是一个灵气的世界,一个科技的世界,一个乱世的世界,请跟随我,随墨守信的脚步,去探寻这个世界拥有【满级肉身】的苏叶,穿越异界,成为显魔宗疯魔院的杂役弟子! 被女魔头吊着打,获得天魔神掌。 被老魔头拿头撞,获得种魔大法。 被小魔头当沙包,获得霸王神斩。 …… 在疯魔院当杂役这些年。 有郁郁寡欢的师妹,来疯魔院供奉魔头,经苏叶指点,修成九世女帝! 有身世卑微的凡人,来疯魔院供奉魔头,经苏叶调教,成为天下共尊的魔皇! 有朝廷弃徒的皇子,来疯魔院供奉魔头,经苏叶点拨,成为横扫大陆的一代帝王! * 六十年后,魔道天榜揭示,排序魔道强者,苏叶独占鳌头! 榜单备注——神魔共主! ……龙泉历83年,龙泉宗被八大神宗覆灭,新一轮浩劫战争打响。 龙泉历84年,子渺被追杀下龙泉山,他带着苍生的未来开始逃亡。
上海网站改版 2016信息安全大赛 一等奖 食品类b2c网络营销 三只松鼠营销建议 聚美优品产品营销助理 网站建设小技巧 小米的真实营销模式 企业网络营销总结 衡水网站建设 如何加快网站访问速度 官司的解决方法咨询【www.richdady.cn】 孩子不爱读书的阅读环境如何营造?【www.richdady.cn】 无形干扰的原因分析咨询【www.richdady.cn】 前世老婆的前世故事【www.richdady.cn】 祖灵与家运的关系咨询【www.richdady.cn】 灵性成长工作坊咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 大龄剩女的幸福指南有哪些?【www.richdady.cn】√转ihbwel 莫名其妙感伤的咨询技巧【www.richdady.cn】√转ihbwel 有官司的案例分享咨询【σσЗ8З55О88О√转ihbwel 外灵干扰的前世因果咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 存不住钱的案例分享咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 头脑混沌的解决方法咨询【www.richdady.cn】√转ihbwel 为什么过世的前世记忆咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 大龄剩女的情感生活【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 升迁障碍的职业发展咨询【σσЗ8З55О88О√转ihbwel 事业不顺的真实案例有哪些?【微:qq383550880 】√转ihbwel 儿子不读书的前世记忆【企鹅383550880】√转ihbwel 孩子学习不好的心理调适咨询【微:qq383550880 】√转ihbwel 前世今生的轮回存在吗?【微:qq383550880 】√转ihbwel 家宅磁场的优化技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 社会媒体营销 网络安全公司起名 免费的网络营销手段 专业网站制作公司 网络安全和协议 深圳学网络营销哪个 四川信息网络安全协会 网络安全与个人安全 信息安全等级认定 网络安全专项检查 深圳网络安全招聘 企业品牌宣传型网站 网络专业的网站建设价格 网站建设网站 网络安全防护评测报告 门户网站有哪些 北京营销策划公司 个人网站模板 深圳推广营销策划 整合营销推广公司 宁夏网站设计 网站建设公司 深圳 网站所有权 深圳学网络营销哪个 顺德网站建设公司信息 邮件营销的优点有 网络专业的网站建设价格 扬中网站建设 广州做手机网站信息 邮件营销的优点有 网络安全技术对抗赛 徐州公司网站制作 网站设计作品 一个网站的主题和设计风格 信息安全等级认定 微博营销效果分析 阳谷建网站 ps制作网站过程 企业网络营销总结 要做网站 网络安全等保测评你的账号没有进行有效操作 不能评分 网络营销能力秀观点打分 网站所有权 如何加快网站访问速度 食品类b2c网络营销 网站设计品 零基础学习网络安全 台州市网站建设 邮件营销的优点有 全网网络营销 网站数据库制作 湖南网络安全峰会 互联网与网络营销 门户网站有哪些 如何建设好英文网站 食品类b2c网络营销 2015年我国互联网网络安全态势报告 聚美优品产品营销助理 西乡做网站 网络安全生态峰会 地址 个人主页网站制作 广州做手机网站信息 灯塔网站建设 伪静态网站 网络安全预警工作情况 邮件营销获取目标用户 宁夏网站设计 网络安全公司起名 可口可乐网络营销计划 邮件营销的优点有 重庆营销型网站开发 网络安全与个人安全 网站设计架构 常用网络安全工具软件 个人网站模板 网络安全一体化 无锡网站推 西乡做网站 国家网络安全总局 借助事件营销的案例 政府网站建设联系电话 网络营销及就是seo 西乡做网站 常用网络安全工具软件 昆明网站设计 2012年网络安全 商贸公司营销网站建设 金融网络安全案例 网络安全公司起名 台州市网站建设 深圳网络营销师招聘 无网站网络营销 北京营销策划公司 专业网络安全公司 聚美优品产品营销助理 天津做网站 求学营销 旅游网站策划书 irs网络安全战略目标 求学营销 网络安全前修课程 2015年我国互联网网络安全态势报告 无锡网站推 广州手机网站定制信息 专业网站制作公司 邢台做网站公司 网站如何备案 计算机与网络安全直播是网络营销嘛 常州网站制作包括哪些 网络营销连接的爱 常用网络安全工具软件 网络安全是黑客吗 企业品牌宣传型网站 商城网站建设机构 企业网络营销总结 企业品牌宣传型网站 南京网站搭建 湖南网络安全峰会 网络营销岗位 国家推进网络安全()服务体系建设 求学营销 常州网站制作包括哪些 网络安全一体化 上海市信息安全测评认证中心 建手机网站的平台 网络安全生态峰会 地址 台州市网站建设 irs网络安全战略目标 小米的真实营销模式 深圳品牌模板网站建设 深圳学网络营销哪个 婚纱店网络营销 网络安全技术对抗赛 网站建设小技巧 禅城区网站建设公司 2015年我国互联网网络安全态势报告