blog-preview-card React.js + Vite + CSS3

Please log in to post a comment
Log in with GitHubCommunity feedback
- P@oduntane
I think it's better to keep the SVG file separate instead of embedding it directly in your HTML, especially since you're not styling or using it for anything interactive. It also looks like you forgot to add padding and border radius to the img and h3 tags. And lastly, try not to use heading tags just for styling. For example, there’s no h1 tag in your code, and you've placed the h3 before the h2. It's better to use headings in the right order (h1 to h6) and handle the styling with CSS
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