button{ display: inline-block; background-color: black; border-radius: 10px; border: 4px double #cccccc; color: yellow; text-align: center; font-size: 12px; padding: 5px; width: 100px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; cursor: pointer; margin: 5px; }
|