I\'ve a problem I\'m sure would had a simple solution that I don\'t find. I\'m building a simple login page where I\'ve a angular material card (md-card) and nothing more. Insid
You can try by setting dimensions of the element, and then adding:
margin-left: auto; margin-right: auto;
It should center this horizontally.