Design comparison
SolutionDesign
Solution retrospective
I am begineer in Frontend.And this is my output. Please tell if there are any modifications to do to improve.
Community feedback
- @Rabiaismail21Posted almost 2 years ago
Hello Rakesh! I have viewed your code and it needs some corrections.
- Inline styling is not recommended way, put all CSS code in a separate file
- There is no need to use the h2 and p tags multiple times one h2 tag for the title and one p tag for the subtext is enough. Use text-align: center to get the same result as the challenge project and the text will not overflow.
- instead of giving padding to the body, use flexbox to align your div center both in the y and x-axis
0@rakesh-venkataPosted almost 2 years ago@Rabiaismail21 Thanks for feedback. Made the changes.
1
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