Design comparison
Solution retrospective
Reponsive page using HTML, SCSS, MEDIA QUERIES.
This challenge was an interesting one, it was not what my first intention was. I've developed so that it's the mobile version as well as the desktop screen size. I did not included the social media Icons & I should of not added the drop-shadow to the button itself, due to the fact that its all about simplicity.
May I have feedback upon the responsive version of the page itself, thanks. Edit: It seems like the background Image was not added in the file... will fix
Kind regards, DevDeclann.
Community feedback
- @vanzasetiaPosted over 3 years ago
👋Hi DevDeclann!
I have a feedback for you, I think the
@media (max-width: 375px)
, it's not the only media query that you need, my recommendation is that try to make it 100% responsive on any breakpoints. Also try to use flexbox or grid for this challenge, it would be much easier to do this challenge.That's it! Hopefully this is helpful for you!
Marked as helpful1@engelbrechtzPosted over 3 years ago@vanzasetia
Hey, Thanks for your feedback, I shall do this next-time! :)
0 - @ApplePieGiraffePosted over 3 years ago
Hey there, Declan! 👋
Nice effort on this challenge! 👏
+1 to what Vanza Setia suggested. 😀 Consider using a tool like flexbox to layout sites (rather than things like floats, which you are using, in this case). They are much easier to work with once you get to know a little about them and they will make making your site responsive a breeze. If you'd like to learn more about flexbox, check out this fun little game that will help you learn and practice the fundamentals, or this thorough article from CSS Tricks that you can reference.
And switching to a mobile-friendly layout sooner would be a good idea to make your site look good on all screens. 😉
Keep coding (and happy coding, too)! 😁
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