Google-Home Page Add index.html to the final of the site URL https://nicolaswg.github.io/google-homepage/index.html
In this project, we are going to see a basic Html and CSS code trying to copy how the google main page looks like. The skills that we are using for developing this project are:
- 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 web page
- Grab the URL for an image from an existing web page
- Center an element horizontally
- Identify three ways you can include your 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)