Created
October 24, 2025 01:28
-
-
Save milosh-96/6e0acff00e3c5f706644aa78ab0776fe to your computer and use it in GitHub Desktop.
Bootstrap width classes (extended)
This file contains hidden or 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
| .w-5 { width: 5%; } | |
| .w-10 { width: 10%; } | |
| .w-15 { width: 15%; } | |
| .w-20 { width: 20%; } | |
| .w-25 { width: 25%; } | |
| .w-30 { width: 30%; } | |
| .w-35 { width: 35%; } | |
| .w-40 { width: 40%; } | |
| .w-45 { width: 45%; } | |
| .w-50 { width: 50%; } | |
| .w-55 { width: 55%; } | |
| .w-60 { width: 60%; } | |
| .w-65 { width: 65%; } | |
| .w-70 { width: 70%; } | |
| .w-75 { width: 75%; } | |
| .w-80 { width: 80%; } | |
| .w-85 { width: 85%; } | |
| .w-90 { width: 90%; } | |
| .w-95 { width: 95%; } | |
| .w-100 { width: 100%; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment