From 45b8b774dacb33690306caf6b127cd88f30bb904 Mon Sep 17 00:00:00 2001 From: atomiks Date: Wed, 28 Feb 2018 21:22:17 +1000 Subject: [PATCH] Add missing text --- snippets/hover-underline-animation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/hover-underline-animation.md b/snippets/hover-underline-animation.md index 5fd2a1e12..5b1f6fda6 100644 --- a/snippets/hover-underline-animation.md +++ b/snippets/hover-underline-animation.md @@ -5,7 +5,7 @@ Creates an animated underline effect when the text is hovered over. #### HTML ```html -

+

Hover this text to see the effect!

``` #### CSS