i am proud of being able to do responsive web design and what i would do different is i will focus more on the display grid
What challenges did you encounter, and how did you overcome them?i could not align the image beside the text or the description , i was able to add a media query and i adjusted the container display to be a grid
What specific areas of your project would you like help with?@media (min-width: 600px) { .container { display: grid; grid-template-columns: 1fr 1fr; }