From e0d4fb11157f6f6cc79f6750e7a5247e0c955582 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 27 Nov 2022 22:23:26 +0100 Subject: Version 1.0: added web design --- html/whiteboard.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'html/whiteboard.css') diff --git a/html/whiteboard.css b/html/whiteboard.css index 2f68794..5f804c1 100644 --- a/html/whiteboard.css +++ b/html/whiteboard.css @@ -20,6 +20,18 @@ div.status { color: #FF0000; } +textarea { + /* + height: 30vh; + padding: 1em; + font-size: 1.5em; + text-align: left; + border: 1px solid #000; + */ + box-sizing: border-box; + resize: none; +} + .mobile { width: 300px; border-width: 80px 15px 80px 15px; -- cgit v1.2.3