Blink gradiente o lampeggiamento graduato




<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento senza titolo</title>
<style type="text/css">
.blink_text {
animation:1s blinker linear infinite;
color: #00f;
font-size:18px;
font-weight:bold;
}
.blink_text a {color:#f00;}
@keyframes blinker {
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}
</style>
</head>

<body ><div class="blink_text" >Iscriviti alla Pagina Facebook di <span><a href="https://www.facebook.com/ideepercomputeredinternet/" target="_blank">IpCeI</a></span></div>


</body>
</html>










( blinkgradienteolampeggiamentograduato.html )- by Paolo Puglisi - Modifica del 2/5/2024