-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfa_test.html
More file actions
35 lines (30 loc) · 741 Bytes
/
fa_test.html
File metadata and controls
35 lines (30 loc) · 741 Bytes
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>
<title>Font Aweaome icon</title>
<link rel="stylesheet" type="text/css" media="all" href="/DroidEdit/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
</head>
<body>
<style>
body{
margin: 140px;
background-color: #fdf5fc;
}
.fa {
display: block !important;
padding: 11px;
background-color: inherit;
color: #9966ff;
font-size:600px;
text-align: center;
}
.fa:hover {
font-style: 700 !important;
}
</style>
<br><br>
<i class="fa fa-globe fa-3x"></i>
</a>
</body>
</html>