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`.