Bootstrap – Position


Bootstrap – Position



”;


This chapter discusses about the .position utility classes for quick configuration of the position of an element.


Position values

The .position classes are available for quick positioning, but they are not responsive in nature.

The various values for position class are as follows:


  • .position-static

  • .position-relative

  • .position-absolute

  • .position-fixed

  • .position-sticky


Let us see an example: