Skip to content

Commit

Permalink
feat: add menu animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritika-Agrawal811 committed Jan 15, 2024
1 parent 4b7097d commit f9ab6db
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
.next
next-env.d.ts
11 changes: 11 additions & 0 deletions Miscellaneous/Navigation_Menu_Animation/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Navigation Menu Animation</title>
</head>
<body>

</body>
</html>

0 comments on commit f9ab6db

Please sign in to comment.