Design comparison
SolutionDesign
Community feedback
- @dquinn089Posted 4 months ago
Your HTML structure is clear and well-organized. Great job! Add meaningful alt attributes to images for better accessibility. Example:
<img src="./images/image-daniel.jpg" alt="Portrait of Daniel Clifford" />
Your CSS is neatly structured with excellent use of CSS Grid. Well done! Use rem units instead of px for better responsiveness. Example:
.card > div p:last-child { font-size: 1.1rem; } .card p:not(img + div > p) { font-size: 2rem; }
With these small changes, you can improve both the accessibility and scalability of your project. Happy coding!
0
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