
Solution retrospective
.I'm having difficulties with the SVG, but I'm close to designing it. Some points are not too good, but it's a great progress.
What challenges did you encounter, and how did you overcome them?Some with the SVG, specially in how to center in the div
What specific areas of your project would you like help with?The div center
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ijohnst
For the SVG you can use it simply as an image by putting it in an image tag
<img src="/assets/images/illustration-article.svg" alt="Whatever you want your alt text to be">
Then in your CSS make sure that you set the
img { max-width: 100%; display:block }
this should help with the responsivenessMarked 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