Poistion - Position - The
position
property specifies the type of positioning method used for an element (static, relative, fixed, absolute or sticky). -Свойство position задает тип метода позиционирования, используемого для элемента (static, relative, fixed, absolute or sticky).
Näide:
div{
position: static;
border: 3px solid #73AD21;
}