hello, world!

This is my window modal test.

  1. display: relative;

    Click this for show my modal.
  2. display: absolute;

    Click this for show my modal.
  3. display: fixed;

    Click this for show my modal.

relative

absolute

fixed

This is my z-index test.

  1. z-index: 3;

    Click this for show z-index 3.
  2. z-index: 2;

    Click this for show z-index 2.
  3. z-index: 1;

    Click this for show z-index 1.

z-index 3

z-index 2

z-index 1