-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (29 loc) · 893 Bytes
/
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
<html>
<head>
<title>Animated Profile Card Design</title>
<link rel="stylesheet" href="style.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css'
rel='stylesheet'>
</head>
<!--[ Creator Aashu ]-->
<body>
<div class="container">
<div class="image-section">
<img src="MAHI.png" alt="">
</div>
<div class="text-content">
<span>MS DHONI</span>
<span>Cricketer</span>
<p>An Indian professional cricketer whose known as captain cool,
Thala & Mahi. The eternal 'Captain Cool' of Indian cricket</p>
<button class="btn">Read more</button>
<div class="social-media">
<i class='bx bxl-instagram-alt'></i>
<i class='bx bxl-facebook-circle'></i>
<i class='bx bxl-twitter'></i>
<i class='bx bxl-youtube'></i>
</div>
</div>
</div>
</body>
</html>