Creating a Responsive Amazone Clone Website

Hello friend, I hope you are doing great. Today you will learn how to create an Responsive Amazone Clone Website using HTML CSS The interesting thing about this website is that when the user open any screen , it automatically changes to the every Screen layout. And when you open it on any device, it automatically adjusts.

link text

Output


output-mst

Other

HTML
<!DOCTYPE html>
  <html lang="en">
    <head>
      <meta charset="UTF-8">
        <meta name="viewport" content ="width=device-width, initial-scale=1.0">
        <title> Amezone Clone </title>
    </head>
  <body>
       <header >
       <nav class="navebar">
         <div class="nav-lgo">
         <a href="#"><img src="img/a.jpg"></a>
       </div>
         <div class="address">
         <a href="#">Deliver></a>
        <div class="mp-icon">
         <span class="material-outline">Location On></span>
         <a href="#">India></a>
       </div>
     </div>
         <div class="address">
         <a href="#">
         <span class="material-outline">Shoping Cart></span>
       </a>
       </div>
     </nav>
   </header>
   </body>
  </html>
CSS
/*Style the box items */
   * {
   padding: 0 ;
   margin: 0 ;
   box-sizing: border-box ;
   font-family: sans-serif ;
    }
   header {
   backgroun-color: #0f1111 ;
   width: 100% ;
    }
   .navbar {
   display :flex ;
   margin :0px  auto ;
   align-items :center ;
   height :70px ;
   cursor :pointer ;
   color :#fff ;
   justify-content :space-between ;
   }
   .address  .delivery {
   margin-left :20px ;
   font-size :15px ;
   color :#fff ;
   }
   .nav-search   {
   height :46px ;
   width :100% ;
   justify-content :space-between ;
   display :flex ;
   max-width :620px ;
   border-bottom-left-radius :4px ;
   }
   .select-search   {
   background :#f3f3f3 ;
   text-align :center ;
   width :50px ;
   border :none ;
   border-radius :50% ;
   }
   .shop-images   {
   background :#f3f3f3 ;
   text-align :center ;
   width :50px ;
   border :none ;
   border-radius :50% ;
   }
   .select-input   {
   padding-left :10px ;
   text-align :center ;
   max-width :600px ;
   width :100% ;
   font-size :16px ;
   border :none ;
   outline :none ;
   }
   .footer-title {
   height :76px ;
   position :absolute ;
   width :76px ;
   bottom :103px ;
   right :103px ;
   position :absolute ;
   box-shadow :0px  0px  3px  #f7d000 ;
   border-radius :50% ;
   animation :move3 1.5s infinite ;
   }
   .footer-title {
   height :76px ;
   position :absolute ;
   width :76px ;
   bottom :103px ;
   right :103px ;
   position :absolute ;
   box-shadow :0px  0px  3px  #f7d000 ;
   border-radius :50% ;
   animation :move3 1.5s infinite ;
   }
   .footer-items {
   height :45px ;
   position :absolute ;
   width :45px ;
   bottom :103px ;
   left :110px ;
   position :absolute ;
   box-shadow :0px  0px  3px  #f7d000 ;
   border-radius :50% ;
   animation :move4 1.5s infinite ;
   }


BrodSchool

Jagatpur,
Raebareli 229402, UP,  India
Amresh Kumar (Founder)
Phone: +91 9198 26 3500
Email:suportucracker@gmail.com

copyright © 2025 All Right Reserved.