blog preview card using flexbox

Solution retrospective
That I was able to finish it in a day and was able to figure it out by myself for the most part
What challenges did you encounter, and how did you overcome them?the biggest challenge was trying to get the text "learning" to be centered in the box that it's in, I was able to figure it out even though I don't think the way I used is the best way to do it
What specific areas of your project would you like help with?I dont understand how to structure everything, I feel like my code is chaotic
Please log in to post a comment
Log in with GitHubCommunity feedback
- @nggeoktheng
I noticed that the styling for the paragraph inside the #paragraph div is currently written directly in the index.html file using an inline style attribute. To keep the code cleaner, I recommend moving this styling into the style.css file. Overall, the code is well-structured.
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