Skip to content

Commit

Permalink
Merge branch 'master' into you-dont-need#158/Growing-flower
Browse files Browse the repository at this point in the history
  • Loading branch information
shreenarayan123 committed Oct 22, 2023
2 parents 3c5fa6c + d4925ce commit f9dc747
Show file tree
Hide file tree
Showing 35 changed files with 3,726 additions and 94 deletions.
107 changes: 107 additions & 0 deletions 3D cube animation/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>

<body>
<screen>
<hoverspace></hoverspace>
<shadow></shadow>
<card>
<back></back>
<front>
<!--up-->
<x>
<x></x>
<x>
<x>
<x></x>
</x>
<!--body-->
<x>
<!--shirt-->
<x>
<x></x>
<x></x>
</x>
<!--coat-->
<x>
<x></x>
</x>
<x></x>
</x>
<x></x>
<x></x>
<x></x>
<x></x>
<x>
<x></x>
<x></x>
<x></x>
<x></x>
<x></x>
<x></x>
<x></x>
<x></x>
</x>
<x></x>
<x></x>
<x></x>
<x></x>
<x></x>
<x></x>
</x>
</x>
<!--down-->
<x>
<x></x>
<x>
<x>
<x></x>
</x>
<!--body-->
<x>
<!--shirt-->
<x>
<x></x>
<x></x>
</x>
<!--coat-->
<x>
<x></x>
</x>
<x></x>
</x>
<x></x>
<x></x>
<x></x>
<x></x>
<x>
<x></x>
<x></x>
<x></x>
<x></x>
<x></x>
<x></x>
<x></x>
<x></x>
</x>
<x></x>
<x></x>
<x></x>
<x></x>
<x></x>
<x></x>
</x>
</x>
</front>
</card>
</screen>
</body>

</html>

0 comments on commit f9dc747

Please sign in to comment.