I\'m trying to get a div that has position:fixed center aligned on my page.
position:fixed
I\'ve always been able to do it with absolutely positioned divs using this \
If you know the width is 400px this would be the easiest way to do it I guess.
left: calc(50% - 200px);