Misc
Floats
float-left float: right
float-right float: none
float-none
Clears
clear-left clear: right
clear-right clear: both
clear-both clear: none
clear-none
Images
Apply the class img-fluid to any images you wish to resize themselves
responsively.
Position
position-static position: relative
position-relative position: absolute
position-absolute position: fixed
position-fixed position: sticky
position-sticky
Fixed/Sticky
Apply the classes fixed-top or fixed-bottom to apply fixed
positioning to an element to the top or bottom of a page. Apply the classes sticky-top or sticky-bottom
to apply sticky position to an element to the top or bottom of a page.
Overflow
Apply the classes overflow-hidden or overflow-visible to achieve
desired affect.
class overflow: hidden
overflow-hidden overflow: visible
overflow-visible
Visibility
Apply the classes v-hidden or v-visible to achieve desired affect.
class visibility: hidden
v-hidden visibility: visible
v-visible