illyse.css 250 B

12345678910111213141516171819202122232425
  1. /* Structure */
  2. h1 {
  3. /*border: 2px solid red;*/
  4. }
  5. /* Contenus */
  6. h1:before {
  7. content: "\\_o< – ";
  8. font-family: monospace;
  9. }
  10. h1:hover:before {
  11. content: "\\_x< – ";
  12. }
  13. /* Couleurs */
  14. h1 {
  15. color: #0086A9;
  16. }
  17. h1:before {
  18. color: #FF6600;
  19. }