css media and screen code example Example: css media screen @media (max-width: 991px){ .mobile{ display: block; } }