Design comparison
Solution retrospective
Any feedback will be appreciated!
Community feedback
- @mattstuddertPosted almost 5 years ago
Great work Shahmir, your solution looks really good. My only small recommendation would be to change the
h1
to be a single element instead of two. It's best to only ever have a singleh1
on the page for accessibility reasons. You could then add aspan
inside to separate the lines.Also, have you ever used
min-width
media queries instead ofmax-width
? Using them has the benefit of loading in fewer styles for mobile users and it very often leads to less CSS as well. It could be worth a try on a future challenge!Keep up the great work! 👍
0@shahmirfaisalPosted almost 5 years ago@mattstuddert Thanks for your suggestions. I always create desktop first websites, min-width is also a good option. I will give it a shot :)
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