Intro-Section with dropdown navigation using html & Css
Design comparison
Solution retrospective
I struggled with the image positioning and resizing. Any assistance on how to go about it would be greatly appreciated. Thank You.
Community feedback
- @DavidMorgadePosted over 2 years ago
Hello, congratulations finishing the challenge!
First of all consider making your project for mobile sizes too, you can use a desktop first approach (start building at desktop sizes and then adapt to mobile sizes) or a mobile first approach (first mobile and then desktop), you can use mediaquerys to adapt your sizes for diferent screens!
Also you want to get your HTML with some semantic instead of using all
divs
, you can use somemain
,section
,aside
this will get better positioning of your page for future projects in search engines.Try using flex in your
navbar
class, because otherwise is getting out of the screen on resizes.Hope my answers helps you!
Marked as helpful0@DennisKGyamfiPosted over 2 years ago@DavidMorgade I appreciate you taking the time to explain stuff to me. I will do just that. Thank You
1
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