How to place this svg as my background footer with Tailwind?
Guys i dont know how to do this. I want my footer exactly like this but i have it fixed on the screen. So if i scroll up it follows me.
Here is the Footer component where i think only the "relative z-50 bg-footer" classes are relevant:
Here is the bg-footer class i'm building:
if i change it to absolute it just disappears.
I tried to follow this from css-tricks but i failed miserably https://css-tricks.com/lodge/svg/06-using-svg-svg-background-image/
Here is the Footer component where i think only the "relative z-50 bg-footer" classes are relevant:
Here is the bg-footer class i'm building:
if i change it to absolute it just disappears.
I tried to follow this from css-tricks but i failed miserably https://css-tricks.com/lodge/svg/06-using-svg-svg-background-image/

CSS-TricksChris Coyier
SVG images can be used as background-image in CSS as well, just like PNG, JPG, or GIF.
