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

Delphi change the assembly code of a running process -

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

C++ 11 "class" keyword -