Media Queries ΕΧ½ΊΖ®
<style type="text/css"> @media screen and (min-device-width: 200px) { body { background-color: #0F0; } } @media screen and (min-device-width: 800px) { body { background-color: #F00; } } </style>