Skip to content

techbootcamp/CSS_TechChallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TechBootcamp: CSS TechChallenge

The CSS Tech Challenge for TechBootcamp

Your mission is to create a responsive chessboard!

Demo

Goals:

  1. Create the chess board grid and style the squares
  2. The chessboard should be responsive
  3. Change something about the chessboard when it's portrait
  4. Animate one, or many, chess pieces moves in CSS.

What I've created for you:

  1. Centered blank board (.grid)
  2. 64 div elements for the squares (.cell)
  3. 32 div elements for for each of the pieces (.piece) with added classes for color (.color) and type (.type)

Tip: Use DOM Inspector to get a better sense of the the document structure that I created for you.

Stuff to look into

  • grid property
  • background property
  • transform property
  • transition property

About

The CSS tech challenge for TechBootcamp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages