[Solved] How to create this type of window,as described in the attached picture with HTML,CSS? [closed]


I tend to do it using box shadows and border radiuses:

border-radius:10px;
box-shadow:0 0 0px 10px rgba(0, 0, 0, 0.5);

Demo at: http://jsfiddle.net/8MY4f/1/

solved How to create this type of window,as described in the attached picture with HTML,CSS? [closed]