Skip to content

Instantly share code, notes, and snippets.

@bitwiser
Created February 22, 2014 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bitwiser/9160077 to your computer and use it in GitHub Desktop.
Save bitwiser/9160077 to your computer and use it in GitHub Desktop.
<!doctype html>
<!DOCTYPE html>
<html>
<head>
<title>HTML CSS3</title>
<style type="text/css">
h2{
font-size: 4em;
margin: 1em;
padding: 0;
}
.th75{
text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
}
</style>
</head>
<body>
<h2>Celebrating our <span class="th75">75<sup>th</sup></span> Year</h2>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment