forked from Iconscout/unicons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-thinline.html
57 lines (55 loc) · 1.94 KB
/
index-thinline.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 lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Unicons</title>
<link rel="stylesheet" href="./css/thinline.css" />
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z"
crossorigin="anonymous"
/>
</head>
<body>
<h1 style="color: #43ab92">Icon is here <i class="uit uit-airplay"></i></h1>
<h2 style="color: #f75f00">Icon is here <i class="uit uit-print"></i></h2>
<h3 style="color: #c93838">
Icon is here <i class="uit uit-angle-double-up"></i>
</h3>
<h4 style="color: #512c62">Icon is star <i class="uit uit-star"></i></h4>
<h5 style="color: #000000">
Icon is here <i class="uit uit-shield-exclamation"></i>
</h5>
<p style="color: green">
<i class="uit uit-stethoscope-alt"></i> Paragraph<i
class="uit uit-window-grid"
></i>
</p>
<h1 style="color: #ec9b3b">
Icon is here <i class="uit uit-white uit-store-slash"></i>
</h1>
<h1 style="color: #f75f00; --uit-color: #000000">
Icon is here <i class="uit uit-white uit-social-distancing"></i>
</h1>
<h1 style="color: #c93838">
Icon is here <i class="uit uit-white uit-sanitizer-alt"></i>
</h1>
<h1 style="color: #512c62">
Icon is here <i class="uit uit-white uit-polygon"></i>
</h1>
<h1 style="color: #000000">
Icon is here <i class="uit uit-white uit-microscope"></i>
</h1>
<button type="button" class="btn btn-primary btn-lg">
<i class="uit uit-arrow-circle-right"></i>
Click Me
</button>
<button type="button" class="btn btn-primary">
<i class="uit uit-arrow-circle-right"></i>
Click Me
</button>
</body>
</html>