Could glowing buttons be added as a feature so we could have buttons like this one here:
just add to an additional stylesheet:
// simplified example, you can go wild here
.btn-glow {
box-shadow: 1px 1px 12px #720000;
}
and add an additional class to your button, like so:
<a href="#" class="btn btn-danger btn-glow">your button text</a>
No, we won't add that.
wow, why not?
Most helpful comment
wow, why not?