diff options
author | Roland Reichwein <mail@reichwein.it> | 2022-11-27 22:23:26 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2022-11-27 22:23:26 +0100 |
commit | e0d4fb11157f6f6cc79f6750e7a5247e0c955582 (patch) | |
tree | 0d61064d044cbdde942c00fb3307f6454f8d6a8d /html/whiteboard.css | |
parent | 6a72251a10019bd42d10bb70ab26916826ac4527 (diff) |
Version 1.0: added web designv1.0
Diffstat (limited to 'html/whiteboard.css')
-rw-r--r-- | html/whiteboard.css | 12 |
1 files changed, 12 insertions, 0 deletions
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; |