/chessboard

exercise for students to practice the nth-child selector

Primary LanguageHTML

Create a chessboard

Exercise to practice the nth-child selector

Challenge

  • Create a chessboard as in the picture below
  • Use the wood.jpg image for the chessboard background
  • For the chess pattern use as few lines of css as possible

Hint

  • You could work with a table in order to create the chessboard

Bonus

  • Add chess pieces (you could use fontawsome icons)

mock