
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I managed to create it in a short time with CSS techniques.
What challenges did you encounter, and how did you overcome them?No particular difficulties. The only thing is the hover effect on the image. I only managed to color the edge
What specific areas of your project would you like help with?None in particular at the moment.
Community feedback
- @hitmorecodePosted 4 months ago
Nice well done, looks good. Just a few tips
- To place the card in the center of the page add these rules:
body { max-width: 1440px; /* you don't have to add this */ background-color: hsl(217, 54%, 11%); /* add these rules */ min-height: 100vh; display: flex; justify-content: center; align-items: center; }
- You forgot to add the hover effect on the card.
I hope you find this helpful. Keep it up👍👌
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