forked from diafygi/dice-css
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (86 loc) · 3.75 KB
/
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
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dice.css</title>
<link rel="stylesheet" type="text/css" href="dice-1.0.min.css">
</head>
<body>
<h1>Dice.css</h1>
<p style="width: 100%; max-width: 40em;">
This is a tiny css library for dice icons. These icons are svg
vector images that you can use as inline icons. Usage is the same
as font-awesome or glyphicons.
</p>
<p style="width: 100%; max-width: 40em;">
Download: <a href="dice-1.0.min.css">dice-1.0.min.css</a> (5.3 kB minified, 867 bytes gzipped)<br>
</p>
<h3>Usage</h3>
<p>
<textarea style="width: 100%; max-width: 40em; height: 4em; white-space: pre;" readonly>
<link rel="stylesheet" href="dice.css"/>
</textarea>
</p>
<p>
<textarea style="width: 100%; max-width: 40em; height: 10em; white-space: pre;" readonly>
<span class="dice dice-1" title="Dice 1"></span>
<span class="dice dice-2" title="Dice 2"></span>
<span class="dice dice-3" title="Dice 3"></span>
<span class="dice dice-4" title="Dice 4"></span>
<span class="dice dice-5" title="Dice 5"></span>
<span class="dice dice-6" title="Dice 6"></span>
</textarea>
</p>
<h3>Examples</h3>
<p style="font-size: 0.5em;">
<span class="dice dice-1" title="Dice 1"></span>
<span class="dice dice-2" title="Dice 2"></span>
<span class="dice dice-3" title="Dice 3"></span>
<span class="dice dice-4" title="Dice 4"></span>
<span class="dice dice-5" title="Dice 5"></span>
<span class="dice dice-6" title="Dice 6"></span>
0.5em
</p>
<p style="font-size: 1em;">
<span class="dice dice-1" title="Dice 1"></span>
<span class="dice dice-2" title="Dice 2"></span>
<span class="dice dice-3" title="Dice 3"></span>
<span class="dice dice-4" title="Dice 4"></span>
<span class="dice dice-5" title="Dice 5"></span>
<span class="dice dice-6" title="Dice 6"></span>
1em
</p>
<p style="font-size: 2em;">
<span class="dice dice-1" title="Dice 1"></span>
<span class="dice dice-2" title="Dice 2"></span>
<span class="dice dice-3" title="Dice 3"></span>
<span class="dice dice-4" title="Dice 4"></span>
<span class="dice dice-5" title="Dice 5"></span>
<span class="dice dice-6" title="Dice 6"></span>
2em
</p>
<p style="font-size: 3em;">
<span class="dice dice-1" title="Dice 1"></span>
<span class="dice dice-2" title="Dice 2"></span>
<span class="dice dice-3" title="Dice 3"></span>
<span class="dice dice-4" title="Dice 4"></span>
<span class="dice dice-5" title="Dice 5"></span>
<span class="dice dice-6" title="Dice 6"></span>
3em
</p>
<p style="font-size: 4em;">
<span class="dice dice-1" title="Dice 1"></span>
<span class="dice dice-2" title="Dice 2"></span>
<span class="dice dice-3" title="Dice 3"></span>
<span class="dice dice-4" title="Dice 4"></span>
<span class="dice dice-5" title="Dice 5"></span>
<span class="dice dice-6" title="Dice 6"></span>
4em
</p>
<p style="width: 100%; max-width: 40em;">
Source Code: <a href="https://github.com/diafygi/dice-css">https://github.com/diafygi/dice-css</a><br>
Released under the MIT License
</p>
</body>
</html>