Créer un compte
Connexion

[Tutoriel]Faire clignoter un texte en (X)html / CSS


[Tutoriel]Faire clignoter un texte en (X)html / CSS [Tutoriel]Faire clignoter un texte en (X)html / CSS Le 29/07/2013 à 05:25:02
Note: 4/5
Mots clés: faire clignoter un mot en css texte clignotant clignoter xhtml html css blink effet texte decoration

Bonjour dans ce tutoriel je vais vous montrer comment faire un texte clignotant en utilisant le (X)html et le CSS.
Bon il existe une propriété CSS toute bête, text-decoration il faut lui donner comme valeur blink.
Exemple:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Faire clignoter un texte en (X)html / CSS</title>
</head>
<body>
<span style="text-decoration:blink;">Vive le Support du web!</span>
</body>
</html>
Tester

C'est tout!

Scripts et Tutoriels similaires

Faire un calendrier en javascript  avec un effet de transparence Faire un calendrier en javascript avec un effet de transparence [Tutoriel]Faire un texte enflammé sous photoshop [Tutoriel]Faire un texte enflammé sous photoshop [Tutoriel]Faire un texte en métal sous photoshop [Tutoriel]Faire un texte en métal sous photoshop Faire des onglet en (X)html/CSS Faire des onglet en (X)html/CSS Faire un input file stylé en Css (X)html et Javascript Faire un input file stylé en Css (X)html et Javascript