I have tried this and not working.
div {
background:orange;
height:20%;
padding-left:20%;
}
the width become related to the window width in percent. I want to make width equal to height in a percent value,and doing that with css only.
here where I got that
any help please.