[html]
<audio controls>
<source src="https://forumstatic.ru/files/001c/49/20/91223.mp3" type="audio/mpeg">
</audio>
<style>
p{
animation-duration: 9s;
animation-name: slidein;
animation-iteration-count: infinite;
animation-direction: alternate;
}
.myimg
{
animation-duration: 9s;
animation-name: showhide;
animation-iteration-count: infinite;
animation-direction: alternate;
}
@keyframes slidein {
from {
margin-left: 100%;
width: 300%;
}
to {
margin-left: 0%;
width: 100%;
}
}
@keyframes showhide {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
</style>
<p>
<img class="myimg" src="https://upforme.ru/uploads/001b/2e/23/11/353697.jpg">
</p>
[/html]
- Подпись автора
"Не противься злому" ( Матф., 5:39.)
-------------------------------------------------------------