/* Structure */ h1 { /*border: 2px solid red;*/ } /* Contenus */ h1:before { content: "\\_o< – "; font-family: monospace; } h1:hover:before { content: "\\_x< – "; } /* Couleurs */ h1 { color: #0086A9; } h1:before { color: #FF6600; }