forked from mevipinmaurya/hbtuHacktoberfest2024
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MSDhoniImage.html
33 lines (31 loc) · 884 Bytes
/
MSDhoniImage.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>MS Dhoni</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
text-align: center;
padding: 20px;
}
img {
width: 300px;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
margin-top: 20px;
}
h1 {
color: #333;
font-size: 2.5em;
}
</style>
</head>
<body>
<h1>MS Dhoni</h1>
<img src="https://cf-img-a-in.tosshub.com/lingo/stak/images/story/202410/6714f7045c3d3-ms-dhoni-in-frame-202638918-16x9.jpg?size=948:533" alt="MS Dhoni Image">
</body>
</html>