<style>



/*######################################################################################################## static navebar*/

body {margin:0;font-size: 90px;}

.navbar {
  overflow: hidden;
  background-color: #0aa344;
  position: fixed;
  top: 0;
  width: 100%;
}

.navbar a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background: #ddd;
  color: black;
}

.main {
  padding: 16px;
  margin-top: 30px;
  height: 1500px; /* Used in this example to enable scrolling */
}


/*#################################################################################################################*/
/*#################################################################################################################*/


div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  background-color: aqua;
    
}

div.gallery img {
  width: 100%;
  height: 250px;
}

div.desc {
  padding: 15px;
  text-align: center;   
}
* {
  box-sizing: border-box;
}

.responsive {padding: 0 6px; float: left;width: 24.99%;
}

.desc .price{color: green;font-size: 20px;} 
.desc .code{color: blueviolet;font-size: 15px;}
/*#################################################################################################################*/

@media only screen and (max-width: 700px) {
    .navbar {position: static;}
  .responsive {width: 49.99999%;margin: 6px 0;
  }
}
/*#################################################################################################################*/

@media only screen and (max-width: 500px) {
    .navbar {position: static;}
  .responsive {width: 100%;}
    
    div.gallery img {
  width: 100%;
  height: auto;
    
}


/*###########################################################foter ###################################################*/
/*#################################################################################################################

/*#################################################################################################################*/

/*#################################################################################################################*/

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
 /*aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa*/   
    
    
    
    
    
    
    
</style>