How do I position a DivElement?
I want one in the middle of the screen, and one at the bottom.
This CSS does not work.
The DivElement is centered on it’s top left corner, but the left and top don’t work.
position: absolute;
z-index: 9999;
left: -200px;
top: -100px;