Button CSS transition does not work inside a DIV
问题 All right? I'm having problems with an effect on CSS. Everything works perfectly until I put the code inside another div, and has a background that is not transparent. Look at the example below: body { background: #2ecc71; padding:0; margin:0; } #bg{ background: #000; } .container-button { padding: 10em; margin: 0 auto; width: 1170px; text-align: center; display: block; overflow: hidden; } /* GENERAL BUTTON STYLING */ .btn-more-info{ display:block; overflow: hidden; text-align: center;