Team:HFUT-China/desccss

div.container {

   background-color: #F0EBDF;

}

@media (min-width: 1300px) {

   div#logo {
       background-image: url(Logo_black_small.png);
       background-repeat: no-repeat;
       background-size: 450px 450px;
       width: 450px;
       height: 450px;
   }
   

}

@media (min-width: 1050px) and (max-width: 1300px) {

   div#logo {
       background-image: url(Logo_black_small.png);
       background-repeat: no-repeat;
       background-size: 300px 300px;
       width: 300px;
       height: 300px;
   }
   

}

@media (min-width: 800px) and (max-width: 1050px) {

   div#logo {
       background-image: url(Logo_black_small.png);
       background-repeat: no-repeat;
       background-size: 250px 250px;
       width: 250px;
       height: 250px;
   }
   

}

@media (max-width: 800px){

   div#logo {
       background-image: url(Logo_black_small.png);
       background-repeat: no-repeat;
       background-size: 250px 250px;
       width: 250px;
       height: 250px;
   }
   

}