Created by: taufek
Currently bootstrap only provides 4 variations of width
and height
css utilities, which are:
- 25%
- 50%
- 75%
- 100%.
Here, I'm adding auto
to the list. This is useful when we need to reset the width/height value
back to the browser default value at some point.