Responsive blog page using HTML and CSS

Solution retrospective
I'm proud of myself as I am able to do everything on my own without taking help of CHAT-GPT or something. Next time I can create it more responsive and add more css effects.
What challenges did you encounter, and how did you overcome them?Actually this time I didn't face much problems as it is similar to previous tasks.
What specific areas of your project would you like help with?I need help where to use "rem" and where to use "px" while giving width and height.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@TranDanh1122
- use px when this value never change, like card width { width 100%; max-width: 123px}
- use rem when you want it scale follow text size of device (fontsize, spacing, lettet spacing...v..v)
Marked as helpful
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