Article preview component

Solution retrospective
Positioning the popup over the button responsively. Opted for absolute values which resulted in a lot of repeat media query syntax
Please log in to post a comment
Log in with GitHubCommunity feedback
- @SteveNoyes
Your code is clean and well-designed. The colors, fonts, and spacing all line up well with the design docs. The overlay that appears when clicking the share button works great. There's a small issue where one JavaScript variable (profileDate) is declared but not used. And the image paths use backslashes (), which might not load correctly in some browsers, better to use forward slashes (/). Also the triangle under the desktop 'overlay' section is not present. Overall, a solid build.
Join 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