Skip to content
Submitted almost 2 years ago

responsive disign with html & css.

LVL 2
@ZahinRakin
A solution to the Blog preview card challenge

Solution retrospective


What are you most proud of, and what would you do differently next time?

I am mostly proud of the way I pulled of the text sizing without using the media query. To pull that off I used the font-size: clamp(14px, 2vw, 16px); I don't know if it is alright. but I learned this new.

What challenges did you encounter, and how did you overcome them?

when i was adding the padding the div's size was getting bigger which I didn't want. To solve that I needed to use box-sizing: border-box; this is an amazing css property that I learned doing this project.

What specific areas of your project would you like help with?

the border radius of the image. when i scale down the image's border radius disappears. This happens because the image is getting zoomed in. how should I solve this? should I use div then inside that img?

Code
Loading...

Please log in to post a comment

Log in

Community feedback

No feedback yet. Be the first to give feedback on zahin abdullah rakin’s solution.

Join 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