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.
.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
Post a Comment