7 Bootstrap Buttons

This demo is an extraction from http://getbootstrap.com/css/. created by @juanmendezinfo

by Sivasakthi Chandrasekaran

HTML

<link rel="stylesheet" href="http://getbootstrap.com/assets/css/docs.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/css/bootstrap.min.css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/js/bootstrap.min.js"></script>

<!-- Indicates a dangerous or potentially negative action -->
<button type="button" class="btn btn-danger">Confirm</button>

CSS

<style type='text/css'>
/* your custom CSS \*/
</style>
<!-- access to the HEAD element -->
<style>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
</style>