@sergioaguiarSubmitted over 1 year ago
I was unsure of how to center vertically the element in teh <body>. Can anyone help me with that?
I was unsure of how to center vertically the element in teh <body>. Can anyone help me with that?
I had the same problem and I wrote this in the container class in css (.container) : margin: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);