Design comparison
SolutionDesign
Solution retrospective
I am a newbie & I've learned HTML & CSS with a book. I don't have any instructor, then I have doubt about using appropriate properties for styling. Please feedback me.
Community feedback
- @jesufemiganPosted over 2 years ago
Great work! In your 'What you learned section' on your readme.md file, to position a block element in the center of a container, for the 'item' class you can as well do this.
.item { position: absolute; left: 0; right: 0; margin-inline: auto; }
Marked as helpful1
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