Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
svg, grid
What challenges did you encounter, and how did you overcome them?svg
What specific areas of your project would you like help with?svg
Community feedback
- @MichaHuhnPosted 3 months ago
Good work.
It's possible to embed an SVG with the normal
img
tag like so:<img src="path/to/icon.svg" alt="">
There is a nice technique to create a wrapper element which centers the content and provides spacing left and right.
It's explained in this YouTube video.
It could be applied to the header.
I hope that's a bit useful.
Marked as helpful0
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