-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
32 lines (32 loc) · 1.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=`, initial-scale=1.0">
<title>Interactive Social Media Icons</title>
<link rel="stylesheet" href="./index.css">
<link rel="icon" type="image/x-icon" href="./Related-Media/logo.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"/>
</head>
<body>
<section class="Main-Section">
<div class="Content-Wrapper">
<a style="--color: #1875f5;">
<i style="left: 7px;" class="Youtube fa-brands fa-facebook-f"></i>
</a>
<a style="--color: #f70106">
<i class="Youtube fa-brands fa-youtube"></i>
</a>
<a style="--color: #1d9ff2">
<i class="Youtube fa-brands fa-twitter"></i>
</a>
<a style="--color: #a8348c">
<i style="left: 4px;" class="Youtube fa-brands fa-instagram"></i>
</a>
<a style="--color: #3ab76c">
<i style="left: 4px;" class="Youtube fa-brands fa-whatsapp"></i>
</a>
</div>
</section>
</body>
</html>