/ Published in: HTML
Expand |
Embed | Plain Text
<html> <head> <style type="text/css"> body { font-family:Georgia, "Times New Roman", serif; background:#333 url('http://codecanyon.scheetzdesigns.com/wpstatus/dev/graphics/noise.png') repeat; height:100%; } .htmlstuff-etc { text-align:center; font-weight:normal; font-style:italic; font-size:70px; line-height:78px; color:#333; padding:150px 50px 0; } .htmlstuff-etc a.big-text { display:block; letter-spacing:-1px; text-decoration:none; color:#ddd; text-shadow:1px 1px 0 #000; } .twitter-share-button { float:right; display:block; padding:0 0 40px 0; } .button { color:#6CA659; text-shadow:1px 1px 0 #fff; text-decoration:none; font-size:25px; letter-spacing:-1px; margin:50px auto 0; font-family:Helvetica, Arial, sans-serif; font-style:normal; font-weight:bold; line-height:14px; display:inline-block; text-align:center; cursor:pointer; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; border:1px solid #151515; background:#a0a0a0; background:-moz-linear-gradient(center bottom,#ababab 0%,#939393 20%); background:-webkit-gradient(linear,left bottom,left top,color-stop(0, #ababab),color-stop(0.20, #939393)); padding:0 0 10px 0; -moz-box-shadow:0 1px 2px #222; -webkit-box-shadow:0 1px 2px #222; box-shadow:0 1px 2px #222; } a:hover.button { background:#ccc; } .button span { display:block; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; border:2px solid #fff; background:#f2f2f2; background:-moz-linear-gradient(center bottom,#ededed 0%,#fefefe 100%); background:-webkit-gradient(linear,left bottom,left top,color-stop(0, #ededed),color-stop(1, #fefefe)); padding:20px; } </style> </head> <body> <div class="htmlstuff-etc"> </div> </body> </html>
You need to login to post a comment.
