Design comparison
Community feedback
- @Ezekiel225Posted 10 months ago
Hey @tassnyme
Your solution looks great but try adding this to the body element
body { background-color: hsl(220, 15%, 55%); font-size: 15px; }
Change the h1 in the div with the class of text to h3
I hope this helps. Happy coding.
Marked as helpful0 - @md-abid-hussainPosted 10 months ago
Congratulations on completing your first challenge
However your paragraph is overflowing from container.
This can happen if you set the height to the value lower than required. If you don't set the height property it will be set to the max content.
Also align-items and justify-content is property related to flex box and have no meaning if not used with flex box
As a new frontend developer i would suggest you to stick to given design as much as possible because it can help you to understand the basic of css and later on you can style as per you desire.
Below are the resources which helped me in learning css
And feel free to ask whatever doubt you have there are many awesome people on this platform who will help you.
Marked as helpful0
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