This is a project from TOP in which I'll recreate the google homepage in a basic version, using HTML and CSS. When I finish it I'll have demonstrated that I know:
- Two ways to move a div around on the page.
- Stick a div onto the bottom or top of the page.
- Identify the background color of an existing webpage.
- Grab the URL for an image from an existing webpage.
- Center an element horizontally.
- Identify three ways I can include my CSS styles in a page.
- Understand how to use classes and ids to target CSS at specific elements on the page.
- Build a very basic form (even if it doesn't "go" anywhere).