chore(i18n,curriculum): processed translations (#43546)
This commit is contained in:
@ -15,6 +15,9 @@ Aquí hay un ejemplo de como cambiar el ancho de una imagen al pasar sobre ella:
|
||||
|
||||
```html
|
||||
<style>
|
||||
img {
|
||||
width: 30px;
|
||||
}
|
||||
img:hover {
|
||||
animation-name: width;
|
||||
animation-duration: 500ms;
|
||||
|
Reference in New Issue
Block a user