From e27cd32fb16f9497622b931d4b5c898470a0cba6 Mon Sep 17 00:00:00 2001 From: Stavros Polymenis Date: Sun, 2 Oct 2016 12:19:22 +0100 Subject: [PATCH] further essential improvements to CSS --- style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 75e6c47..8cbbc06 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,6 @@ -body { max-width: 90ch; margin: auto } - -label > span { width: 15ch; display:block; float:left; text-align:right; padding:1ch } \ No newline at end of file +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 } \ No newline at end of file