Revision: 67919
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at November 3, 2014 23:26 by madebycrunch
Initial Code
<!-- FORM --> <div class="form"> <fieldset class="buttons"> <button class="button red"><span>.button.red</span></button> <button class="button amber"><span>.button.amber</span></button> <button class="button green right"><span>.button.green.right</span></button> </fieldset> <fieldset class="buttons"> <button class="button black"><span>.button.black</span></button> <button class="button grey"><span>.button.grey</span></button> <button class="button right"><span>.button.right</span></button> </fieldset> <fieldset class="buttons"> <button class="button red rounded"><span>.button.red.rounded</span></button> <button class="button amber rounded"><span>.button.amber.rounded</span></button> <button class="button green right rounded"><span>.button.green.right.rounded</span></button> </fieldset> <fieldset class="buttons"> <button class="button med"><span>.button.med</span></button> <button class="button big"><span>.button.big</span></button> </fieldset> <fieldset class="buttons"> <button class="button block"><span>.button.block</span></button> </fieldset> </div> <!--// FORM -->
Initial URL
Initial Description
HTML Form buttons
Initial Title
HTML - Forms - Buttons
Initial Tags
Initial Language
HTML