Make element full width from inside container January 18, 2023 by Skyler .element:before{ content: ''; position: absolute; display:block; height: 100%; background: somecolor; opacity: 1; top: 0; left: -10px; right: -10px; z-index: -1; }