Font span
Résolu
Utilisateur anonyme
-
Utilisateur anonyme -
Utilisateur anonyme -
Bonjour,
J'aimerais mettre un couleur de fond à mon span, pouvez vous m'aider?
Merci d'avance
QuentinB
J'aimerais mettre un couleur de fond à mon span, pouvez vous m'aider?
Merci d'avance
QuentinB
<!DOCTYPE html> <head> <title>AnaGames Print</title> <meta charset="UTF-8"/> <link rel="stylesheet" href="" type="text/css"/> </head> <body> <a href="b.html" rel="nofollow noopener noreferrer" target="_blank"> <img src=".jpg"></img> </a> <div id= "d1" style="background: gray; font-size: 90px;"> <p style="font-family: Courier New;">  AnaGames Print</p> </div> <span style="background-color: blue;"> <p>Clique sur cette icône</p> </div> </span> </html>