Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicolaswg/google-homepage
https://github.com/nicolaswg/google-homepage
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nicolaswg/google-homepage
- Owner: Nicolaswg
- Created: 2021-03-05T20:05:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-05T23:13:45.000Z (almost 4 years ago)
- Last Synced: 2024-10-24T17:11:44.018Z (3 months ago)
- Language: CSS
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Google-Home Page
Add index.html to the final of the site URL
https://nicolaswg.github.io/google-homepage/index.htmlIn 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:
1. Two ways to move a div around on the page
2. Stick a div onto the bottom or top of the page
3. Identify the background color of an existing web page
4. Grab the URL for an image from an existing web page
5. Center an element horizontally
6. Identify three ways you can include your CSS styles in a page
7. Understand how to use classes and ids to target CSS at specific elements on the page
8. Build a very basic form (even if it doesn’t “go” anywhere)