forked from sanchit2107/HTML-CSS-from-scratch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathImageWithTextAnimation.html
More file actions
23 lines (22 loc) · 880 Bytes
/
ImageWithTextAnimation.html
File metadata and controls
23 lines (22 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link href="style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="main">
<div class="image">
<img src="../../Pictures/Wallpapers/14449954_10157797212100508_1605805375449072320_n.jpg" />
</div>
<div class="info">
<div class="kk">
<div class="data">
<p>Krishna pronounced is the god of compassion, tenderness, and love in Hinduism.He is one of the most widely revered and popular Indian divinities, worshipped as the eighth incarnation of the Hindu god Vishnu and also as the supreme God in his own right.</p>
</div>
</div>
</div>
</div>
</body>
</html>