Design comparison
SolutionDesign
Community feedback
- @afaiz-spacePosted over 2 years ago
Hey @PriyankaArikatla1205, congratulation on completing the challenges. I noticed some issues in your project.
- add
text-align: center;
and Removemargin-left: 20%;
from the h1 element. - add
align-items: center; and gap: 20px;
in the #insidebottom Id. - Remove
margin-top: 5%;, margin-left: 7%;, height: auto; , flex: 33%;
and addheight: 50px; width: 50px;
in the #img id. - Remove
margin-top: 5%; , margin-right: 20%;
and addflex-direction: column;
in the #plan id. - Remove
flex: 33%;, margin-top: 8%;, margin-right: 5%; ,text-align: center;
andpadding-left: 56px;
in the #change Id.
0 - add
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