Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Nothing exactly
What challenges did you encounter, and how did you overcome them?I had some issues with some css like making the .card_image fill the .card and the card shadow, but I was able to complete it with some help
What specific areas of your project would you like help with?Nothing exactly. just want be master my skill
Community feedback
- @ikitamalarosePosted 7 months ago
About the card_profile you can do this to align the elements
<div class="card_profile"> <img src="assets/images/image-avatar.webp" alt="image-avatar" style="width: 30px; height: 30px; margin-right: 10px;"> <p>Greg Hooper</p> </div>.card_profile { display: flex; flex-direction: row; align-items: center; }
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