Design comparison
Solution retrospective
Hey everyone Thank you for helping. I'm getting accessibility issues regarding landmarks, Can anyone help me with those? Please check and suggest anything that can help me make it better.
Community feedback
- @realMecoyPosted over 3 years ago
@bunny1351, I see that you are using floats to align items, that is extremely old school. Display flex, renders floats virtually obsolete, that's what I used for the section that you classed as button1. I made that section a div and added display: flex; and then I declared justify-content: space-around; align-items: center;
Marked as helpful1@realMecoyPosted over 3 years ago@bunny1351, no problem and keep up the good work👍
1 - @palgrammingPosted over 3 years ago
You need to remove the 1440px max width from your media query
Marked as helpful1
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