Responsive static page HTML and CSS.

Please log in to post a comment
Log in with GitHubCommunity feedback
- @chryspenalber
Suggestions for Improvement
🔹 Avoid
margin-left: -15px;
in lists- Adjust spacing using
padding
instead of negative values to improve readability and prevent unexpected shifts.
🔹 Avoid
margin-bottom: -4px;
on the image in mobile view- Using
display: block;
andvertical-align: middle;
could be a more reliable solution for proper alignment.
Overall, your CSS is well-structured! These improvements can help make your code cleaner, more accessible, and efficient.
- Adjust spacing using
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