From 512f0c5563c3642231ecaae9f230ec540c76b97d Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Sun, 14 Feb 2021 11:45:30 -0500 Subject: [PATCH] Add drop shadow under images --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index eefef34..0d3d137 100644 --- a/index.html +++ b/index.html @@ -28,6 +28,8 @@ h2 { img { width: 100%; + filter: drop-shadow(0 0 0.5em); + margin: 0.5em 0; } a { -- 2.39.2