Position - logaegae/project_study GitHub Wiki

Position

  • The position property specifies the type of positioning method used for an element
* static    Static positioned elements are not affected by the top, bottom, left, and right properties.
* relative  
* fixed 
* absolute
  • Elements are then positioned using the top, bottom, left, and right properties. However, these properties will not work unless the position property is set first. They also work differently depending on the position value.
⚠️ **GitHub.com Fallback** ⚠️