Meta Description" name="description" />
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lord Krishna</title>
<style>
body{
font-family: Arial, sans-serif;
margin:0;
padding:0;
background:#f5f5dc;
text-align:center;
}
header{
background:#1e90ff;
color:white;
padding:20px;
}
.container{
padding:20px;
}
img{
width:300px;
height:220px;
border-radius:10px;
margin:15px;
box-shadow:0 0 10px gray;
}
p{
font-size:18px;
line-height:1.6;
padding:10px;
}
footer{
background:#1e90ff;
color:white;
padding:10px;
margin-top:20px;
}
</style>
</head>
<body>
<header>
<h1>Lord Krishna</h1>
<h2>The Symbol of Love, Wisdom and Devotion</h2>
</header>
<div class="container">
<img src="krishna1.jpg" alt="Lord Krishna">
<img src="krishna2.jpg" alt="Lord Krishna with flute">
<img src="krishna3.jpg" alt="Radha Krishna">
<p>
Lord Krishna is one of the most loved and worshipped deities in Hinduism.
He is known as the eighth avatar of Lord Vishnu. Krishna taught the
Bhagavad Gita and spread the message of truth, duty, love, and devotion.
</p>
<p>
Krishna is often shown playing the flute and wearing a peacock feather.
His teachings continue to inspire millions of people around the world.
</p>
</div>
<footer>
Jai Shri Krishna
</footer>
</body>
</html>4
1
2KB
3KB
90.0ms
224.0ms
124.0ms