html - Center button tag on top of bootstrap carousel -


pretty cut , dry question... not big on html trying button, in example below, center on top of bootstrap carousel. sadly got use button tag.

http://www.codeply.com/go/ry7ybxnnnj

.centerbutton {     margin: 0 auto;     background-color: transparent;     text-align: center;     position:absolute;     z-index:50;     top:50%;     left:50%;     margin-top:-23px;     margin-left:-50px; } 

please note:

  • adjust margin-top half button's height
  • adjust margin-left half button's width
  • it position first relative parent

Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -