6 lines
357 B
CSS
6 lines
357 B
CSS
body { max-width: 100ch; margin: auto; font: "handwriting", sans-serif; }
|
|
p { max-width: 90ch; }
|
|
fieldset { padding: 0; border: none; }
|
|
label > span { width: 15ch; display:block; float:left; text-align:right; padding:1ch }
|
|
label > input { border: none; border-bottom: 1px solid; width: 40ch; }
|
|
label > textarea { width: 80ch; height: 30ch; font-size: .9em } |