Responsive mobile design & desktop

Solution retrospective
This was my first assignment here using responsive design by using media queries as I am learning and reading more in depth about responsive design in FEM. I am proud of using the technique of designing by mobile first and then doing the desktop version. I would probably go back and restructure and organize my CSS code more so I am not repeating myself in certain areas. What I would do differently is refactor my code.
What challenges did you encounter, and how did you overcome them?I had issues with the spacing and sizing and had to play around with it a lot between display flex from how the mobile version looks versus the desktop version where the image was now sitting to the left of the content container this time. I had various online resources I mainly looked by googling and using MDN.
What specific areas of your project would you like help with?I had issues with the hover effect where the if you hover over the button it turns white and not the color that it was intended to be. I have to go back and fix that later or if anybody can kindly advise me otherwise.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@CarlHumm
Hi Xay
Just to clarify on what's already been said. You've done the right thing in changing the colour on hover, but you've made a typo in your
--Deep-Aquamarine
variable. instead ofhsl(158, 42%, 18%)
you have typedhsl(158, 42, 18)
.Just a simple mistake of missing out the percentage character for saturation and lightness values.
Good luck in your next challenge!
Marked as helpful - @OlimjonovQamariddin
White color is displayed when the mouse is hovered over your button. To fix this, you need to tell the button to be green when the button is hovered in our css code. if you need help you can find me in linkedin my linkedin profile is qamariddin_code
Marked as helpful
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