How to place the logo on top-left in all screens?
I have attached my output, If I decrease the padding size, the half of the logo will be hidden.
but expected result is smaller logo on top-left of the header. how do to that?
@top-left { content :''; padding:80px; background-image:url('logo.png'); background-repeat: no-repeat;};
I have attached my output, If I decrease the padding size, the half of the logo will be hidden.
but expected result is smaller logo on top-left of the header. how do to that?