Design comparison
Solution retrospective
Faced some problem in overlapping the content over image and positioning the share popup div. Tried my best to replicate the design. Any feedback would be helpful to learn about efficient method for positioning of popup card.
Community feedback
- @DarrickFauvelPosted over 2 years ago
@badgujarankush I noticed in your HTML that your
<body>
element, it will become conventional and within common practice. π Another conventional location would be the within the<head>
element, but using thedefer
attribute.Here is a good Stack Overflow post addressing this very issue. Where should I put tags in HTML markup?
I hope this is helpful. π
0@badgujarankushPosted over 2 years ago@DarrickFauvel Thank you for the feedback Darrick!
0 - @DarrickFauvelPosted over 2 years ago
Hi @badgujarankush, π
If you would like to address the "All page content should be contained by landmarks"β οΈwarning issue in the accessibility report, you can place the attribution div inside a
<footer>
element."It is best practice to contain all content excepting skip links, within distinct regions such as the header, nav, main, and footer." more info
I hope this is helpful. π
0
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