From 26d1d34b54995808c12ac8a29d88cd27089ee407 Mon Sep 17 00:00:00 2001 From: Shobhit Sachan <31156049+sachans@users.noreply.github.com> Date: Wed, 7 Mar 2018 02:18:12 +0530 Subject: [PATCH] Create hover-shadow-out-animation --- snippets/hover-shadow-out-animation | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 snippets/hover-shadow-out-animation diff --git a/snippets/hover-shadow-out-animation b/snippets/hover-shadow-out-animation new file mode 100644 index 000000000..77f62c695 --- /dev/null +++ b/snippets/hover-shadow-out-animation @@ -0,0 +1,10 @@ +### Hover Shadow Out Animation + + +Creates a shadow box around the text whern it is hovered. + +#### HTML + +```html +< h4 class = "hover-shadow-out-animation"> Box it! +```