From c6eb85c138c267db08103de28a3a7c6dffee6c4f Mon Sep 17 00:00:00 2001 From: Joel Kronqvist Date: Wed, 21 Jun 2023 14:18:27 +0300 Subject: Rescued WIP Shift, class and exception updation --- Cont/index.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Cont/index.css') diff --git a/Cont/index.css b/Cont/index.css index 8df7295..102dac8 100644 --- a/Cont/index.css +++ b/Cont/index.css @@ -61,12 +61,16 @@ body { #input[type="text"], select { background-color: white; } +textarea { + width: 80%; +} /*** the send-button ***/ #send { background: blue; padding: .5em; margin: .5em; + margin-bottom: 0; font-weight: bold; position: relative; @@ -80,6 +84,11 @@ body { box-shadow: .25em .25em; } +#updationlink { + color: #aaaaaa; + font-size: .8rem; +} + /*** Footer ***/ footer { position: fixed; -- cgit v1.2.3