In this assignment, you will end up with a simple styled web page, published on the web.
Create a new website that shows some basic styling and formatting using HTML and CSS. This website should help share some information for one of your favorite hobbies.
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
[ ] Follow all of the setup instructions (See "Assignment Setup").
[ ] Create a new app-app project.
[ ] 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 animate all elements on your page to some extent
Expanding Your World
In this assignment, you will end up with a simple styled web page, published on the web.
Create a new website that shows some basic styling and formatting using HTML and CSS. This website should help share some information for one of your favorite hobbies.
Objectives
Requirements
git
,hub
, andnode
installed. We should have done this together in class.Explorer Mode
app-app
project.Adventure Mode
Epic Mode
Additional Resources
CSS
HTML
Reading Material
To prep for tomorrow's lesson, you can read about flexbox.