Additional responsive positioning utilities.
.top-{sm|md|lg|xl}-start
- positions an element in the top left corner.
.top-{sm|md|lg|xl}-end
- positions an element in the top right corner.
.top-{sm|md|lg|xl}-center
- positions an element on top centered horizontally.
.bottom-{sm|md|lg|xl}-start
- positions an element in the bottom left corner.
.bottom-{sm|md|lg|xl}-end
- positions an element in the bottom right corner.
.bottom-{sm|md|lg|xl}-center
- positions an element on bottom centered horizontally.