four-cards

Solution retrospective
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
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@MichaHuhn
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 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