&share CSS BUTTON Test - pure CSS

by otupman

HTML

<!-- do not change the markup -->
<a href="#">
  Checkout
</a>

CSS

a {
    
}

JavaScript

/*
    &share CSS Test v02SEP2014
    
    Problem:
    
    Use just CSS to recreate the button on this link

        http://i.imgur.com/gnZnY.png

    We don't expect it to be a perfect match. It's open book, 
    feel free to hit Google but be prepared to explain your solution.
    
     Instructions:
 
     1. Click the 'Fork' button up at the top
     2. Modify HTML/CSS as required
     3. When complete, click the 'Update' button
     4. Send the URL of your completed solution (it should look like jsfiddle.net/[code]/[number])
*