Responsive Media Screen

 @media screen and (min-width:320px) and (max-width:640px)

{
    .nav1 ul{
      display: none;
    }
    .main2{
       height: auto;
    }
    .main2>div{
        width: 45%;
        margin-top: 20px;
    }
    .main4{
        height: auto;
    }
    .main4>div{
        width: 48%;
    }
}

Comments

Popular posts from this blog