Black hole animation #coding #code

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Your explanations are so concise and easy to follow😀. Thank you for making this video!

MyCodingDiary
Автор

👇👇👇Code:-👇👇👇

<!-- Created by Sudip jana -->

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>

body{
background-color: rgb(37, 31, 31);
text-align: center;
align-items: center;
}
.container{
margin: 200px;
margin-left: 170px;
}
div{
background-color: #000;
height: 80px;
width: 80px;
border: 10px white ;
border-radius: 100%;
margin: 100px;
box-shadow: -1px -5px 20px rgb(129, 129, 223);
animation: load 10s 1s ease-out infinite reverse;
}

h1{
background-color:white;
animation:name 5s ease-in infinite;
}

@keyframes name {
0%{

color:red

}

}

@keyframes load {
0%{
transform: scale(1.3);
top:30px;

}
25%{
transform:rotate(-90deg);
}

50%{
transform: rotate(-180deg);
}
75%{
transform: rotate(-90deg)
}

100%{
transform: scale(1);
}

}
</style>
</head>
<body>
<h1> Simple Animation </h1>
<div class="container">
<div>
<div>
<div>
<div>
<div>
<div></div>
</div>
</div>
</div>
</div>


</div>
</div>

</body>
</html>

SudipJana
Автор

hey i think this is mobile what app is this

lofieixpu
visit shbcf.ru