cssbutton.mustache revision e9738690feeb7eae0899f34e5d0feec68bdbd48c
<div class="intro">
<p>In this example, we'll look at a few ways to provide additional styles to the `'cssbutton'` module.</p>
</div>
{{>getting-started}}
<p>-Or-, include the CSS file directly:</p>
```
<link rel="stylsheet" href="http://yui.yahooapis.com/{{yuiVersion}}/build/cssbutton/cssbutton.css">
```
<link rel="stylesheet" href='{{yuiBuildUrl}}/cssbutton/cssbutton.css'></link>
<style>{{>cssbutton-source-css}}</style>
<h2>Demo</h2>
<div class="example">
{{>cssbutton-source}}
</div>
<h4>Source: HTML</h4>
```
{{>cssbutton-source}}
```
<h4>Source: CSS</h4>
```
{{>cssbutton-source-css}}
```