I'm working on it right now. I'd like to know what you guys think and I have a couple of questions.
Is there a code to move the little heart that you click to 'like' a pet? I'd like it elsewhere/not over his name image. Is there a code to stop the ability to move the page side to side?
I have no idea if any of that makes sense. I'm just learning to do all this finally, lol.
For the pet like you can use a code like this:
.pet_like {position: ??; top: ??px; left: ??px;}
I'm not sure what you mean by the page moving side to side?
Oh! It wasn't doing that in chrome for me xD You seem to have the width set to 2000px, take that out of the code and see if that works.
It looks great! I love the art and the color scheme ^^
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
take "height:1200px; width:2000px" out of your 'html' section, add "height:auto" (probably don't need to, i think it's set to auto by default but just in case). the "overflow-x:hidden" should be working but it doesn't in safari, maybe add !important to it?