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外包顾问服务信息安全防护贯穿信息系统建设运行全过程在信息系统设计网络安全办法 重大事件软件外包信息安全程序网络安全员培训证书长沙网站设计服务2017网络营销大会vpn 网络安全行业app营销废材逆袭,成为绝世天才。看江羽绝如何在星辰位面成为一界之尊,悟轮回之道。杨凡最近很倒霉。 还做怪梦,梦见已故多年的爷爷让他烧纸钱,收快递。 然后他便真的收到了一个寄件人是爷爷名字,寄出地址写着阴曹地府的快递。 从此,杨凡一边修仙,一边沉浸在烧纸的乐趣中,纸钱、纸人、纸车、纸别墅、坦克、飞机…… 对此爷爷表示非常满意,反手给他寄了一堆阴间特产,功法、丹药、法器、符箓、鬼物…… 爷爷:吾孙天纵奇才,有大帝之姿! 杨凡:不为别的,我只是孝顺而已!这是一个关于两位少女的故事。被神明眷恋的爱丽丝——西门子拥有被称为&amp;lt;凋叶咒&amp;gt;的诅咒,在得知自己害死了另一位少女的家族后,她决定踏上梦境世界的旅途,以自己的方式拯救那位少女。 董见山夫妇捡到一个失忆少年,少年为保护家人,打残恶霸,带着家人逃到玄都,与各大势力争权夺利,拉开了魔仙争霸的序幕!界王命元将近,亟待传人接位,天下魔仙对界王之位虎视眈眈,远古魔神多番作恶,无上天国搅动风云,末武大乱,已成定局!看少年如何双拳两脚战天下,降尸伏魔登界王!我,陈益,带着系统穿越电影世界,。。。。 人类漫长的文明发展中,逐渐发现自己在宇宙中的孤独,人们开始寻找外星生命,可数千年来却是一无所获。 宇宙边缘论随着重生机的诞生,进入了大家的视野,重生机创始人“叶伦”说出了让全世界震惊的消息。 我们发现了外星文明!随着宇宙检测站的一个个排查,出现了让所有国家瞬间发起战争的重大发现。 宇宙重启!这场战役叫做宇宙重启!叶伦开启宇宙重启真的是为了拯救文明吗?还是受到了边缘文明的操控呢?这背后到底隐藏了什么秘密? 这一切都随着一名普通的研究人员,慢慢浮现出来……林洛本是灵曜国虎将林烈之子,而林家被林烈兄弟赵柯设计陷害,被昏君一纸诏令株连九族。林落逃过一劫,但也被流放到有着‘禁断之地’之称的阎罗小世界中。哪曾想这里是上古神族战场,在这里林落受辱被弃入神魔井中,却获得神族功法《大炎罗》残本,掌握了阎罗小世界进入天璃大陆的关键通道,从此化名洛幽在两个世界里不断成长。 三年之后,林落携着阎罗小世界万千生灵归来,杀小人,灭昏君,诛妖邪,战七国,改天命,逆长生,一统两界......这是一个禁忌的世界,这是一个被诅咒的世界。 谁晓岁月蹉跎过,那年他乡梦回头。 一把传承的剑,改变的不只是少年的命运, 还有大陆的未来。 一剑生死两茫茫,纵横九载又八荒! 传奇之所以是传奇,因为它永垂不朽。 我将用这把剑,去开创一个属于芸芸众生的无限伟岸! 吾名,李星陨!这一剑,可陨星! 既然这个世界公平正义无法得到伸张, 那我将拿起正义的长剑,代表法官, 挥向这世间的邪恶。 上古末年,万族混战,天崩地裂。 万古之后,诸帝消失,仙门关闭。 一代大帝为开辟仙门遭遇世间最可怕大劫而陨落。 千载之后,携无上神鼎归来,再战苍穹。 意外重生在异兽横行的世界,我确只能打怪续命。
域名注册网站 网络安全案例ppt 微信营销培训讲师 信息安全理论技术与应用基础 vpn 网络安全 信息安全厂家 网站办公室 教职工网络安全培训 企业实战网络营销 安徽大学 信息安全 儿子不读书的解决方法咨询【www.richdady.cn】 脑部不清晰的心理调适咨询【www.richdady.cn】 心慌胸闷头晕的咨询技巧【www.richdady.cn】 发育倒退咨询【www.richdady.cn】 官司的法律援助咨询【www.richdady.cn】 心慌胸闷头晕【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 精神不振的原因分析咨询【微:qq383550880 】√转ihbwel 冤亲债主干扰对生活有哪些影响?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 脑部不清晰可能是哪些疾病的表现咨询【www.richdady.cn】√转ihbwel 前世今生的缘分如何解读?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 去世的母亲的前世记忆咨询【www.richdady.cn】√转ihbwel 强迫症的治疗方法咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 精神不振的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 婴灵的化解仪式【企鹅383550880】√转ihbwel 家庭关系的前世记忆【微:qq383550880 】√转ihbwel 头脑混沌的案例分享咨询【企鹅383550880】√转ihbwel 冤亲债主干扰对生活有哪些影响?咨询【www.richdady.cn】√转ihbwel 亲子关系的前世记忆【企鹅383550880】√转ihbwel 为什么过世的前世故事咨询【www.richdady.cn】√转ihbwel 前世缘份的前世解析咨询【www.richdady.cn】√转ihbwel 上海网络安全专业大学 无线网络信息安全 淄博那里有做网站的 第五届全国信息安全等级保护技术大会,-1 软件外包信息安全程序 安徽大学 信息安全 国家信息安全中心待遇 信息安全是指信息在 微博营销 南京专业做网站的公司有哪些 网站建设中 第七届cncert网络安全应急服务支撑单位 信息安全技能 周口网站建设 公安局网络安全大队 网络营销岗位的认知 在iis网站的asp脚本文件权限分配时安全权限设置为 网站视频主持人 阳江网站建设 网站开发合同 网络安全从入门到精通pdf 安徽大学 信息安全 中国信息安全测评中心待遇 营销软件站 公司信息安全管控 重庆网站开发商城 拟人化营销案例 网络营销软文案例 微博营销 网络营销的奥秘pdf 台州卫浴网站建设 公司网站维护怎么做 怎么创立网站 信息安全产业&quot;十三五&quot;发展规划 优秀企业网站 借势营销案例范文 软件外包信息安全程序 网站类型有 南京专业做网站的公司有哪些 网站开发费用报价单响应式网站建设 深圳 网站制作 网站视频主持人 怎么创立网站 郑州微网站建设 2014 网络安全 白帽学院 信息安全 网络安全分析室 微信营销培训讲师 网络安全认证证书下载 上海网络安全专业大学 中国信息安全技术有限公司 网站空间 网络安全从入门到精通pdf 在iis网站的asp脚本文件权限分配时安全权限设置为 免费网络营销 第二届360杯全国大学生信息安全技术大赛,-1 微网站营销 西安营销师 网络安全的基础知识 软件外包信息安全程序 第五届网络安全应急服务支撑单位 网站开发费用报价单响应式网站建设 网络营销岗位的认知 免费网络营销 郑州微网站建设 信息安全资质的机构 微网站营销 国家信息安全部 上海云计算信息安全,-1 教职工网络安全培训 新加坡网络安全局 网络安全员 网站顾客评价 公司信息安全管控 网站视频主持人 信息安全技术信息系统安全等级保护实施指南,-1 信息安全厂家 网站建设三合一 深圳 网站制作 网络营销岗位的认知 微信营销培训讲师 教育网站设计 互联网营销是做什么的 信息安全等级测评资质证书 信息安全会议几月召开 网络安全分析室 关于网络安全的误解 国际网络安全论坛2017 信息安全技术信息系统安全等级保护实施指南,-1 义乌网站建站 网络安全检测系统 什么叫做营销型网站 创宇技能表 信息安全 网络安全员培训证书 网站办公室 软件外包信息安全程序 网站访问者 信息流营销是什么 公司信息安全管控 免费网络营销 如何制作网站 网站办公室 计算机信息安全技术 付 北京网络安全工程师培训 网络安全机构nsa vpn 网络安全 手机的网络营销方案 网络营销的优点和缺点 低价网站建设 郑州网站建站 国家信息安全中心待遇 计算机信息安全技术 付 拟人化营销案例 网络安全分析室 网站开发费用报价单响应式网站建设 台州卫浴网站建设 网络营销岗位的认知 信息安全技术信息系统安全等级保护实施指南,-1 专业网络营销 信息安全的主要技术,-1 信息安全与管理 第五届网络安全应急服务支撑单位 vpn 网络安全 深圳 网站制作 优秀企业网站 如何制作网站 第五届全国信息安全等级保护技术大会,-1 企业实战网络营销 安徽大学 信息安全 微博营销成功的原因 网站推广优化张店 域名注册网站 北京的网络安全公司 无线网络信息安全 网站建设中