forked from estelle/clowncar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 834 Bytes
/
index.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
<!doctype html>
<head>
<meta charset="utf-8">
<title>SVG as Foreground image</title>
<style>
p, h1 {text-align: center;}
img {display: block; width: 50%; margin: auto;}
</style>
<style>head,style:last-of-type {display: block; text-align: center; background-color: #dedede; border-radius: 15px; padding: 20px; font-family: comic sans; font-size: 20px;}
head * {display: none;}
</style>
<style contenteditable>
object {width: 50%;}
</style>
<body>
<h1>Clown Car Technique</h1>
<object data="object/bglocal.svg">
<!--[if lte IE 8]>
<img src="images/medium.png" alt="Fall back for IE">
<![endif]-->
</object>
<p>Resize window or edit CSS to change clowns</p>
<pre><object data="object/bglocal.svg">
<!--[if lte IE 8]>
<img src="images/medium.png" alt="Fall back for IE">
<![endif]-->
</object>
<pre>
</body>
</html>