Try my best with this one. Please give me some feedback ^^ Best regards
Asif Ali Khan
@asifkhan0410All comments
- @jhunxeinSubmitted over 3 years ago@asifkhan0410Posted over 3 years ago
three changes: make the text area width less by giving a margin on left and right. make the header text bigger. make the button of email wider by adding padding to it.
apart from these Good work!
0 - @ijyotimaurya150Submitted over 3 years ago
Hi!. So, this is my second challenge here. I tried my best to complete the challenge but I know it's not up to the mark. Tell me all your suggestions on what component I could have done better way and help me improve. Thanks.
@asifkhan0410Posted over 3 years agothe width of the comment card should be aligned with the rating cards above it gives a more sleek look. look for these style changes. .review-description - padding: 20px 3%; .bottom-review { display: flex; justify-content: space-between; } .bottom-reviews{ height: 180px; width: 30%; display: flex; align-items: center;}
1 - @itsvaxxSubmitted almost 4 years ago
Let me know if there's any optimizations I could've made!
@asifkhan0410Posted almost 4 years agoyou could add this css in your card: *display: flex; *flex-direction: column; *margin: 25% auto -10% auto; *background-size: contain; margin was not set so your footer was not visible if you add theese it will get better
1