<!DOCTYPE html>
<!--
Copyright 2011 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Original slides: Marcin Wichary (mwichary@google.com)
Modifications: Chrome DevRel Team (chrome-devrel@googlegroups.com)
Alex Russell (slightlyoff@chromium.org)
Brad Neuberg
-->
<html manifest="cache.appcache">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge;chrome=1" />
<title>HTML5 Presentation</title>
<link href="http://fonts.googleapis.com/css?family=Droid+Sans|Droid+Sans+Mono" rel="stylesheet" type="text/css" />
<link id="prettify-link" href="src/prettify/prettify.css" rel="stylesheet" disabled />
<link href="styles/fonts.css" rel="stylesheet" type="text/css" media="screen" />
<link href="styles/presentation.css" rel="stylesheet" type="text/css" media="screen" />
<link href="styles/common.css" rel="stylesheet" type="text/css" media="screen" />
<link class="theme" href="styles/default.css" rel="stylesheet" type="text/css" media="screen" />
<link class="theme" href="styles/moon.css" rel="stylesheet" type="text/css" media="screen" />
<link class="theme" href="styles/sand.css" rel="stylesheet" type="text/css" media="screen"/>
<link class="theme" href="styles/sea_wave.css" rel="stylesheet" type="text/css" media="screen"/>
</head>
<body>
<div id="flex-container">
<nav id="helpers">
<button title="Previous slide" id="nav-prev" class="nav-prev">⇽</button>
<button title="Jump to a random slide" id="slide-no">5</button>
<button title="Next slide" id="nav-next" class="nav-next">⇾</button>
<menu>
<button type="checkbox" data-command="toc" title="Table of Contents" class="toc">TOC</button>
<!-- <button type="checkbox" data-command="resources" title="View Related Resources">☆</button> -->
<button type="checkbox" data-command="notes" title="View Slide Notes">✏</button>
<button type="checkbox" data-command="source" title="View slide source">↻</button>
<button type="checkbox" data-command="help" title="View Help">?</button>
</menu>
</nav>
<div class="slides">
<div id="presentation-counter">Loading...</div>
<div class="slide" id="landing-slide">
<section class="middle">
<p>Cascading Style Sheet</p>
<p>Press <span id="left-init-key" class="key">→</span> key to advance.</p>
<p id="disclaimer-message">Having issues seeing the presentation? Read the <a href="disclaimer.html">disclaimer</a></p>
</section>
<aside class="note">
<section>
Welcome! (This field is for speaker notes and commentary.)
</section>
</aside>
</div>
<div class="slide" id="startIntro">
<header>Today,we may get...</header>
<section>
<ul>
<li><span class="key">→</span><span class="html">概念性了解HTML5,CSS3</span></li>
<li><span class="key">→</span><span class="html">初步认识CSS3的新功能</span></li>
<li><span class="key">→</span><span class="html">激发同学们对CSS3的兴趣</span></li>
</ul>
</section>
<h2 class="second">Today, we will cover...</h2>
<section>
<ul>
<li><span class="key">→</span><span class="html">CSS3 Modules</span></li>
<li><span class="key">→</span><span class="html">CSS3 New Elements</span></li>
<li><span class="key">→</span><span class="html">Examples</span></li>
</ul>
</section>
</div>
<div class="slide" id="timeline-slide">
<header>Rough Timeline of Web Technologies</header>
<section>
<ul id="timeline">
<li data-auto><span class="year">1991</span> <span class="html">HTML</span></li>
<li data-auto><span class="year">1994</span> <span class="html">HTML 2</span></li>
<li data-auto><span class="year">1996</span> <span class="css">CSS 1</span> + <span class="js">JavaScript</span></li>
<li data-auto><span class="year">1997</span> <span class="html">HTML 4</span></li>
<li data-auto><span class="year">1998</span> <span class="css">CSS 2</span></li>
<li data-auto><span class="year">2000</span> <span class="html">XHTML 1</span></li>
<li><span class="year"><em class="stroke">2002</em></span> <span class="css">Tableless Web Design</span></li>
<li><span class="year"><em class="stroke">2005</em></span> <span class="js">AJAX</span></li>
<li><span class="year"><em class="stroke">2009</em></span> <span class="html">HTML 5</span></li>
</ul>
</section>
</div>
<div class="slide" id="formula-intro-slide">
<section class="middle formula" data-build>
HTML5 ~=
<span class="html">HTML</span>
+
<span class="css">CSS</span>
+
<span class="js">JS</span>
</section>
</div>
<div class="slide" id="test">
<header>CSS3 Moduleees</header>
<section>
<iframe id="cssF" src="demo.html"></iframe>
</section>
</div>
<div class="slide" id="ModulesIntro">
<header>CSS3 Modules</header>
<section>
<div class="beforeClass boxSpan">选择器</div>
<div class="beforeClass boxSpan">盒模型与布局</div>
<div class="beforeClass boxSpan">背景和边框</div>
<div class="beforeClass boxSpan">2D、3D变换</div>
<div class="beforeClass boxSpan">动画</div>
</section>
</div>
<div class="slide transitionSlide" id="css3-title">
<section class="middle">
<h2>Cascading Style Sheet</h2>
<div id="logo-container2">
<div id="refelect">
CSS3奇幻之旅
</div>
</div>
<img src="http://www.html5rocks.com/static/images/identity/classes_64/HTML5_Styling_64.png" title="HTML5 Styling" alt="HTML5 Styling">
</section>
</div>
<div class="slide styling" id="css-selectors">
<header><span class="css">CSS</span> <h1>CSS Selectors</h1></header>
<section class="left">
<h2>Selectors</h2>
<pre>.row:<b>nth-child(<select onchange="changeOdd(event)"><option value="row2">even</option>
<option value="row">odd</option></select>)</b> {
background: #dde;
}
.row:<b>nth-child(...):before</b> {
content:"*";
}
</pre>
<script defer>
function changeOdd(event) {
var row1 = document.getElementById('Row1');
var row2 = document.getElementById('Row2');
var row3 = document.getElementById('Row3');
var row4 = document.getElementById('Row4');
row1.className = row1.className.replace('row', ' ');
row2.className = row2.className.replace('row', ' ');
row3.className = row3.className.replace('r
没有合适的资源?快使用搜索试试~ 我知道了~
CSS3新特性介绍:由HTML5制作的网页版PPT
共53个文件
png:11个
css:9个
ttf:7个
5星 · 超过95%的资源 需积分: 10 265 下载量 62 浏览量
2012-12-17
10:53:34
上传
评论 2
收藏 1.46MB ZIP 举报
温馨提示
HTML5 Rocks是由谷哥牵头的开源的web项目。 其上有丰富的html5的demo,大家有兴趣可以关注一下。 本资源是基于html5 rocks作的CSS3介绍,是PPT风格的网页,本人做介绍用的,自己写了一些代码进去,大家可以参考。 HTML5 Rocks官网上有更丰富的关于HTML5+CSS3+JS的介绍,由于资源比较大,大家可以自己到官网下载。
资源推荐
资源详情
资源评论
收起资源包目录
css3-instroction.zip (53个子文件)
css-instroction153
fonts
MarketingScript.ttf 54KB
BebasNeue.otf 48KB
ubuntu.ttf 311KB
MEgalopolisExtra.woff 42KB
media
src
fonts
leaguegothic
leaguegothic-webfont.svg 48KB
leaguegothic-webfont.eot 41KB
leaguegothic-webfont.ttf 41KB
leaguegothic-webfont.woff 22KB
junction02
junction02-webfont.woff 24KB
junction02-webfont.ttf 43KB
junction02-webfont.eot 43KB
junction02-webfont.svg 57KB
inconsolata
Inconsolata.ttf 31KB
yanone
YanoneKaffeesatz-Regular.ttf 85KB
borderimage
border_image_3.png 1KB
border_image_2.png 4KB
border_image_1.png 508B
border_image_5.png 6KB
border_image_4.png 720B
demo.html 11KB
disclaimer.html 1KB
js
utils.js 17KB
Blazed.ttf 110KB
scripts
main.js 2KB
excss.js 36KB
face.gif 2KB
imgs
texture.png 480KB
whiteButton.png 978B
overlay.png 8KB
dashed.png 19KB
throbber.gif 825B
tv-border.jpg 8KB
style.css 6KB
image
07.jpg 50KB
06.jpg 53KB
04.jpg 35KB
05.jpg 41KB
08.jpg 52KB
progress.png 130B
01.jpg 60KB
demos.css 4KB
favicon.ico 1KB
sky.gif 107KB
styles
default.css 979B
sand.css 1KB
css.png 543B
sea_wave.css 941B
common.css 24KB
fonts.css 1KB
presentation.css 6KB
moon.css 2KB
css.html 49KB
snow.gif 981B
共 53 条
- 1
loveninabenagui
- 粉丝: 9
- 资源: 33
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
- 1
- 2
- 3
- 4
- 5
前往页