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
网络营销定价特点营销的定位免费建网站家谱系统嘉兴网站优化网站背景音乐成都微信营销企业信息安全的建议网络营销应用生活案例分析国家网络安全招聘网站做好了每年都要续费吗五钥开玄天,双子换平生。一劫天下知,万众盼帝生!漆黑一片 你:这?是哪里,我?又是谁。 陌生的声音:“你好啊,来自异世的意识, 欢迎来到次元。” 你:意识?次元? 陌生的声音:“在一切开始之前,请记住我的话,不要试图冲破法则,不要触动禁忌,更不要死…不要半途而废,就做一个旁观者就行了,好了就让一切开始吧,睁开你的眼” 声音消失了 你突然听到了风声,很大,但你却感受不到,你慢慢睁开眼,发现自己正在高空自由落体,还没等你搞清楚状况,你已经落地了,由于你存在特殊所以你安然无恙,落地后你遍开始了所谓的旁观。 光明下的黑暗肆意妄为,黑暗中留有一丝光烛。 疯狂的报复,猎杀者潜行,猎物未必是猎物!原本正统的王侯世家,被发往边疆? 王侯之子司马袥武学天赋初现。 隐藏多年的预谋?真相如何? 骑士归来重铸断剑, 扶我大魏于危亡,不到最后一刻焉知谁胜。昏暗狭小的空间内,“参赛者们”被电子设备的提示音惊醒。 二十位来自天南海北被绑来的男女们,在“主办方”精心准备的舞台上上演一出“生死游戏”演出。 每个人必须完成各自的“任务”才能从这座孤岛逃生。 如果在计时器倒数结束之前没有完成的话…… 名为恐惧的毒药弥漫在空气中,慢慢腐蚀着每个人的心灵。 理性与正义早已被舍弃,为了存活,反叛才是唯一方式。 爱恨情仇,生死离别。 是拿起武器活到最后,或是为了他人甘愿牺牲自己? “检测到使用者‘A11’已复苏,本机正常重启” “尊敬的参赛者11号,欢迎光临‘诺威迪亚’,很高兴您能参加本次游戏。”天武大陆,宗门林立,武道昌盛,丹道却毫无起色,于是就有了一个人,一群朋友,开辟丹道,逆武巅峰的故事。本故事讲述了一段从二十世纪七十年代初期,经过改革开放二十二年政策指引下,到本世纪初开始十三年里,发生在我国河北省唐山市的人和事儿。(这是一部 经典港式剧情 的反转、反转再反转的故事,其间警察不是警察、兄妹不是兄妹,父子不是父子,恋人不是恋人,想死的时候死不成,不想死的时候却无力回天的烧脑故事。) 港岛警方追查一件连环催眠自杀案,受害者已有多人,死者都跟未来集团有关,而未来集团的创始人顾长孝,将会是下一个目标。 顾长孝 自小就有【针眼恐惧症】的心理病,惧怕尖锐的东西,因此从来不去医院看病,但是确诊肺癌晚期,儿女们为了表现孝心好分得更多财产,强制把顾长孝送到医院治疗,从而上演了一出家庭战争。 顾长孝逃出医院,被一个叫鬼点子的人催眠,并执行了一次疯狂的自杀,那就是同一时体验跳崖而死、上吊勒死、毒死、火烧、水淹而死 5 种死亡。 疯狂的自杀方式,让顾长孝很兴奋,但是,在临死时,他发现了最终的阴谋,不甘就这么死了,最终出意外,顾长孝被送到医院,醒来的时候,看到护士给他打针,他的【针眼恐惧症】顿时犯了,活活把自己吓死。 从此,复仇的大戏被拉开!他本是虚夷之境人人景仰的尊圣,连仙帝都畏惧三分,在苍穹之巅上缥缈度日,虽为神,却终日郁郁寡欢,无人知晓他的感受,但他又是这世间必不可少的存在。千百年的时光,终将消磨掉他的信念。于是,他便就此陨落,虚夷之境也再无一位至尊。 后天,先天,宗师,大宗师,圣人,尊神,尊圣 (初境,小成,中境,大成,圆满 )男护士转生异世界,竟然被职业评定选择成了最稀有职业-男性圣职者?本来以为可以在异界享受人生,迎娶公主,走上巅峰,没想到卷王居然就在我身边?内卷什么的之前已经受够了!为了对抗内卷,全都点了治愈,男圣职者平凡而又非凡的异世界生活,从现在开始!
国内网络安全问题 建网站需要多少钱网络安全中的认证方法 信息安全大赛都有什么,-1 综艺节目的营销 免费建网站家谱系统 微口碑营销 营销工具的作用 综艺节目的营销 个人信息安全规范标准 营销的种类 孩子学习不好的解决方法【www.richdady.cn】 婴灵的超度与化解【www.richdady.cn】 不爱读书的案例分享【www.richdady.cn】 内心恐惧胆怯的心理调适【www.richdady.cn】 暗恋的解决方法【www.richdady.cn】 家庭关系的咨询技巧威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 学习成绩差的环境影响【企鹅383550880】√转ihbwel 失业的心理调适咨询【微:qq383550880 】√转ihbwel 心特别累的解决方法咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 亲子关系的情感交流方法有哪些?【微:qq383550880 】√转ihbwel 孩子压力大的教育建议【企鹅383550880】√转ihbwel 心特别累的自我提升咨询【企鹅383550880】√转ihbwel 官司的案例分享【微:qq383550880 】√转ihbwel 亲子关系的教育策略咨询【σσЗ8З55О88О√转ihbwel 财运不佳咨询【www.richdady.cn】√转ihbwel 提高孩子阅读兴趣的方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 去世的母亲的咨询技巧咨询【企鹅383550880】√转ihbwel 感情纠纷的情感咨询如何进行?【www.richdady.cn】√转ihbwel 失业的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与公婆前世的前世解析咨询【微:qq383550880 】√转ihbwel 中山建网站 国家信息安全扫描 信息安全等级保护英文 中国信息安全中心评级 网络安全 认证 导航网站怎么建 网络营销成本 上海公司做网站 信息安全服务资质管理办法 婚纱手机网站 专业网站设计哪家好 第三方平台的营销方式 新浪微博营销的优势 网站左侧滚动带微信二维码的jquery在线qq客服代码 综艺节目的营销 如何架设php网站 网站做好了每年都要续费吗 建网站价格 公司信息安全管理办法 gb/t 20272-2006 信息安全技术 操作系统安全技术要求 自助建设分销商城网站 加强网络安全的途径有哪些 重庆做网站重庆网站建设重庆网络推广重庆网络公司 微口碑营销 网站布局图 国家计算机网络与信息安全管理中心官网 网络营销可以你学吗 网络营销到底是什么 定制型和模板型网站 信息安全学校平台 某大学校园网络安全解决方案 个人信息安全规范标准 启明星辰 工业网络安全 天津网站建设怎么样 2017中国网络安全年会 咸宁网站建设 信息安全工程师cisp认证 什么是企业营销网站 网络信息安全投资 信息安全与服务 外贸营销型网站 网络信息安全事件分级 第三方平台的营销方式 行业平台网站建设 成都微信营销 网络安全加固设计方案 行业平台网站建设 郴州网站建设公司 镇江网站制作公司 绵阳房产网站建设 河南天祺信息安全技术有限公司 重庆网站建站价格 信息安全供应关系 计算机网络安全不能通过以下 设计网站的优势 国内网络安全问题 淮北网站建设 国家网络安全知识 国家计算机网络与信息安全管理中心官网 网站信息安全维护协议书 个人信息安全规范标准 移动营销优点 上海网站公司idc信息安全管理系统 国家注册信息安全员有用吗 四川网站建设 信息安全等级保护英文 信息安全有限公司排名,-1 网络营销成本 网站关键词更新 网站方案 建交友网站 佛山外贸网站建设方案 国际信息安全等级 南京网络营销推广外包公司 云建网站 网络科技营销 台州网站建设优化 营销的种类 京东销售部门网络营销系统 企业信息安全的建议 网络信息安全检查 网站关键词更新 网站背景音乐 天津网站建设怎么样 公司信息安全管理办法 中美 网络信息安全 新兴网络营销形式 网站构成 重庆做网站重庆网站建设重庆网络推广重庆网络公司 网络安全主题日 中美 网络信息安全 什么是企业营销网站 信息安全防火墙源码 重庆微信网站开发公 什么是企业营销网站 优质的营销网站建设 网站用字体 信息安全意识培育研究 国家注册信息安全员有用吗 综艺节目的营销 中国信息安全中心评级 成都微信营销 影楼营销手段 网站信息安全维护协议书 烟台网站优化 gb/t 20272-2006 信息安全技术 操作系统安全技术要求 综艺节目的营销 南京网络营销推广外包公司 营销知识 加强网络安全的途径有哪些 国家注册信息安全员有用吗 对信息安全技术的理解 郴州网站建设公司 下列表述属于网络营销发展所面临的问题的是.地域管辖权问题关税问题 双线网站 第三方平台的营销方式 外贸营销型网站 保定投递网站建设 当大数据遇上信息安全 2016年5月 网络科技营销 成都微信营销 第三方营销策划公司 企业网站首页应如何布局 企业信息安全的建议 镇江网站制作公司 网站后台添加内容网页不显示功能性网站制作 企业网站首页应如何布局 网络内容营销 营销的拼音 网络安全认证方式 软件开发和网络安全 深圳网站制作公司 讯 网络安全渗透测试 中山电商全网营销 网络信息安全检查