Advertisement
Home Web Design Tutorials Transparent Login Form using HTML and CSS | Web Development Tutorials #101

34 Comments

  1. @media only screen and (min-width: 430px) and (max-width: 800px) {

    .container {

    left: 30%;

    }

    }

    @media only screen and (min-width: 321px) and (max-width: 430px) {

    .container {

    left: 25%;

    }

    }

    @media only screen and (min-width: 320px) {

    .container {

    left: 5%;

    }

    }

  2. body {background-color: pink;} and this is a laptop screen

    @media screen and (max-width:900px)

    { body {background-color: blueviolet;}}for tab it should be 900px or somthing increase and decress @media screen and (max-width:600px) 600px is for mobile

    { body {background-color: yellow;}}

Leave A Reply

Please enter your comment!
Please enter your name here

Exit mobile version