Bootstrap Ornaments

Collection of CSS only switches for checkboxes and radios and other fun components

View the Project on GitHub osahan/BootstrapOrnaments

Getting Started

Include the latest version of jQuery, Bootstrap and Bootstrap Ornaments:


<!-- Latest compiled and minified CSS -->
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">

<!-- Latest compiled and minified Bootstrap Ornaments CSS -->
    <link rel="stylesheet" href="dist/css/bootstrapOrnaments.min.css">


<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js">  </script>
<!-- Latest compiled and minified Bootstrap JavaScript -->
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
  

Licensed under The MIT License (MIT) · This project is maintained by Osahan · Hosted on GitHub Pages