@Tessie475Submitted over 2 years ago
Anyone with a different approach of aligning div to center, I'd appreciate a reply from you. General feedback is welcome too.
Anyone with a different approach of aligning div to center, I'd appreciate a reply from you. General feedback is welcome too.
your solution is great but 1)you can use display: flex; justify-content: center; align-items: center; in the parent container 2)use semantic tag <main> 3)use files separated for HTML y CSS
the button can go inside of the form, it can help with your position.