css: cut corner of box – Photoshop
So I have created a box in css like this: #box { background-color: #5d5d5d; border-radius: 2px 2px 2px 2px; box-shadow: 5px 5px 2px #767676; height: 200px; width: 1100px; } with the result of What I want to do without overlaying…