Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I like how i solved the problems, i probably would the site more responsive
What challenges did you encounter, and how did you overcome them?How to put the text next of image, and make it responsive
What specific areas of your project would you like help with?How make it responsive
Community feedback
- @hitmorecodePosted 1 day ago
Nice looks good, well done. To make it responsive just add this to your CSS
@media only screen and (max-width: 620px) { article { flex-direction: column; } }
This media query is not complete, you still need to fix somethings to make it look good. If you have any questions regarding this, let me know.
I hope you find this helpful. Keep it up👌👍
Marked as helpful0 - @martinfaurePosted 1 day ago
To make it responsive, you need to add media query in your CSS file 😉
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