Skip to content

Instantly share code, notes, and snippets.

@jfahrenkrug
Created January 26, 2011 18:17
Show Gist options
  • Save jfahrenkrug/797152 to your computer and use it in GitHub Desktop.
Save jfahrenkrug/797152 to your computer and use it in GitHub Desktop.
test.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Das style-Element</title>
<style type="text/css">
p { position: absolute; top: 0; left:0; padding:0px; margin: 0px; color:red; font-family:Helvetica,sans-serif; }
body { margin: 0px; padding: 0px;}
</style>
</head>
<body>
<p>Hello, World!</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment