Bullets carrés CSS

// make the list-style-type a square, code example below
ul {
  list-style-type: square;
}
Sparkling Snake