Any feedback is welcome
Shreya Choure
@shreyachoureAll comments
- @rizwanmustafaSubmitted over 3 years ago@shreyachourePosted over 3 years ago
Hey, Great work! If you use
line-height: 1.7
(try values around 1.5 - 1.9)for the paragraph content after headline it would look even more elegant!1 - @tamorosoSubmitted over 3 years ago
This challenge was very interesting and i'm looking forward to read your feedbacks on my code.
Maybe, i could improve the responsive aspect of the card by adding more break points. And you, what would you add or modify to improve this part ?
Thanks a lot for your answers !
@shreyachourePosted over 3 years agoHey, I also completed this challenge today. Congratulations on your 1st achievement! To place the card component in the center of a page you may use this method:
.container { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
0 - @ARUNBALACHOCKALINGAMSubmitted over 3 years ago
hello thanks for looking at my solution I'd love to know your feedback
@shreyachourePosted over 3 years agoHey, good work! To place the card component in the center of a page you could use this method:
.container { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
0