VaginaMuncher
Chilling with me bitch Fiona
- Mar 17, 2013
- 447
- 58
Okay so I'm trying to align that image in the header bang on in the middle using pure css;
But as you can probably see the '50%' isn't making it fully in the center, it's more towards the right. I usually don't have this problem but this is a image so I don't really know what's different.
Code:
.Logo {
background:url(../images/Index/Logo.png);
width:97px;
height:56px;
position: absolute;
left: 50%;
}