Skip to content

Instantly share code, notes, and snippets.

@koomai
Forked from anonymous/index.html
Created November 26, 2014 05:08
Show Gist options
  • Save koomai/f93a7bb07e7a19da4481 to your computer and use it in GitHub Desktop.
Save koomai/f93a7bb07e7a19da4481 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