I\'m having a problem centering an element that has the attribute position set to absolute. Does anyone know why the images are not centered?
position
absolute
This worked for me:
position: absolute; left: 50%; transform: translateX(-50%);