Latest solutions
Responsive blog preview card
Submitted 10 months agoI could use some help with responsive design best practices. I used media queries to satisfy the project requirements, but I don't think that's the best approach. How would seasoned developers tackle this?
Latest comments
- @hl-wong@dariushill
Your project looks great!! I like that you included actual links to your socials and GitHub. Keep up the good work!!
- @ddg-dev@dariushill
Good job on your project!!! If you want to improve your HTML try using Semantic HTML tags. Here's a helpful link: https://www.w3schools.com/html/html5_semantic_elements.asp
- @techdude101What challenges did you encounter, and how did you overcome them?
Having to guess the size of elements and fonts using images alone. I found that there are x2 different font sizes. Only one is provided in the file style-guide.md. I overcame this by opening the design file provided with Figma to get exact pixel sizes.
@dariushillYour design is very close to the desktop mobile solution. Great job! I would also remove the text under the card. If you're looking to improve your code for accessibility purposes, try using semantic HTML. Semantic HTML tags help search engines, screen readers, and other web technologies understand the structure and content of web pages better.
Marked as helpful