Submitted over 1 year agoA solution to the Blog preview card challenge
Responsive Blog-preview-card
@tflinch

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,
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on tommy flinch's solution.
Join 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