From d2fab210ca437643e420b9924650f1551e497f8b Mon Sep 17 00:00:00 2001 From: the lemons Date: Sun, 6 Feb 2022 23:24:17 -0600 Subject: implement displaying images --- static/amethyst.css | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to 'static') diff --git a/static/amethyst.css b/static/amethyst.css index 904a2bc..cba224f 100644 --- a/static/amethyst.css +++ b/static/amethyst.css @@ -65,13 +65,13 @@ footer { font-style: italic; } -#about-links { +.links { display: flex; justify-content: flex-end; flex-wrap: wrap; } -#about-links > p { +.links > p { margin-left: 20px; white-space: nowrap; } @@ -123,6 +123,12 @@ button, input[type="submit"] { min-width: 100px; } +input[type="file"] { + font-size: inherit; + font-style: italic; + cursor: pointer; +} + button:active, input[type="submit"]:active { background-color: lightblue; } @@ -248,7 +254,6 @@ grge { font-size: smaller; } - .important { color: cyan !important; } @@ -258,6 +263,20 @@ grge { box-sizing: border-box; } +#draw-this { + font-size: small; +} + +#img-form { + display: flex; + align-items: center; + flex-wrap: wrap; +} + +.illustration { + border-radius: 20px; +} + pre { background-color: white; padding: 10px; -- cgit v1.2.3