From d8925def7fa6a359e11e612527d12a0280f44d84 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 7 Mar 2021 22:04:42 +0100 Subject: Add simple cover which lets users create new links --- picarones-elm/document.css | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) (limited to 'picarones-elm/document.css') diff --git a/picarones-elm/document.css b/picarones-elm/document.css index e4379b6..7ec32ce 100644 --- a/picarones-elm/document.css +++ b/picarones-elm/document.css @@ -70,9 +70,31 @@ button.pressed { color: #eee; } +.input-form { + max-width: 44em; + margin: auto; +} +.grid { + display: grid; + grid-column-gap: 2em; + grid-template-columns: 40% 60%; + text-align: left; + margin-top: 3em; +} +.gridentry { + display: inline-grid; + align-content: center; + text-align: right; +} +a { + color: #fb0; +} - - +.remark { + text-align: justify; + margin-top: 3em; + color: #bbb; +} -- cgit v1.2.3