UNPKG

apostrophe

Version:

Apostrophe is a user-friendly content management system. This core module of Apostrophe provides rich content editing and essential facilities to integrate Apostrophe into your Express project. Apostrophe also includes simple facilities for storing your r

17 lines (16 loc) 601 B
<section id="custom"> <h2 class="page-header">Custom CSS</h2> <div class="row"> <div class="span3"> <p>Anything you can do with CSS font styles, you can do with Font Awesome.</p> </div> <div class="span9"> <p>Star Ratings (inspired by <a href="http://css-tricks.com/star-ratings/" target="_blank">CSS Tricks</a>)</p> <div class="well"> <span class="rating"> <span class="star"></span><span class="star"></span><span class="star"></span><span class="star"></span><span class="star"></span> </span> </div> </div> </div> </section>