Design comparison
Solution retrospective
What other methods did people employ for the social media icons? I feel like my way of doing it is alright, but not the best or most convenient. Was wondering if people integrated it into the body background as well rather than it being its own class?
Community feedback
- @HassiaiPosted over 1 year ago
For the left and right side space of the page give the main a max-width of 1440px , a width of 80% or a width of 80vw. There is no need to give the main a min-height and margin value.
include the illustrations-mockup image in the html and give it the img a max-width of 100% for a responsive image.
In the media query give .huddle-img a width or flex-basis of 50% and .huddle-info a width or flex-basis of 40% and give . wrapper display: flex and a gap of 2em.
Use relative units like rem or em as unit for the padding, margin, width values and preferably rem for the font-size values, instead of using px which is an absolute unit. For more on CSS units Click here
Hope am helpful.
Well done for completing this challenge. HAPPY CODING
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