Skip to content

Instantly share code, notes, and snippets.

@siumhossain
Last active July 15, 2022 13:52
Show Gist options
  • Save siumhossain/67fa7141d021841d5d763b2345a66ab9 to your computer and use it in GitHub Desktop.
Save siumhossain/67fa7141d021841d5d763b2345a66ab9 to your computer and use it in GitHub Desktop.
css responsive
/* extra small */
/* @media (min-width: 320px) and (max-width: 575px){
} */
/* extra small end*/
/* small device */
/* @media (min-width: 576px) and (max-width: 767px){
} */
/* small device end*/
/* medium device */
/* @media (min-width: 768px) and (max-width: 991px){
} */
/* medium device */
/* large */
/* @media (min-width: 992px) and (max-width: 1199px){
} */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment