Design comparison
Community feedback
- @ajeetachalPosted about 1 year ago
That's a great start on your first project! You've done an excellent job in many aspects, and your project shows a lot of promise. Your attention to detail is evident, but I noticed that the text alignment isn't centered, which can be improved for a more polished look.
Center-aligned text can enhance the overall aesthetics and readability of your project. Here's a suggestion: You can try using CSS to center-align your text. Depending on the context and the element you're working with, you can use the
text-align
property set tocenter
for block-level elements, ortext-align: center
for inline or inline-block elements. Additionally, consider using CSS Flexbox or Grid to center elements within containers.Keep up the good work, and don't hesitate to explore different techniques to make your projects even better. You're off to a great start, and I look forward to seeing more of your work in the future!
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