Design comparison
Solution retrospective
Hey follow coders, I would love if someone take a look at this solution. Please give any feedback, I always seem to have trouble with the media queries and this one is no different. Thanks
Community feedback
- @Jolijn0101Posted over 1 year ago
Hi Kim, Congratulations for finishing this project🎉 I checked your code and saw that the images for the business logo's aren't in the images folder. That could be the reason why the logos aren't showing on the page. In your css file you declared different elements with the same property. You can if you want to chain them and giving the same property:
.snippets p, .access p, .work p { text-align: center; }
It could save you time and a lot of code. Have you ever tried the mobile first approach? First making the mobile page and then scaling up with your media queries to iPad, laptop and desktop? This is an article about it: https://zellwk.com/blog/how-to-write-mobile-first-css/ Chrome dev tools has tools to view your site on different devices. It is very convenient. I hope my feedback helps you. If you have any questions feel free to ask them.
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