Skip to content

Instantly share code, notes, and snippets.

@luaysuarna
Last active June 15, 2022 14:37
Show Gist options
  • Save luaysuarna/db59dd8495a4f6a8e9ebd892a00a24b9 to your computer and use it in GitHub Desktop.
Save luaysuarna/db59dd8495a4f6a8e9ebd892a00a24b9 to your computer and use it in GitHub Desktop.
CSS Media Queries
@media screen and (min-width: 992px) and (max-width: 1199px) {
}
@media screen and (min-width: 768px) and (max-width: 991px) {
}
@media screen and (max-width: 767px){
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment