@Halder16Submitted 3 months ago
What are you most proud of, and what would you do differently next time?
I’m proud of how I arranged the components of the blog review card using Flexbox, ensuring everything was well-aligned and responsive. I also made sure the design matched the provided reference closely, including colors, fonts, and measurements.
Next time, I’d like to experiment with CSS Grid for more control over layout and refine my typography to make it more consistent. I might also try adding some animations to make the card more interactive.
What challenges did you encounter, and how did you overcome them?
Stuff like figuring out how to use flexboxes, how to space out the different sections (like should i use % or px). I solved them by trial and error.
What specific areas of your project would you like help with?
I noticed how the card looks much bigger on my laptop screen, but when i look at it on a bigger monitor, it looks different, since the paddings were relative, it looks weird on bigger screens. So I could use some help with that.