[html]
<audio controls>
<source src="https://forumstatic.ru/files/001c/49/20/54930.mp3?v=1" type="audio/mpeg">
</audio>
<style>
.gradient-border
{
position: relative;
background-image: url('https://forumstatic.ru/files/001c/49/20/65139.gif'), url('https://forumstatic.ru/files/001c/49/20/92124.gif');
background-repeat: no-repeat, no-repeat;
background-color: black;
background-position: left center, left center;
background-size: cover, cover;
}
p{
animation-duration: 9s;
animation-name: slidein;
animation-iteration-count: infinite;
animation-direction: alternate;
animation-timing-function: steps(24, end);
}
p1{
animation-duration: 9s;
animation-name: slideout;
animation-iteration-count: infinite;
animation-direction: alternate;
animation-timing-function: steps(24, end);
}
.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 slideout {
from {
margin-left: 0%;
width: 100%;
}
to {
margin-left: 100%;
width: 300%;
}
}
@keyframes showhide {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
</style>
<div class="gradient-border">
<p>
<img class="myimg" src="https://upforme.ru/uploads/001b/2e/23/11/953259.gif">
</p>
<p1>
<img class="myimg" src="https://upforme.ru/uploads/001b/2e/23/11/953259.gif">
</p1>
</div>
[/html]
- Подпись автора
"Не противься злому" ( Матф., 5:39.)
-------------------------------------------------------------
[html]<audio controls><source src="https://forumstatic.ru/files/001c/49/20/47372.mp3?v=1" </audio>[/html]