CSS is awesome mug

Class Thursday, December 15, 2016

 Today’s Goals:

  • Review CSS
  • Start planning your first webpage project

 Today’s Featured Site:

 CSS review game

First: let’s reflect on what we’ve learned with CSS

Do this in pairs at your table and then we’ll review together as a class:

  • Step 1copy this code into Notepad++ and start a new page (cssflashcards.html)
  • Step 2– launch page in browser and begin playing!
  • Important: “cards” don’t stay in place after you refresh page and you won’t know if you’re right until we review it; you’re not prevented from dragging the wrong answer.
  • JavaScript and HTML5 make the drag and drop function possible. The cards are from http://codecards.io/

 Planning your first webpage