Design comparison
Solution retrospective
Hello, everyone! π
I decided to try a CSS grid for this challenge and find out how easy it is to create and position elements in the layout. For all of you who haven't tried the CSS grid, I encourage you to try it out. πͺ
To get started with the CSS grid visit A Complete Guide to Grid. π
And to spice things up I added a parallax tilt effect on the cards. (Tilt.js) π
Feedback welcome and appreciated! π
Happy coding! π
Community feedback
- @samuelpalaciosdevPosted over 3 years ago
Hello, Spymom! π
Well done on this challenge!. Your solution looks great and it scales pretty well.
I only suggest a little thingπ:
- I think that those images, don't need an alt text. In this instance, that's a good thing, as the alt text is currently repeating the same as the card headings, so if you take this tip, use
alt="" aria-hidden="true"
on your HTML markup.
I really like the way you approach this, and that fancy animations you added are so cool, keep coding ;)
1@spymonPosted over 3 years agoHi, @samuelpalaciosdev π
Thank you for pointing that out! Now I know something new π I did a little research about what
alt="" aria-hidden="true"
does and implement it in my code.Thank you! π
0 - I think that those images, don't need an alt text. In this instance, that's a good thing, as the alt text is currently repeating the same as the card headings, so if you take this tip, use
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