html - Center (vertically) a span element -



html - Center (vertically) a span element -

i have span within div , i'm trying center (i.e. want text [why larn music]inside span straight in centre (both horizontally , vertically) of div. vertical-align not working far. attached image of current status of text. js fiddle:

<iframe width="100%" height="300" src="http://jsfiddle.net/cheetaiean/qzd8k9uf/embedded/" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

picture:

i tried , added follow text or span

margin-top:-350px;

it works fine, work you, if not alter span div , add together same margin top minus value , done

html css

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -