Design comparison
SolutionDesign
Solution retrospective
As my first crack at Frontend Mentor, this challenge was definitely harder than I had expected (being a noob and all).
My html seems really messy so please let me know what I can do to improve!
Community feedback
- @ApplePieGiraffePosted about 4 years ago
Hey, Luke! 👋
Congratulations upon completing your first Frontend Mentor challenge! 👏
Good work on this one, too! 👍
I suggest,
- Using CSS background images to add and place the background SVGs rather than adding directly into your HTML. Here's an article on CSS background images to get you started, if you like.
- Not using the
<table>
element for the footer of the card since it isn't really a table and table layouts aren't used very much nowadays. Flexbox would a more modern, clean way to layout the footer very easily! - Making the
box-shadow
around the card component a little subtler would be a nice touch. 😉
Keep coding (and happy coding, too)! 😁
1@lukebergmannPosted about 4 years agoIncredible! Thank you for your critique. I appreciate the help and will definitely put it into action. I need to become more acquainted with flexbox thats for sure!
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