@bohodaysSubmitted about 2 years ago
Oybek Artikov
@artikovAll comments
- @artikovPosted about 2 years ago
Hey Jungwon!
Congrats on completing the challenge! Nice work! Everything seems solid and working.
Little styling update would make it even closer to the design by adding line-height property to p tags and assigning it to 1.5 rem.
p{ line-height: 1.5rem; }
And you could add transition to smooth your animations.
transition: ease .5s;
0 - @hkalita20Submitted about 2 years ago
All feedbacks are welcome....
@artikovPosted about 2 years agoTry adding a box-shadow. It will make your card look cool!
Marked as helpful0