Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
.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
Community feedback
- @ijohnstPosted 5 months ago
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 helpful0@Alexdoom25Posted 5 months agoThanks @ijohnst, I will update the code using the img property.
0
Please log in to post a comment
Log in with GitHubJoin 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