From 6feeab1f346e2656e08338a3c5794cf0d47ed72b Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Sat, 12 Jan 2019 12:56:51 +0200 Subject: [PATCH] Fix hover shadow box --force-build --- snippets/hover-shadow-box-animation.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/snippets/hover-shadow-box-animation.md b/snippets/hover-shadow-box-animation.md index 29463fb8d..15c1b0b38 100644 --- a/snippets/hover-shadow-box-animation.md +++ b/snippets/hover-shadow-box-animation.md @@ -30,28 +30,6 @@ Creates a shadow box around the text whern it is hovered. #### Demo -
-

Box it! -

-
- - - #### Explanation 1. `display: inline-block` to set width and length for `p` element thus making it an `inline-block`.