-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (32 loc) · 1.09 KB
/
index.html
File metadata and controls
35 lines (32 loc) · 1.09 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>alien.css : awesome buttons from outer spaces</title><!--
<link rel="stylesheet/less" type="text/css" href="less/alien.less" /> -->
<link rel="stylesheet" type="text/css" href="less/alien.css" />
<style>
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
</style>
<script type="text/javascript" src="js/less-1.3.3.min.js"></script>
<script src='http://code.jquery.com/jquery.min.js' ></script>
<script src='js/master.js' ></script>
</head>
<body>
<header>
<h1>alien.css</h1>
</header>
<input type="checkbox" class="uranus" />
<input type="checkbox" class="black-hole" />
<input type="checkbox" class="shooting-star" />
<input type="checkbox" class="time-warp" />
<input type="checkbox" class="mars" />
<input type="checkbox" class="sun" />
<input type="checkbox" class="venus" />
<input type="checkbox" class="spinning-comet master" />
</body>
</html>