Skip to content

Instantly share code, notes, and snippets.

@ecin
Created December 17, 2010 15:53
Show Gist options
  • Save ecin/745152 to your computer and use it in GitHub Desktop.
Save ecin/745152 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>My First Webpage</title>
<style>
h1.insetType {
font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
font-size: 50px;
color: #0D4383;
text-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.3) 0 -1px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) -1px -2px;
}
</style>
</head>
<body>
<div id="insetBgd">
<h1 class="insetType">Hello you</h1>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment