diff --git a/index.php b/index.php index 1ce87f5..6c2eed6 100755 --- a/index.php +++ b/index.php @@ -11,10 +11,19 @@ } h1 { font-size: 2rem; - border-bottom: 0.2rem solid lightgray; + border-bottom: 0.1em solid lightgray; display: inline-block; } + footer { + display: inline-block; + border-top: 0.2em solid lightgray; + } + footer, + footer * { + font-size: 0.75rem; + } + table#result { border-collapse: collapse; } @@ -82,7 +91,6 @@ } :required:invalid, :focus:invalid { - /* insert your own styles for invalid form input */ background-color: #ffeeee; } @@ -106,7 +114,10 @@
-