printf 'Content-Type: text/html; charset=utf-8\r\n\r\n'
{ printf '
[html [head
+ [title Confetti]
[meta name="viewport" content="width=device-width"]
[link rel="stylesheet" type="text/css" href="/style.css"]
'
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
+ padding: 0; margin: 0;
+ font-size: initial;
+ line-height: 1.25em;
z-index: 0;
}
+
+input, textarea, select, select * {
+ font-size: .875em;
+ padding: .125em .125em;
+}
+input, select {
+ height: 1.5em;
+ vertical-align: bottom;
+}
+button { padding: 0 .5em; }
+
body {
background: #EEE;
margin: 0;