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

* modifying only the english version of button hover example

* change to keep css looking consistent
This commit is contained in:
James Geer
2021-09-22 15:22:11 +01:00
committed by GitHub
parent 492ddcf6bd
commit 3207ea04e7

View File

@ -15,6 +15,9 @@ Here's an example of changing the width of an image on hover:
```html
<style>
img {
width: 30px;
}
img:hover {
animation-name: width;
animation-duration: 500ms;