Bootstrap responsive float div

Bootstrap now has a responsive floatingĀ  design. You can control the floating position depending upon the size of the the mobile.

The Following are the list of css classes predefined in the bootstrap 4

  • .float-left

  • .float-right

  • .float-none

  • .float-sm-left

  • .float-sm-right

  • .float-sm-none

  • .float-md-left

  • .float-md-right

  • .float-md-none

  • .float-lg-left

  • .float-lg-right

  • .float-lg-none

  • .float-xl-left

  • .float-xl-right

  • .float-xl-none

Write a comment