]> git.armaanb.net Git - lightcards-http.git/commitdiff
Add drop shadow under images
authorArmaan Bhojwani <me@armaanb.net>
Sun, 14 Feb 2021 16:45:30 +0000 (11:45 -0500)
committerArmaan Bhojwani <me@armaanb.net>
Sun, 14 Feb 2021 16:45:30 +0000 (11:45 -0500)
index.html

index eefef34cc5184cfe3e62733e15c6cc6106614e44..0d3d13774905a5510f3ff5e37da6fa2014b910c7 100644 (file)
@@ -28,6 +28,8 @@ h2 {
 
 img {
   width: 100%;
+  filter: drop-shadow(0 0 0.5em);
+  margin: 0.5em 0;
 }
 
 a {