-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (44 loc) · 1.47 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
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="./images/favicon-32x32.png" type="image/icon type">
<link rel="stylesheet" href="style.css">
<title>Frontend Mentor| Snap Shot </title>
</head>
<body>
<div class="images">
<img src="./images/bg-pattern-top.svg" alt="" id="img1">
<img src="./images/bg-pattern-bottom.svg" alt="" id="img2">
</div>
<!-- show case -->
<div class="main-div">
<div class="color-1">
<img src="./images/bg-pattern-card.svg" alt="">
</div>
<div class="color-2">
<img src="./images/image-victor.jpg" alt="">
<h3 class="name">Victor Crest <span>26</span></h3>
<h4 class="london">London</h4>
<br> <br>
<hr>
<div class="text">
<div class="followers">
<h3 class="etyk">80K</h3>
<h4 class="follow">Followers</h4>
</div>
<div class="likes">
<h3 class="et0k">803K</h3>
<h4 class="like">Likes</h4>
</div>
<div class="photos">
<h3 class="opf">1.4K</h3>
<h4 class="pto">Photos</h4>
</div>
</div>
</div>
</div>
</body>
</html>