-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsocial-media.html
More file actions
22 lines (21 loc) · 868 Bytes
/
social-media.html
File metadata and controls
22 lines (21 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="css/social-media.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
</head>
<body>
<div class="container">
<ul class="t1">
<li class="t2"><a href="#" class="t3"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li class="t2"><a href="#" class="t3"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li class="t2"><a href="#" class="t3"><i class="fa fa-google-plus" aria-hidden="true"></i></a></li>
<li class="t2"><a href="#" class="t3"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
<li class="t2"><a href="#" class="t3"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
</ul>
</div>
</body>
</html>