I'm trying to center the logo on this panel by dragging it to the left.
HeremyHTMLcodewhereIquoteit
<divclass="logoLogin">
<img src="images/perfil-black.png">
<div>
I have tried to use padding
and margin
in the css sheet and even then I can not drag the logo to the left.
.logoLogin {
padding-top: 5px;
/* margin-bottom: 5px;*/
}
How can I resolve this?