Skip to content

Instantly share code, notes, and snippets.

Created November 26, 2014 05:07
Show Gist options
  • Save anonymous/344c9e9390c43031b31a to your computer and use it in GitHub Desktop.
Save anonymous/344c9e9390c43031b31a to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
<style id="jsbin-css">
a {
font-family: Arial;
color: white;
text-shadow: 1px 2px 1px #000000;
font-size: 40px;
text-transform: uppercase;
font-weight: bold;
display: inline-block;
padding: 20px 40px;
background: #e41313;
border-radius: 8px;
box-shadow: -3px 5px 0 #78ae33;
}
</style>
</head>
<body>
<a>Claim Prize</a>
<script id="jsbin-source-css" type="text/css">a {
font-family: Arial;
color: white;
text-shadow: 1px 2px 1px #000000;
font-size: 40px;
text-transform: uppercase;
font-weight: bold;
display: inline-block;
padding: 20px 40px;
background: #e41313;
border-radius: 8px;
box-shadow: -3px 5px 0 #78ae33;
}</script>
</body>
</html>
a {
font-family: Arial;
color: white;
text-shadow: 1px 2px 1px #000000;
font-size: 40px;
text-transform: uppercase;
font-weight: bold;
display: inline-block;
padding: 20px 40px;
background: #e41313;
border-radius: 8px;
box-shadow: -3px 5px 0 #78ae33;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment