I am fairly a noob to css but the coding is familiar to me since I used to use it to make DeviantART Journals with it. Im trying to just put a custom background repeating image on my profile but when I do, it makes my profile jumble up in a corner for some reason I have no idea what to do.
I need some help thank you, It means a lot to me.

hi! try removing this portion from the body selector:
background-image: url(https://images2.pixlis.com/background-image-checkers-chequered-checkered-squares-seamless-tileable-light-yellow-pink-lace-236ksq.png);
background-repeat: repeat-x;
height: Height of imagepx !important;
width: 765
background-position: top left;
position:absolute;
and adding this in instead, on its own separate line
html {background-image: url(https://images2.pixlis.com/background-image-checkers-chequered-checkered-squares-seamless-tileable-light-yellow-pink-lace-236ksq.png);
};}
It worked wonderfully! Thank you so much for the help!
