CSS Position

I am position: static

absolute

relative

fixed

The element is positioned relative to its normal (static) position.

      CSS:
        position: relative;
        width: 100px;
        height: 100px;
        background: red;
        left: 25vw;