The value 0px for the offset property left will position the element to the leftmost position within the parent element.

PHOTO EMBED

Sun Oct 10 2021 14:19:48 GMT+0000 (Coordinated Universal Time)

Saved by @ianvalentino #css #display #box

p {
  position: absolute;
  left: 0px;
  top: 0px;
}
content_copyCOPY

position the element at the top left corner of its parent element.

https://www.codecademy.com/practice/tracks/learn-css/modules/learn-css-display-positioning