Profile Social with CSS and HTML

Solution retrospective
maybe i'll try with bootstrap
What challenges did you encounter, and how did you overcome them?responsiveness has been difficult for me
What specific areas of your project would you like help with?Responsiveness
Please log in to post a comment
Log in with GitHubCommunity feedback
- @jlepan
Hello ! To help you with responsiveness, I recommend using the mobile-first approach, which means designing for small screens first. Then, you can adapt it for larger screens using media queries, for example:
@media (min-width: 1200px)
Also, use percentages (%) for the width of your body instead of fixed values to make it more flexible. I hope that helps !
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