Design comparison
Solution retrospective
I used picture tag for display curved images for three sections. Is it bad to use html element for such images?
Community feedback
- @TishGPosted almost 5 years ago
You have nearly perfected the mockup. Great work!
Not sure if it shows this on your screen but on my device, the button in the footer is not styled.
2@mbcod3Posted almost 5 years ago@TishG You are right on android phone in chrome browser footer button is not being styled. The reason is because I changed button type to submit on html but not in style.css. Now its fixed.
Great catch btw
0 - @mattstuddertPosted almost 5 years ago
Nice work! For the curved images, I'd typically go with a
background-image
in the CSS for these as they're purely decorative. But using animg
element is fine as long as the element is hidden for screen reader users through a blankalt
attribute or thearia-hidden="true"
attribute.Keep up the great work!
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