Looking For Anything Specific?

ads header

How to make indian flag 🇮🇳 using HTML and CSS?

 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

















Post a Comment

0 Comments