index.html
<!DOCTYPE html>
<html lang="en">
<head>
<title>Code With Manshi</title>
<style>
.orange{
width: 300px;
height: 50px;
background-color: orangered;
}
.white{
width: 300px;
height: 50px;
background-color: white;
}.
green{
width: 300px;
height: 50px;
background-color: green;
}
#chakra{
height: 50px;
width: 60px;
padding-left: 110px;
}
span{
color:red;
}
h1{
padding-top:20px;
padding-left:45px;
}
</style>
</head>
<body>
<div class="orange"></div>
<div class="white">
<img src="chakra.png" alt="No Found" id="chakra">
</div>
<div class="green"></div>
<marquee direction="up"><h1>I<span> ❤️ </span>My India</h1></marquee>
</body>
</html>
Output
![]() |
Output |
0 Comments
If You Have Any Doubt, Please Let Me Know,