Created
November 26, 2014 05:07
-
-
Save anonymous/344c9e9390c43031b31a to your computer and use it in GitHub Desktop.
// source http://jsbin.com/pewofaqama
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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