https://github.com/prathmesh-ka-github/google-search-page
A static webpage clone of google main search page.
https://github.com/prathmesh-ka-github/google-search-page
Last synced: 2 months ago
JSON representation
A static webpage clone of google main search page.
- Host: GitHub
- URL: https://github.com/prathmesh-ka-github/google-search-page
- Owner: prathmesh-ka-github
- Created: 2022-09-27T18:13:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T13:35:56.000Z (about 3 years ago)
- Last Synced: 2025-01-14T06:32:58.002Z (about 1 year ago)
- Language: HTML
- Size: 13.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google search page clone
link - https://zesty-selkie-57f79f.netlify.app/
This is a clone of the Google search page. It is mostly static and dosent have a working backend at the moment.
A small mini project to test my skills in html and css.
A project that I worked on during my HTML, CSS, JS course so that I can practice my theoretical skills I learned in this course hands on with some practical implementation so that I can learn from my mistakes and get a good understanding of my practical skills.
This project gave me a good understanding of
- How flexbox works?
- How different component's style attributes works?
- How to use classes and ids properly for full optimization of CSS?
- Basic CSS attributes.