I\'m developing a mobile-friendly web app which I would like to feature a dead-simple UI, including buttons so large even Andre the Giant could tap them with ease.
The
@amustill's answer is easily adapted for Bootstrap 3.1.0:
.btn-xl { padding: 18px 28px; font-size: 22px; border-radius: 8px; }
jsFiddle: http://jsfiddle.net/Abdull/2rkkJ/
With this adaption automatically come :hover darkening and :active shadow insetting.
:hover
:active