From 4a789412973d5dfd4bdc9556e0650b43c80ab274 Mon Sep 17 00:00:00 2001 From: Kevin Miller <100856999+kevinmilleryo@users.noreply.github.com> Date: Mon, 19 Sep 2022 14:14:13 -0400 Subject: [PATCH] added supported file types --- index.html | 1 + style.css | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/index.html b/index.html index 36137db..bb6e0c5 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,7 @@

Preview in bad lighting

Drop or paste here

+
Filetypes supported: jpg, jpeg,
png and gif

diff --git a/style.css b/style.css index e4ac62c..0967e4c 100644 --- a/style.css +++ b/style.css @@ -116,6 +116,12 @@ html { color: #2e2e2e; } +.drop_box h6 { + font-size: 12px; + font-weight: 400; + color: #2e2e2e; +} + .drop_box p { margin-top: 10px; margin-bottom: 20px;