SVG as background
I would like to use a svg for my backgroud, ideally it should kinda scale with the screen too, but that might be to advanced for me.
I have an svg from a horseshoe that I want to crop that it looks like in my figma file.
https://codepen.io/Becii/pen/dygdrqx
I tried using
background-image: url("../../img/Wallner_Logo.svg") no-repeat;
background-size: cover;
but its not even showing up (the path itself is correct tho)
all the YT tutorials I found didn't rly help either
I have an svg from a horseshoe that I want to crop that it looks like in my figma file.
https://codepen.io/Becii/pen/dygdrqx
I tried using
background-image: url("../../img/Wallner_Logo.svg") no-repeat;
background-size: cover;
but its not even showing up (the path itself is correct tho)
all the YT tutorials I found didn't rly help either


