The elements with .container class will be moved to 50px down and 50px to the right from its normal position.

PHOTO EMBED

Sun Oct 10 2021 14:16:53 GMT+0000 (Coordinated Universal Time)

Saved by @ianvalentino #css #display #box

.container {
 position: relative;
 left: 50px;
 top: 50px
}
content_copyCOPY

(Position: relative) help

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