Design comparison
SolutionDesign
Solution retrospective
I'm still not that good at centering things vertically. This was a good review of CSS basics though. I'll probably do these challenges as a summer project or something.
Community feedback
- @SebbyBlackPosted over 2 years ago
Design :
- Overall solid, there is a drop shadow on the button though, straight forward to add.
Code :
- There's a spelling error in your main div. you forgot an "s" in class.
- In your buttons, there is no need to wrap the text in other tags (In your case the h4 tag), rather I'm assuming you where trying to change the font size, instead just use CSS to do so.
- If you haven't, look more into HTML semantic tags to make the code a little more readable as far as what is going on.
Overall : You did a great job, mostly minor things that just take your code that extra step.
Marked as helpful0
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