Design comparison
Solution retrospective
Hello community
In this challenge, I realize how a newbie I am at using CSS Grid. I need a lot of practice to grasp the CSS Grid system completely.
Any suggestions to improve my CSS skill are welcome
Thanks
Community feedback
- @DavidMorgadePosted about 2 years ago
Hello again Mehdi, again an almost pixel perfect solution! you are a beast!
Almost nothing to say about your CSS it looks clean for me and the responsiveness is working great.
The only thing that I would probably add are some transitions for your buttons (because I'm really obsessed with transitions haha), they will give your buttons a smoother effect, resulting on a better user experience.
Try adding
transition: background-color 0.5s ease, color 0.5s ease;
on your.register
class, andtransition: border-color 0.5s ease;
on your social media icons.Hope my feedback helps you! keep going with those pixel perfect projects, you are doing great!
Marked as helpful1@siavhnzPosted about 2 years ago@DavidMorgade
Thanks for your tip, my solution looks better now
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