summaryrefslogtreecommitdiff
path: root/legacy/works/negative-text-indent.html
diff options
context:
space:
mode:
Diffstat (limited to 'legacy/works/negative-text-indent.html')
-rw-r--r--legacy/works/negative-text-indent.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/legacy/works/negative-text-indent.html b/legacy/works/negative-text-indent.html
new file mode 100644
index 0000000..ed12f8e
--- /dev/null
+++ b/legacy/works/negative-text-indent.html
@@ -0,0 +1,15 @@
+<html>
+<head>
+<title>Negative Text Indent</title>
+<style>
+h3 { width: 290px; height: 35px; padding: 0; text-indent: -10000px; }
+#preamble h3 { background: url(../images/preamble.png) no-repeat center left; }
+</style>
+</head>
+
+<body>
+<div id="preamble">
+<h3><span>The Road to Enlightenment</span></h3>
+</div>
+</body>
+</html> \ No newline at end of file