From 3207ea04e7ec3c4abb3af96b311755c1d770ca87 Mon Sep 17 00:00:00 2001 From: James Geer <49303900+jamesgeer@users.noreply.github.com> Date: Wed, 22 Sep 2021 15:22:11 +0100 Subject: [PATCH] fix(curriculum): Css fix for issue #43517: Example css code does not demonstrate hover animation (#43524) * fix question example code for id: 587d78a7367417b2b2512ae0 * Revert "fix question example code for id: 587d78a7367417b2b2512ae0" This reverts commit c99edf8609ee553154303bdb09831f4ef681ad62. * modifying only the english version of button hover example * change to keep css looking consistent --- .../use-css-animation-to-change-the-hover-state-of-a-button.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/use-css-animation-to-change-the-hover-state-of-a-button.md b/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/use-css-animation-to-change-the-hover-state-of-a-button.md index 73d10af003..f26d2585dd 100644 --- a/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/use-css-animation-to-change-the-hover-state-of-a-button.md +++ b/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/use-css-animation-to-change-the-hover-state-of-a-button.md @@ -15,6 +15,9 @@ Here's an example of changing the width of an image on hover: ```html