@missmbalaSubmitted almost 2 years ago
I have completed the challenge however i could not get the item to centre as per guide image, so any feedback on what has gone wrong in this regard is greatly appreciated
I have completed the challenge however i could not get the item to centre as per guide image, so any feedback on what has gone wrong in this regard is greatly appreciated
try this .main-element { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) }