/* * { box-sizing: border-box; } */ body { margin: 0; padding: 0; position: relative; overflow: hidden; } .human { width: 250px; position: absolute; left: calc(50% - 125px); top: 50px; z-index: 100; } .background { width: 110%; position: absolute; z-index: -1; } .pipe { width: 500px; position: absolute; top: 300px; z-index: 1; } .textWrap { position: absolute; left: 50%; top: 200px; width: 60%; ..
HTML-CSS/animation
See the Pen Pixel Repulsion by ddaeunbb (@ddaeunbb) on CodePen.