Intro to CSS - Activity
Head to this JSBin link and follow the instructions below:
GOALS:
- Create a body element and add the following CSS
- font-family of Arial, Helvetica, sans-serif.
- background-color of white.
- font color of #2e2e37.
- Create div element(s) and add the following CSS
- background-color of #3bb3c7.
- add a font color of white.
- Create element(s) with a footnote class and add the following CSS
- font color of #5f6070.
- add a font-size of 11px.