Submitted 9 months agoA solution to the Blog preview card challenge
Blog preview card with HTML and CSS
@OmarReyesC

Solution retrospective
What are you most proud of, and what would you do differently next time?
I am most proud of having found the solution to making the font responsive. Next time I would be more careful about using absolute paths for URLs in the HTML and CSS files, since that caused problems when GH pages tried to fetch those assets at first.
What challenges did you encounter, and how did you overcome them?I didn't know how to use .ttf files for the fonts, so I had to do a Google search to learn that. I also wasn't sure at first about how to make the fonts adjust to the size screen without using media queries. I used the MDN documentation for that.
What specific areas of your project would you like help with?- I would like to know if I used semantic HTML and a11y practices correctly.
- I also wonder if the way I created the font styles at the top of my CSS file in order to reuse them wherever necessary was effective and appropriate for a real professional project.
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on OmarReyesC'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