I am trying center a modal window in the browser page. I just want to center it, so that it should be responsive for all the screens.
.modal { position: fixed; left: 50%; }