chore(i18n,curriculum): processed translations (#43546)

This commit is contained in:
camperbot
2021-09-23 08:38:58 -07:00
committed by GitHub
parent aa3c6987e3
commit fd544c02a5
22 changed files with 128 additions and 113 deletions

View File

@ -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;