Created
October 10, 2022 00:30
-
-
Save luislobo14rap/e27731357c61ecf64d147747a52e2248 to your computer and use it in GitHub Desktop.
bs4-snippets.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bs4-snippets.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment