css - margin : auto not working vertically? -
i try vertically center div in outer div doesn't work. tried around on web couldn't find explanation specific problem... when trying align horizontally it's working => "margin:0 auto;"
anyone ?
<div style="height:240px;width:100%;"> <div style="width:33%;height:100px;margin:auto 0;"> <span class="" style="font-size:26px">hello </span> <br/><br/> <img style="width:150px" src="example.jpeg" /> </div> </div>
you take @ link. has number of ways css. 1 of them may fit needs. http://css-tricks.com/centering-in-the-unknown/
Comments
Post a Comment