How to vertically align a logo on a mobile webpage?

Give your logo a height and I think it should do what you want... if I understand your code Example: jsfiddle.net/jasongennaro/whxVY/1 EDIT As per your comment I want it to appear vertically aligned - middle of the page In that case, do the following: give your logo div a height:100% and position the background-image as center center logo { margin: auto; background: url(images/logo. Png) no-repeat center center; height: 100%; }.

Give your #logo a height and I think it should do what you want... if I understand your code. Example: jsfiddle.net/jasongennaro/whxVY/1/ EDIT As per your comment I want it to appear vertically aligned - middle of the page. In that case, do the following: give your #logo div a height:100% and position the background-image as center center #logo { margin: auto; background: url(images/logo.

Png) no-repeat center center; height: 100%; }.

Sorry, this didn't work. Check it out @ halal. Co – hawx Oct 9 at 0:51 Maybe I am not understanding.

Where do you want the logo to appear? – Jason Gennaro Oct 9 at 1:02 hi. I want it to appear vertically aligned - middle of the page.

– hawx Oct 9 at 1:50 See my edit above @hawx – Jason Gennaro Oct 9 at 2:10.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions