/*__Responsive Media Queries __*/
/* Mobile & Small devices */
@media only screen and (max-width: 480px) {...}
/* Portrait Tablets and Ipads devices) */
@media only screen and (max-width: 768px) {...}
/* Laptops and Small screens */
@media only screen and (max-width: 1024px) {...}
/* Laptops, Desktops Large devices */
@media only screen and (max-width: 1280px) {...}
/* Extra large devices (large laptops and desktops) */
@media only screen and (min-width: 1281px) {...}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter