Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Responsive landing page using HTML, SCSS and BEM class naming conventi

Akshay Meshramβ€’ 390

@akshay63

Desktop design screenshot for the Clipboard landing page coding challenge

This is a solution for...

  • HTML
  • CSS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


Hi, all. I have made a landing page which took a whole day to build it. For the first time, I have used BEM notation and SCSS and at first, I got confused about what is happening with my code, and as I practice it using this challenge I understood that it relieves so much pain from such a big layout and that's why it's so useful.

I've made the landing page as responsive as it can get. I know my SCSS is messy and confusing right now but have a look if you found some room for improvement and please let me know. πŸ˜ŽπŸ‘

Community feedback

Folarin Akinloyeβ€’ 1,240

@folathecoder

Posted

Hi, Akshay Meshram!

Your solution looks clean on most devices except very large screens (like 5000px width). It is important to make a webpage appear perfect on larger screens also, because monitors of those sizes are becoming very common.

You can assess this by using a browser inspector to check for responsiveness on huge screens.

Solution: You can wrap each section and give them an appropriate max-width, instead of setting the width to 100% (this will take the width of the whole screen)!

I hope this helps!

Happy coding!

1

Akshay Meshramβ€’ 390

@akshay63

Posted

@folathecoder Thanks for your feedback! I'll definitely try to make my sites more responsive for all types of devices in my upcoming solutions. Happy learning!πŸ‘πŸ˜Ž

0
P
ApplePieGiraffeβ€’ 30,545

@ApplePieGiraffe

Posted

Hey there, Akshay Meshram! πŸ‘‹

Nice work on this challenge! πŸ™Œ

One or two things I suggest are,

  • Turning the social media icons in the footer of the page into links by wrapping them in an anchor tag.
  • Perhaps considering using min-width (instead of max-width) in your media queries for your next project, since min-width works well with a mobile-first and occasionally loads fewer styles for devices with small screens (which might make your site load slightly faster). πŸ˜‰

Keep coding (and happy coding, too)! 😁

1

Akshay Meshramβ€’ 390

@akshay63

Posted

@ApplePieGiraffe Thanks for your feedback, APG! I'll try to use min-width for Mobile-first responsive design in my upcoming projects.

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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