I got my profile from FallenSamurai, and I thought I'd throw this out to anyone and everyone before I pester them directly with a silly question.
Here's what I'm playing around with: https://subeta.net/petinfo.php?petid=6000954
My main question is, can I move the image of my minion down to be centered with Creep, opposed to being so high up? I fiddled with the height and margin but that didn't help.
Also...I'd like to center the credits at the bottom. Is there a better way to do that than just changing the margin-left from 5px to 100px?
I’m going to move this to profile and graphics discussion since it looks like you’re asking for coding help and not buying profile graphics.
Oops! I'm sorry, I didn't scroll down enough to see that. Thank you!
add these lines to 's styling (inside the curly brackets):
position: relative;
top: 100px;
remove the margin from ::after and add these lines to its styling (inside the curly brackets):
display: inline-block;
width: 100%;
text-align: center;