1 #rect {2 width:160px;3 height:160px;4 border:solid silver 1px;5 margin:auto;6 text-align:center;7 }8 9 10 11 @media all and (min-height: 400px) {12 #rect {13 background:red;14 }15 }16 17 18 19 20 @media all and (max-height: 200px) {21 #rect {22 background:lime;23 }24 }
Enlace
El enlace para compartir es: