cody - HTMLify profile

cody
4270 Files
632111 Views
Latest files of /cody/seershan/basic-amazon-clone-front-end-project
*{
margin: 0;
font-family: Arial, Helvetica, sans-serif;
border: border-box;
}
.navbar {
height: 60px;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
border: border-box;
}
.navbar {
height: 60px;
# 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.
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.
<!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">
<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">