Diferencia entre revisiones de «AeroWiki»
imported>Ivan Sin resumen de edición |
imported>Ivan Sin resumen de edición |
||
Línea 30: | Línea 30: | ||
} | } | ||
.avion: | .avion:active{ | ||
position: relative; | |||
animation-name: movimieto; | |||
animation-duration: 10s; | |||
} | |||
@keyframes movimieto { | |||
0% {left:0px; top:0px;} | |||
100% {left:800px; top:-600px;} | |||
} | } | ||
Línea 71: | Línea 78: | ||
</div> | </div> | ||
<div class="avion"> | |||
<img decoding="async" src="https://i0.wp.com/aeroespacial.da.upm.es/wp-content/uploads/2024/01/httpsaeroespacial.da_.upm_.es_.png?resize=500%2C183&ssl=1" width="250" height="92" alt="" loading="lazy" data-recalc-dims="1"> | <img decoding="async" src="https://i0.wp.com/aeroespacial.da.upm.es/wp-content/uploads/2024/01/httpsaeroespacial.da_.upm_.es_.png?resize=500%2C183&ssl=1" width="250" height="92" alt="" loading="lazy" data-recalc-dims="1"> | ||
<div style="background-color=red;"></div> | |||
</div> | </div> | ||
</html> | </html> |