Skip to content

Instantly share code, notes, and snippets.

View jeserkin's full-sized avatar

Eugene Serkin jeserkin

View GitHub Profile
@jeserkin
jeserkin / index.html
Last active October 12, 2015 19:38
Three part button markup and style
<!--
Three part button
http://jsfiddle.net/32GG3/1/
-->
<div class="blue-button-big">
<div class="left-side"></div>
<input type="submit" value="You may enter" class="center-side" />
<div class="right-side"></div>
</div>