UNPKG

castlecss-docs

Version:

Documentation website for CastleCSS

37 lines (35 loc) 1.62 kB
{% set currentPageId = 'buttons' %}{% set pageTitle = 'Buttons - CastleCSS' %}{% include "inc/header.html" %} <!-- Main --> <div class="b0_12 b4_14 b4_push_01"> <div class="p p-b3-3x"> <div class="block"> <h1>Buttons</h1> <p class="intro">Get your visitors clicking</p> <p class="alert"> Note: You need castlecss-buttons or the full package of CastleCSS for this. </p> <p>Feel free to use these buttons to get you started. Create your own buttons.scss to overwrite the standard buttons or edit your <a href="variables.html">variables document</a> for different colors/styles.</p> </div> <div class="block p" style="background: #eee;"> <p><a href="#" class="btn">Button</a></p> <p><a href="#" class="btn-theme01">Buttton theme01</a></p> <p><a href="#" class="btn-theme02">Buttton theme02</a></p> <p><a href="#" class="btn-theme03">Buttton theme03</a></p> <p><a href="#" class="btn-theme04">Buttton theme04</a></p> <p><a href="#" class="btn-theme05">Buttton theme05</a></p> <p><a href="#" class="btn btn-full">Buttton full width</a></p> <p>(Every theme-color possible)</p> <pre class="brush: xml;"> <a href="#" class="btn"></a> <a href="#" class="btn-theme01"></a> <a href="#" class="btn-theme02"></a> <a href="#" class="btn-theme03"></a> <a href="#" class="btn-theme04"></a> <a href="#" class="btn-theme05"></a> <a href="#" class="btn btn-full"></a></pre> </div> {% include "inc/example_buttons.html" %} </div> </div> <!-- End main --> {% include "inc/footer.html" %}