From: Armaan Bhojwani Date: Sun, 14 Feb 2021 16:45:30 +0000 (-0500) Subject: Add drop shadow under images X-Git-Url: https://git.armaanb.net/?p=lightcards-http.git;a=commitdiff_plain;h=512f0c5563c3642231ecaae9f230ec540c76b97d Add drop shadow under images --- 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 {