Submitted almost 3 years ago
Profile card component main challenge completed with Flexbox
@daniellamberti
Design comparison
SolutionDesign
Solution retrospective
Tips are welcome, thank you!
Community feedback
- @GitHub-dev12345Posted almost 3 years ago
Congratulation Nice Work Keep it up 😉👍
Used this code want your card in center position :
in body tag Used this CSS Code: body{ display : flex; justify-content: center; align-item: center; }
in Card Design CSS Code used this property: align-self: center;
Marked as helpful0@daniellambertiPosted almost 3 years ago@GitHub-dev12345 Hi Dev, thanks for your nice comments, good tips! I will check my code and change some lines as you suggested!. Regards!
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