CSS ile Yanıp Sönme Efekti

<style>
.yanipsonenyazi {
animation: blinker 0.9s linear infinite; //efekti veren kod
}

@keyframes blinker {
50% { opacity: 0; }
}
</style>

<div class="yanipsonenyazi" style="background-color: red; color: white; padding: 10px; font-size: 15px; font-family: tahoma;">Yanıp Sönen Yazı</div>

Yorumlar

Bu blogdaki popüler yayınlar

ForeverAutoHits manuel surf hediye kodu

NoFollow Backlink ve DoFollow Backlink Listesi

php ile herhangi bir siteden title ve description bilgisini alma