Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

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

README.md /cody/seershan/basic-amazon-clone-front-end-project/README.md
258 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
amazonclone.css /cody/seershan/basic-amazon-clone-front-end-project/amazonclone.css
151 Views
0 Comments
*{
margin: 0;
font-family: Arial, Helvetica, sans-serif;
border: border-box;
}

.navbar {
height: 60px;
amazonclone.html /cody/seershan/basic-amazon-clone-front-end-project/amazonclone.html
365 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia