A simple and clean recreation of Google's homepage built using HTML and CSS.
This project focuses on practicing frontend layout structure, styling, alignment, and responsive design fundamentals without relying on JavaScript or frameworks.
clonGoogle/
├── index.html # Main HTML structure of the page
├── styles.css # Styling for layout, typography, and components
└── assets/ # Images: google.webp, foto_azul.png, logo.png
📎 Deployment:
https://clon-google-omega.vercel.app/
The HTML file includes:
- Head: Metadata, page title, favicon, stylesheet link.
- Header: Navigation bar with links (Gmail, Images) and user avatar.
- Main Section:
- Google logo
- Search bar with SVG icons
- Buttons for search actions
- Footer:
- Location (Mexico)
- Links such as About, Advertising, Business, Privacy, Terms, etc.
Defines the full layout and design:
- Navigation bar styling
- Logo placement and sizing
- Search bar design (rounded edges, hover effects, icons)
- Button styling (hover/active states)
- Footer layout and typography
The goal is to replicate the clean, minimalist look of Google's homepage.
- Clone or download the repository:
git clone https://github.com/AzulRK22/clonGoogle.git
- Open the
index.htmlfile in any browser. No additional setup required.
- HTML5 – Structure and semantics
- CSS3 – Layout, spacing, colors, responsiveness
- Images & SVGs – Google logo, user profile, search icons
- Fork the repo
- Create a branch
git checkout -b feature/new-feature
- Commit your changes
- Push your branch
- Open a Pull Request
Created by Azul
Contact: azularamk@gmail.com
Portfolio: https://www.azulrk.com
Licensed under the MIT License.