-
Notifications
You must be signed in to change notification settings - Fork 1
/
perspective.html
43 lines (30 loc) · 910 Bytes
/
perspective.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<title>CSS3 Webkit Demos</title>
<link href="main.css" media="all" rel="stylesheet" type="text/css" />
<link href='http://fonts.googleapis.com/css?family=Muli' rel='stylesheet' type='text/css'>
<style type="text/css" media="screen">
</style>
</head>
<body>
<div id='header'>
<a href='index.html' class='banner'>CSS3 Webkit Demos</a>
-webkit-perspective
</div>
<div id='main'>
<p>The -webkit-perspective properties control the user view of three dimensional scenes, making objects that are
further away appear smaller.</p>
<p style='color: blue'>A panel with simple examples to go here...</p>
<ul>
<li>-webkit-perspective
<li>-webkit-perspective-origin
</ul>
</div>
<div id='footer'>
Text and Code is released under the terms of the MIT license
<a href="contributors.html">Contributors to this site</a>
</div>
</body>
</html>