Technical tips for various products and programming languages
.alerts-border { animation: blink 1s; animation-iteration-count: 10;}
.alerts-border {
animation: blink 1s;
animation-iteration-count: 10;
}
@keyframes blink { 50% { background-color: red; } }
<div class="alerts-border" style="height:40px;width:40px"> </div>
Geen opmerkingen:
Een reactie posten