I actually completed this challange weeks ago
What specific areas of your project would you like help with?I think the challange is completed, but hit me up if you notice anything
I actually completed this challange weeks ago
What specific areas of your project would you like help with?I think the challange is completed, but hit me up if you notice anything
I believe that the name Jules Wyvern need to have an active hover state, i noticed it when looking at the desktop active state version of the challenge. They may put it so that the user could look at the profile for the NFT's creator.
I'm glad that i can see the flow of this challenge clearly, even thought it is my first time doing it.
What challenges did you encounter, and how did you overcome them?It was hard, really. i need to learn dropdown and side bar from scratch. fortunately, with the help of youtube tutorials and chatGPT, i can do it.
What specific areas of your project would you like help with?When i made a dropdown for desktop mode, the dropdown list will disappear when my cursor made contact with the container, even thought my cursor also still in contact with the dropdown list. i figured out maybe i need to made the z-index the lowest and it worked, i was wondering if there is an alternative solution for this.
Also, when clicking on the sidebar list on mobile, it always pop up this blue box, i tried to remove it using ul:active {background-color: transparent;}
but it didn't work, does anyone know how to solve this?