Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
- Organizing my CSS further by breaking them into separate sheets.
- Learnt to use shortcuts on VS Code.
For this task, I did not come across any significant challenges.
What specific areas of your project would you like help with?I'm unsure of the following and what each does:
- block
- inline-block
.wrapper {
display: block;
}
.wrapper {
display: inline-block;
}
Community feedback
- @EdgarAleGPosted about 2 months ago
Hi Ryan, your solucion looks great, regarding your question here is an article that talks about it: https://www.samanthaming.com/pictorials/css-inline-vs-inlineblock-vs-block/ I hope you find it useful.
0@ryanlim-devPosted about 2 months ago@EdgarAleG thanks for linking the article! I'll check it out :)
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