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:
@ -15,6 +15,9 @@ Here's an example of changing the width of an image on hover:
|
|||||||
|
|
||||||
```html
|
```html
|
||||||
<style>
|
<style>
|
||||||
|
img {
|
||||||
|
width: 30px;
|
||||||
|
}
|
||||||
img:hover {
|
img:hover {
|
||||||
animation-name: width;
|
animation-name: width;
|
||||||
animation-duration: 500ms;
|
animation-duration: 500ms;
|
||||||
|
Reference in New Issue
Block a user