Skip to content

Instantly share code, notes, and snippets.

@luislobo14rap
Created October 10, 2022 00:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luislobo14rap/e27731357c61ecf64d147747a52e2248 to your computer and use it in GitHub Desktop.
Save luislobo14rap/e27731357c61ecf64d147747a52e2248 to your computer and use it in GitHub Desktop.
bs4-snippets.txt
/* bs4-media.css v1 */
text-align: center;
@media all and(min-width:576px){
text-align: center;
}
@media all and(min-width:768px){
text-align: center;
}
@media all and(min-width:992px){
text-align: center;
}
@media all and(min-width:1200px){
text-align: center;
}
@media all and(min-width:1367px){
text-align: center;
}
@media all and(min-width:1681px){
text-align: center;
}
bs4-snippets.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment