-
Notifications
You must be signed in to change notification settings - Fork 98
/
index-line.html
52 lines (50 loc) · 1.9 KB
/
index-line.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
<!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/line.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="uil uil-airplay"></i></h1>
<h2 style="color: #f75f00">Icon is here <i class="uil uil-analysis"></i></h2>
<h3 style="color: #c93838">
Icon is here <i class="uil uil-angle-double-up"></i>
</h3>
<h4 style="color: #512c62">
Icon is here <i class="uil uil-angle-right"></i>
</h4>
<h5 style="color: #000000">
Icon is here <i class="uil uil-arrow-up-right"></i>
</h5>
<p style="color: green">
<i class="uil uil-object-group"></i> Paragraph<i class="uil uil-chart"></i>
</p>
<h1 style="color: #ec9b3b">
Icon is here <i class="uil uil-white uil-clock-ten"></i>
</h1>
<h1 style="color: #f75f00; --uil-color: #000000">
Icon is here <i class="uil uil-white uil-compress"></i>
</h1>
<h1 style="color: #c93838">
Icon is here <i class="uil uil-white uil-exit"></i>
</h1>
<h1 style="color: #512c62">
Icon is here <i class="uil uil-white uil-horizontal-align-left"></i>
</h1>
<h1 style="color: #000000">
Icon is here <i class="uil uil-white uil-record-audio"></i>
</h1>
<button type="button" class="btn btn-primary btn-lg">
<i class="uil uil-arrow-circle-right"></i>
Click Me
</button>
<button type="button" class="btn btn-primary">
<i class="uil uil-arrow-circle-right"></i>
Click Me
</button>
</body>
</html>