cssbutton.mustache revision d6fd645d5192ae6fff6d50db36de9f26bb4161d3
<link rel="stylesheet" href='{{yuiBuildUrl}}/cssbutton/cssbutton.css'></link>
<style>{{>cssbutton-source-css}}</style>
<div class="intro">
<p>In this example, we'll look at a few ways to use the `'cssbutton'` to enhance the look & feel of the default browser buttons.</p>
</div>
<h2>Demo</h2>
<p>Here you will find various uses of tags, styles, height, colors, images, and other common use-cases for buttons. Source HTML & CSS can be found below.</p>
<div class="example">
{{>cssbutton-source}}
</div>
<h4>Source: HTML</h4>
```
{{>cssbutton-source}}
```
<h4>Source: CSS</h4>
```
{{>cssbutton-source-css}}
```