Skip to content

Instantly share code, notes, and snippets.

@dstyle0210
Created July 25, 2014 15:32
Show Gist options
  • Select an option

  • Save dstyle0210/90b2ac64486c3e40c3c7 to your computer and use it in GitHub Desktop.

Select an option

Save dstyle0210/90b2ac64486c3e40c3c7 to your computer and use it in GitHub Desktop.
vertical-align 적용.
#itemDetail #detailImg {width: 560px;height: 600px; display:table; overflow:hidden; background: #fff;#position: relative;}
#itemDetail #detailImg p { #position: absolute; #top: 50%; display:table-cell; width:100%; text-align:center; vertical-align:middle;}
#itemDetail #detailImg p span {#position: relative; #top: -50%;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment