Estefanny's news website assignment#526
Conversation
JennieDalgren
left a comment
There was a problem hiding this comment.
Great job with this project! It meets the requirement.
Grid and Flexbox Usage:
The grid layout works perfectly for the articles section. Nice work!
To explore: Try using grid-template-columns: repeat(auto-fit, minmax()) for greater flexibility on smaller screens and see what that gives you.
Responsive Design:
Your media queries work well across devices, but the layout on mobile can feel a bit cramped. Increasing padding or adjusting font sizes may improve readability.
Also, try to add width: 100%; to the body as it looks like how have some unintentional white space to the right, on smaller screens.
Image Optimization:
We havent talked about this, but this is something for you to explore.
Some of the images are quite large. Consider optimizing images to improve loading times and performance, especially for mobile devices.
Code Structure:
The code is clear and organized. You might benefit from adding comments to your CSS, especially in complex sections like media queries.
Great job! You're making fantastic progress. Keep it up! 🎉
No description provided.