I would like to center in image in broswer window.
I have new domain and I just want to add the logo in landing page but I want it to be centerd in the browswer's window.
I know that centerig an image horizantially can be done by:
<style>
.img {margin-left:auto;margin-right:auto;)
</style>
But I can't find a reference to easily center it in browser's window verically and horizantially.
Any advice please?
Thank you