-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact-icons-website.html
48 lines (41 loc) · 1.31 KB
/
contact-icons-website.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>glassclass</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<script
src="https://kit.fontawesome.com/f6816dd194.js"
crossorigin="anonymous"
></script>
</head>
<body>
<div class="main">
<div class="icon">
<svg height="80" width="80">
<circle cx="40" cy="40" r="35" stroke="white" stroke-width="4" fill="none"></circle>
</svg>
<i class="fab fa-instagram fa-2x"></i>
</div>
<div class="icon">
<svg height="80" width="80">
<circle cx="40" cy="40" r="35" stroke="white" stroke-width="4" fill="none"></circle>
</svg>
<i class="fab fa-facebook fa-2x"></i>
</div>
<div class="icon">
<svg height="80" width="80">
<circle cx="40" cy="40" r="35" stroke="white" stroke-width="4" fill="none"></circle>
</svg>
<i class="fab fa-whatsapp fa-2x"></i>
</div>
<div class="icon">
<svg height="80" width="80">
<circle cx="40" cy="40" r="35" stroke="white" stroke-width="4" fill="none"></circle>
</svg>
<i class="fab fa-twitter fa-2x"></i>
</div>
</div>
</body>
</html>