Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 413 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 413 Bytes

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