
Submitted 19 days ago
Responsive static page HTML and CSS.
#pure-css#accessibility
@emirsezginn
Design comparison
SolutionDesign
Community feedback
- @chryspenalberPosted 19 days ago
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.
1@emirsezginnPosted 19 days ago@chryspenalber Thank you for your feedback! I appreciate your suggestions and will make the recommended adjustments. I’m grateful for your helpful insights!
1 - Adjust spacing using
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