summaryrefslogtreecommitdiff
path: root/legacy/works/button-width.html
diff options
context:
space:
mode:
Diffstat (limited to 'legacy/works/button-width.html')
-rw-r--r--legacy/works/button-width.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/legacy/works/button-width.html b/legacy/works/button-width.html
new file mode 100644
index 0000000..fd517da
--- /dev/null
+++ b/legacy/works/button-width.html
@@ -0,0 +1,18 @@
+<html>
+<head>
+<title>Button Width</title>
+</head>
+<body style="background-color: #00f; color: #fff;">
+
+<p style="background-color: #008; padding: 4px;">The following buttons should have the same widths. The second button has <code>margin: 10px</code>, while the first has no margin set.</p>
+
+<form method="get" action="http://www.smoothartist.com/netsurf/test/">
+
+<input type="submit" value="Go!" style="padding: 2px;">
+
+<input type="submit" value="Go!" style="padding: 2px; margin: 10px;">
+
+</form>
+
+</body>
+</html> \ No newline at end of file