![](https://res.cloudinary.com/dz209s6jk/image/upload/f_auto,q_auto,w_900/Screenshots/kd2y7uhsjnpb2iwdnv5z.jpg)
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
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