@media not|only mediatype and (media feature) { CSS-Code; } /* * example ***********/ @media screen and (max-width:768px) { .mobile { display: block; background: #4caf50; height: 100px; } }