Responsive Article preview component using HTML and CSS
Design comparison
Solution retrospective
Please Review my code. Any Comments will be helpful.
Community feedback
- @ramsaysewellPosted over 4 years ago
Hey Sai,
Great work on this challenge, I think it looks really good.
I would say that the first thing to tackle for this, from here, is emphasising the box-shadow property on the box. There are a lot of tools online that can help visualise the box-shadow of elements, without the need of trial and error in the code. CSSMatic is probably the one I use the most.
When setting a height of your elements, it can be difficult to ensure that there isn't any extra space nor too little of it. I would try using
max-height
ormin-height
(in pixels) as that will make it feel a lot more responsive.I hope this helps and let me know if you have any questions.
3@SaiChandra2896Posted over 4 years ago@ramsaysewell Thanks for your valuable feedback!
0
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