Skip to content

Instantly share code, notes, and snippets.

@marbaque
Created May 27, 2020 15:53
Show Gist options
  • Save marbaque/98fab4b9c0479312d835f80c48db0dd5 to your computer and use it in GitHub Desktop.
Save marbaque/98fab4b9c0479312d835f80c48db0dd5 to your computer and use it in GitHub Desktop.
CSS Test — Button
<!-- do not change the markup -->
<a href="#">
Checkout
</a>
/*
INSTRUCTIONS
Using CSS properties alone, recreate this button:
https://i.imgur.com/gnZnY.png.
Spend no longer than 15 minutes on it, 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.
*/
a {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment