summaryrefslogtreecommitdiff
path: root/legacy/works/inline-block.html
diff options
context:
space:
mode:
Diffstat (limited to 'legacy/works/inline-block.html')
-rw-r--r--legacy/works/inline-block.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/legacy/works/inline-block.html b/legacy/works/inline-block.html
new file mode 100644
index 0000000..613bae3
--- /dev/null
+++ b/legacy/works/inline-block.html
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+ "http://www.w3.org/TR/html4/strict.dtd">
+<html style="margin:0;padding:0;">
+<body style="margin:0;padding:0;">
+
+<div style="background:#faa;">
+<span style="display:inline-block;margin:100px;background:#aff;">Moose</span>
+</div>
+<p>Test</p>
+
+</body>
+</html> \ No newline at end of file