Next time, I would focus more on refining my CSS for better readability and maintainability. I also want to experiment with more modern layout techniques like CSS Grid or Flexbox to enhance responsiveness
What challenges did you encounter, and how did you overcome them?One of the challenges I encountered was changing images from mobile to desktop views. I struggled with implementing responsive images that adapt to different screen sizes properly.
To overcome this, I researched different techniques and learned about the <picture> element and the srcset attribute. These allow images to change dynamically based on screen width. I also experimented with CSS media queries to adjust background images for different devices.
I would like help with improving my responsive design techniques. While I was able to switch images between mobile and desktop, I feel there might be more efficient ways to handle it.
I'm also looking for feedback on my class naming and HTML structure. I want to ensure that my code follows best practices for readability and maintainability.
If anyone has suggestions on how to better organize my CSS or optimize my layout, I’d love to hear them!