Share this postCSS isn't magicposition: absolute frees us from using display: blockCopy linkFacebookEmailNotesMoreposition: absolute frees us from using display: blockStas MelnikovMay 21, 2025Share this postCSS isn't magicposition: absolute frees us from using display: blockCopy linkFacebookEmailNotesMoreShareAre you used to defining display: block for ::before or ::after? Folks, there is no need to make it if you define position: absolute. Browsers make it themselves!