Submitted 5 months ago
Article Preview Component Using HTML,CSS and JavaScript
@BANKOLEDO
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I was able to utilize javascript to add fuctionality
What challenges did you encounter, and how did you overcome them?I was not able to add the pop up functionality in desktop version , i will try to study further and get more knowledge and improve my solution
What specific areas of your project would you like help with?The Desktop Version popup
Community feedback
- @haquanqPosted 5 months ago
Hello 👋
About the desktop popup, you can give the popup element
position: absolute
and choose an parent element as the anchor and setposition: relative
to utilizetop
bottom
right
left
to position the popup accordingly.I've completed this challenge lately and you can check out how did i do it here
Nice work 👌
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord