Response
i geniuely cant figure out how to do borders, because everytime i put a code in it the image link i put just gets scretched behind boxes and since i dont know css i dunno how to fix it. can someone help me?
Try messing around with it. Change the border image slice, width, outset, etc. this is the code for my border, I'm not sure if it would work, but I think it might be helpful
} .card-nest.w-full.shadow { border-radius: 25px; border-width: 12px !important; border-style: solid !important; border-image: url(-url-here-) 7 fill round !important; }
replace -url-here- with the URL that directly links to the border image
Comment
Add a reply
OKAY, THANK YOU!!