Un cœur !

https://css-tricks.com/hearts-in-html-and-css/

Animation : article

https://zellwk.com/blog/css-animations/

font-family: monospace : En action

Pour avoir un taille de caractère identique ajouter au CSS la règle suivante :

div {
  font-family: monospace;
}