Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 955 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 955 Bytes

'Project: HTML/CSS'

From The Odin Project's [curriculum (http://www.theodinproject.com/courses/web-development-101/lessons/html-css)

Status of Project: Completed

Goal: Re-create the Google homepage (Link to cached page of the Google homepage given as a referenced: https://web.archive.org/web/20191130234759/https://www.google.com/) using HTML and CSS. The aim is to make it look like google.com and not worry about the functionality.

What I learned from this project:

  • Basic HTML and CSS
  • How to center elements horizontally on a page
  • Building a basic navigation bar using lists and css styling
  • How to incorporate images into an HTML page
  • How to create simple buttons in HTML

Note: My re-created Google homepage is missing the icons within the search bar and the 'apps' icon in the top navigation bar.