Skip to content

Commit

Permalink
(CI) format code
Browse files Browse the repository at this point in the history
  • Loading branch information
Zero to Mastery committed Oct 3, 2023
1 parent fd850b4 commit e09c04c
Showing 1 changed file with 24 additions and 27 deletions.
51 changes: 24 additions & 27 deletions Art/AnkitaM/ghost.html
Original file line number Diff line number Diff line change
@@ -1,39 +1,36 @@
<!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">
<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>Waving Ghost Animation</title>
<link rel="stylesheet" href="./style.css" />
</head>

<body>
</head>

<body>
<div class="ghost">
<div class="face">
<div class="eyes">
<span></span>
<span></span>
</div>
<div class="mouth"></div>
<div class="face">
<div class="eyes">
<span></span>
<span></span>
</div>
<div class="mouth"></div>
</div>

<div class="hands">
<span></span>
<span></span>
</div>
<div class="hands">
<span></span>
<span></span>
</div>

<div class="feet">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<div class="feet">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>

<div class="shadow"></div>
</body>

</html>
</body>
</html>

0 comments on commit e09c04c

Please sign in to comment.