Hello! I have been trying to layer the background image for over an hour and I have no idea where I am stumped. My code is and I have zero clue as to why this is refusing to resize or have the title layer on top. can someone please help
Hi,
I had the same issue. It is seems like url is lead to bad folder (bad root). I’m not sure but try this.
background-image: url(‘…/images/pattern.jpeg’);
Seems use of 2 dots lead out of folder and then you can set it right.
Source where i found it. (In section Try it)