diff --git a/static/style.css b/static/style.css index edc4ed6..b05b885 100644 --- a/static/style.css +++ b/static/style.css @@ -57,3 +57,9 @@ main { max-width: 800px; padding: 32px 24px; } + +image { + border-color: black; + border-width: 2px; + border-style: groove; +} \ No newline at end of file