Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

 2 Answer(s)

  • Hi Bhagwan
    You need to change in media css as below :

      @media only screen and (min-width: 240px) and (max-width: 520px), only screen and (min-device-width: 240px) and (max-device-width: 520px) and (orientation:portrait)
    {
        body
        {
            background:#009;
        }
    }
    
    @media only screen and and (max-width: 610px), only screen and (max-device-width: 610px) and (orientation:landscape)
    {
        body
        {
            background:#993;
        }
    }
    
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: