Extra Credit – Coding from Life: CSS Still Life

Coding from Life: CSS Still Life by Ben at CCA via Mindy Seu
- Download this starter kit.
- To get started with CSS styling, we will learn to draw and position basic shapes with code. Before we meet again next class, we will make a still life drawing using only HTML and CSS.
- set up a basic "still life" at home consisting of 3-5 objects – you can choose what to include and how complex they are
- draw your elements via CSS by targetting html
<div>tags using theidattribute - move them around the
<div id="stage">element usingposition: absolute; - give them
height,widthand abackground-color(as well as other visual adjustments)
- Make sure to link your “Exercise: Coding from Life” page from your class website homepage by Monday May 11.
Note: Take a photo of the still life for future reference, and to share on KakoaTalk later when you finish your still life.

Resources
- Shapes of CSS
- CSS User Interface
- CSS Psuedo-elements
- CSS box-shadow
- CSS Filters
- Clippy CSS
- CSS Clip Path
- Devdocs: CSS
- Devdocs: HTML
- Keyframe Animation Syntax
- Using CSS transitions
- Transition
- Easing Functions
- Ceaser - CSS Animation Tool
