Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I utilized advice from my first challenge to efficiently size center my blog.
body{
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-family: Figtree;
background: var(--bg-color);
}
What challenges did you encounter, and how did you overcome them?
My biggest challenge getting the avatar and Greg text on the same line.
I used flex and padding to align the items.
What specific areas of your project would you like help with?I would more help learning figma. Maybe a youtube link,
Community feedback
- @Ismail-tonyPosted 7 months ago
The profile is a bit too close to the bottom of the card; otherwise, all is good.
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