Design comparison
Solution retrospective
Now I am start again code because i love code
Community feedback
- @farukwebcode21Posted about 2 years ago
Thanks For Your Suggest, I am Realy Happy for your suggestion next time i am try your suggestion
0 - @VCaramesPosted about 2 years ago
Congrats @farukwebcode21 on completing this challenge!
*Welcome back to the world of coding!
To improve your code, I would center the card content by adding the following to your <body> element and delete everything (with the exception of the
padding
);body { min-height: 100vh; display: flex; justify-content: center; align-items: center; }
Next you'll want to change your <div> class="container"> to an <article> element to make your HTML code semantically correct.
For your images, I suggest using the <picture> element:
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