Skip to content

Commit

Permalink
Merge pull request #7 from Zakronindustry/main
Browse files Browse the repository at this point in the history
Added Dropdown menu and fixed Readme.md missing photo
  • Loading branch information
PATILYASHH authored Aug 8, 2024
2 parents f1ed268 + 34b4c36 commit 1b65135
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Binary file added projectimg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,16 @@ function App() {
<div className="flex border-2 justify-center bg-black text-white border-white h-full w-[10%] rounded-r-lg mt-1 mb-1 hover:bg-white hover:text-black">
f
</div>
<div className="flex border-2 justify-center bg-black text-white border-white ml-4 h-full w-[10%] rounded-lg mt-1 mb-1 hover:bg-white hover:text-black">
<div className="relative flex border-2 justify-center bg-black text-white border-white ml-4 h-full w-[10%] rounded-lg mt-1 mb-1 hover:bg-white hover:text-black group">
Tools
<div className="absolute top-full left-0 w-full bg-white text-black mt-1 rounded-lg opacity-0 group-hover:opacity-100">
<a href="#" className="block px-4 py-2 border border-black hover:bg-gray-200">AI Help</a>
<a href="#" className="block px-4 py-2 border border-black hover:bg-gray-200">Export</a>
<a href="#" className="block px-4 py-2 border border-black hover:bg-gray-200">Save</a>
<a href="#" className="block px-4 py-2 border border-black hover:bg-gray-200">Restate</a>
<a href="#" className="block px-4 py-2 border border-black hover:bg-gray-200">Share</a>
<a href="#" className="block px-4 py-2 border border-black hover:bg-gray-200">Feedback</a>
</div>
</div>
<div className="flex border-2 justify-center text-white border-white ml-4 h-full w-[10%] rounded-l-lg mt-1 mb-1 hover:bg-white hover:text-black">
c-
Expand Down

0 comments on commit 1b65135

Please sign in to comment.