Submitted about 2 months ago
Share Options Popup with CSS Flexbox and Vanilla JavaScript
@yMeeraki
Design comparison
SolutionDesign
Community feedback
- @Lo-DeckPosted about 2 months ago
Hi well done for this challenge,
You need to use more semantic tag to improve your HTML, it's better for screen-reader and SEO.
You use a lot of div you need to use more semantic tag like
section
or<img src="./images/icon-facebook.svg" alt="Facebook" class="social-icon"> <img src="./images/icon-twitter.svg" alt="Twitter" class="social-icon"> <img src="./images/icon-pinterest.svg" alt="Pinterest" class="social-icon">
wrap this in
ul
withli
.It's better to use
em
orrem
instead ofpx
. FreeCodeCamp. FreeCodeCamp.It's easier to start with a mobile-approach FreeCodeCamp.
Hope to be helpful.
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