Design comparison
Solution retrospective
I actually had issues including the svg element in my html file. I would love to know much about how that works. Thanks.
Community feedback
- @pikapikamartPosted over 3 years ago
Hey, I saw that you used flexbox in here, why? hehe. You should have used grid since it is a grid challenge and it is much more efficient and much fun. Also to point out your question, the svg elements. Well you can embed an svg via its svg code or you could just embed at in your img tag. Just use the path of your desired svg file as the src attribute of the img.
src="sample.svg"
like that and it will treat like any image formats. Also you can use svg elements as background-images. Just ask here on to and will gladly help you^0@pikapikamartPosted over 3 years ago@pikamart you could check out my solution to see on how grid goes^
0@igboBoydevPosted over 3 years ago@pikamart Ok thanks for the review but I checked your solution and it seems you used the scss file to add the svg element and you automatically shortened it. That's nice but don't really know much about scss code and svg shortening syntaxes.
0@pikapikamartPosted over 3 years ago@xtremeCode6022 oh, scss is just basically css, the same code, but it outputs more codes since it will automatically update your css and adds for other browser support, it is the same as css code
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