Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632111 Views

Latest files of /cody/seershan/basic-amazon-clone-front-end-project

amazonclone.css cody/seershan/basic-amazon-clone-front-end-project/amazonclone.css
119 Views
0 Comments
*{
margin: 0;
font-family: Arial, Helvetica, sans-serif;
border: border-box;
}

.navbar {
height: 60px;
README.md cody/seershan/basic-amazon-clone-front-end-project/README.md
186 Views
0 Comments
# Simple Amazon Clone

Welcome to my first practice project! This is a basic clone of Amazon created using HTML and CSS. It's a beginner-friendly attempt at web development, built with Visual Studio.

## Features

- Mimics the layout and design of Amazon's homepage.
- Uses HTML for structuring and CSS for styling.
amazonclone.html cody/seershan/basic-amazon-clone-front-end-project/amazonclone.html
279 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Amazon Clone</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<link rel="stylesheet" href="amazonclone.css">