diff --git a/content/style.css b/content/style.css index e1ddf4c..61f0513 100644 --- a/content/style.css +++ b/content/style.css @@ -75,6 +75,12 @@ div.round-border { border-radius: 16px; } +div.image_container { + border: 1px solid; + padding: 0.01em 16px; + background-color: #F0F0F0; +} + body { background-color: #FEFFEF; color: #000000;