In this assignment you will end up with a simple styled web page, published on the web.
Objectives
Practice using your tools text editor
Explore new CSS properties
Publish a web page
Requirements
Have git, hub, and node installed. We should have done this together in class.
Explorer Mode
[x] Follow all of the setup instructions (See "Assignment Setup").
[x] Using CSS, style your page to imitate some of the classic designs of the web. Feel free to make this look as "bad" as you want. Here are some sites to gain inspiration:
[ ] Make a footer that always sticks to the bottom of the page
Epic Mode
[ ] Explore CSS animations and add some life to your static page. Feel free to really dig into these and try to animated all elements on your page to some extent
In this assignment you will end up with a simple styled web page, published on the web.
Objectives
Requirements
git
,hub
, andnode
installed. We should have done this together in class.Explorer Mode
Adventure Mode
Epic Mode
Additional Resources
CSS
HTML
Reading Material
To prep for tomorrow's lesson, you can read about flexbox.