-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfa-fas.html
38 lines (36 loc) · 1.33 KB
/
fa-fas.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<!-- TODO: -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<style>
.container{
margin-top: 400px;
i{
color: #803bec;
cursor: pointer;
}
}
</style>
<body>
<i class="fa fa-bars"></i>
<i class="fa fas fa-chevron-left"></i>
<i class="fa fas fas fa-chevron-right"></i>
<I class="fa fas fab fa-instagram"></I>
<i style="font-size: 30px; color: purple;" class="fa fas fab fa-github"></i>
<div class="container">
<i class="fa fab fab fab fa-facebook-f"></i>
<i class="fa fab fab fa-twitter"></i>
<i class="fa fab fab fab fa-instagram"></i>
<i class="fa fa-bars"></i>
</div>
<i style="color: orange;" class="fa fab fab fa-facebook"></i>
<i style="color: orange;" class="fa fab fab fa-facebook-f"></i>
<i style="font-size: 20px; color: red;" class="fa / fas fa-user"></i>
<i class="fa fas fa-location"></i>
</body>
</html>