Blog Preview Card Solution HTML/CSS

Solution retrospective
Figuring it out on my own with minimal research
What challenges did you encounter, and how did you overcome them?fitting the card within the mobile parameters and having the text shrink
What specific areas of your project would you like help with?the smoothness of the responsive layout. ideally it would scale down as the screen re-sizes rather than a break point change
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Asya0601
For better adaptation and smoothness, try to use relative values as often as possible (i.e. instead of fixed px, use % - percentage of the width or height of the parent element or screen, vh/vw - unit of height\width of the screen, rem/em - size, relative to the base font size). Good luck!
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