-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlogo.html
57 lines (57 loc) · 1.86 KB
/
logo.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8" />
<meta name="author" content="[email protected]" />
<meta name="keywords" content="cyou" />
<meta name="description" content="logo" />
<link rel="stylesheet" type="text/css" href="stylesheet.css" />
<title>CSS3 Changyou Logo</title>
</head>
<body onload="document.getElementById('thisYear').innerHTML=(new Date).getFullYear()">
<header>
CSS3 Changyou Logo
<div class='author'>By <a href="http://bitdewy.github.io/" target="_blank">bitdewy</a></div>
</header>
<a id="cyou" href="http://bitdewy.github.io" target="_blank">
<div class='logo'>
<div class="circle top purple"></div>
<div class="circle top-left purple">
<div class="leaf orange"></div>
</div>
<div class="circle bottom-left purple">
<div class="leaf yellow"></div>
</div>
<div class="circle bottom purple">
<div class="leaf green"></div>
</div>
<div class="circle bottom-right purple">
<div class="leaf indigo"></div>
</div>
<div class="circle top-right purple">
<div class="leaf blue"></div>
<div class="leaf-last red"></div>
</div>
<div class="circle top">
<div class="bottom-right small-leaf"></div>
</div>
<div class="circle top-left">
<div class="top-right small-leaf"></div>
</div>
<div class="circle bottom-left">
<div class="bottom-right small-leaf"></div>
</div>
<div class="circle bottom">
<div class="top-right small-leaf"></div>
</div>
<div class="circle bottom-right">
<div class="top small-leaf"></div>
</div>
<div class="circle top-right">
<div class="top-left small-leaf"></div>
</div>
</div>
</a>
<div class="copyright">Copyright © <span id="thisYear">Loading...</span> <a href="http://bitdewy.github.io/" target="_blank">bitdewy</a>. All Rights Reserved.</div>
</body>
</html>